|
CFx SDK Documentation 2024 SP0
|
#include <EdUserIO.h>
Public Member Functions | |
| OdEdCancel () | |
| OdEdCancel (OdErrorContext *pErrCtx) | |
| FX_DECLARE_CLANG_RTTI_EXCEPTION_WORKAROUND () | |
Additional Inherited Members | |
Protected Member Functions inherited from OdEdException | |
| OdEdException () | |
| OdEdException (OdErrorContext *pErrCtx) | |
| FX_DECLARE_CLANG_RTTI_EXCEPTION_WORKAROUND () | |
This class will be thrown whenever the user cancels input from query function of this UserIO object.
Corresponding C++ library: TD_Root <group OdEd_Exceptions>
Definition at line 304 of file EdUserIO.h.
| OdEdCancel::OdEdCancel | ( | ) |
Default constructor for the OdEdCancel class.
| OdEdCancel::OdEdCancel | ( | OdErrorContext * | pErrCtx | ) |
Constructor for the OdEdCancel class.
| pErrCtx | [in] Pointer to the OdErrorContext class. |
| OdEdCancel::FX_DECLARE_CLANG_RTTI_EXCEPTION_WORKAROUND | ( | ) |