CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
OdGsDrawCancelException Class Reference

#include <GsDrawCancelException.h>

Inheritance diagram for OdGsDrawCancelException:
OdError

Public Member Functions

 OdGsDrawCancelException ()
 
- Public Member Functions inherited from OdError
void setContext (OdErrorContext *pErrorContext)
 
const OdErrorContextcontext () const
 
OdErrorContextcontext ()
 
 OdError (OdResult code)
 
 OdError (const OdError &source)
 
 OdError (OdErrorContext *pErrorContext)
 
 OdError (const OdString &errorMessage)
 
 OdError (const OdString &errorMessage, const OdError &previousError)
 
 ~OdError ()
 
OdErroroperator= (const OdError &source)
 
OdResult code () const
 
OdString description () const
 
void attachPreviousError (const OdError &previousError)
 

Detailed Description

Exception thrown when draw operation is cancelled. Bricscad throws it in progress bar meter and catches in preview image draw function; OdGsBaseVectorizeView::doDraw() is an intermediate catcher which throws it further.

Corresponding C++ library: TD_Gs <group OdGs_Classes>

Definition at line 46 of file GsDrawCancelException.h.

Constructor & Destructor Documentation

◆ OdGsDrawCancelException()

OdGsDrawCancelException::OdGsDrawCancelException ( )

Default constructor for the OdGsDrawCancelException class. Sets the underlying OdError with eOpenFileCancelled value.


The documentation for this class was generated from the following file: