CFx SDK Documentation 2024 SP0
|
#include <GsDrawCancelException.h>
Public Member Functions | |
OdGsDrawCancelException () | |
Public Member Functions inherited from OdError | |
void | setContext (OdErrorContext *pErrorContext) |
const OdErrorContext * | context () const |
OdErrorContext * | context () |
OdError (OdResult code) | |
OdError (const OdError &source) | |
OdError (OdErrorContext *pErrorContext) | |
OdError (const OdString &errorMessage) | |
OdError (const OdString &errorMessage, const OdError &previousError) | |
~OdError () | |
OdError & | operator= (const OdError &source) |
OdResult | code () const |
OdString | description () const |
void | attachPreviousError (const OdError &previousError) |
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.
OdGsDrawCancelException::OdGsDrawCancelException | ( | ) |
Default constructor for the OdGsDrawCancelException class. Sets the underlying OdError with eOpenFileCancelled value.