|
| | ACRX_DECLARE_MEMBERS (AcEdInputContextReactor) |
| |
| virtual void | beginGetPoint (const AcGePoint3d *, const wchar_t *, int, const wchar_t *) |
| |
| virtual void | endGetPoint (Acad::PromptStatus, const AcGePoint3d &, const wchar_t *&) |
| |
| virtual void | beginGetAngle (const AcGePoint3d *, const wchar_t *, int, const wchar_t *) |
| |
| virtual void | endGetAngle (Acad::PromptStatus, double &, const wchar_t *&) |
| |
| virtual void | beginGetDistance (const AcGePoint3d *, const wchar_t *, int, const wchar_t *) |
| |
| virtual void | endGetDistance (Acad::PromptStatus, double &, const wchar_t *&) |
| |
| virtual void | beginGetOrientation (const AcGePoint3d *, const wchar_t *, int, const wchar_t *) |
| |
| virtual void | endGetOrientation (Acad::PromptStatus, double &, const wchar_t *&) |
| |
| virtual void | beginGetCorner (const AcGePoint3d *, const wchar_t *, int, const wchar_t *) |
| |
| virtual void | endGetCorner (Acad::PromptStatus, AcGePoint3d &, const wchar_t *&) |
| |
| virtual void | beginGetScaleFactor (const AcGePoint3d *, const wchar_t *, int, const wchar_t *) |
| |
| virtual void | endGetScaleFactor (Acad::PromptStatus, double &, const wchar_t *&) |
| |
| virtual void | beginGetString (const wchar_t *, int) |
| |
| virtual void | endGetString (Acad::PromptStatus, wchar_t *) |
| |
| virtual void | beginGetKeyword (const wchar_t *, int, const wchar_t *) |
| |
| virtual void | endGetKeyword (Acad::PromptStatus, const wchar_t *&) |
| |
| virtual void | beginGetInteger (const int *, const wchar_t *, int, const wchar_t *) |
| |
| virtual void | endGetInteger (Acad::PromptStatus, int &, const wchar_t *&) |
| |
| virtual void | beginGetColor (const int *, const wchar_t *, int, const wchar_t *) |
| |
| virtual void | endGetColor (Acad::PromptStatus, int &, const wchar_t *&) |
| |
| virtual void | beginGetReal (const double *, const wchar_t *, int, const wchar_t *) |
| |
| virtual void | endGetReal (Acad::PromptStatus, double &, const wchar_t *&) |
| |
| virtual void | beginEntsel (const wchar_t *, int, const wchar_t *) |
| |
| virtual void | endEntsel (Acad::PromptStatus, AcDbObjectId &, AcGePoint3d &, const wchar_t *) |
| |
| virtual void | beginNentsel (const wchar_t *, Adesk::Boolean, int, const wchar_t *) |
| |
| virtual void | endNentsel (Acad::PromptStatus, AcDbObjectId, const AcGePoint3d &, const AcGeMatrix3d &, const resbuf *, const wchar_t *) |
| |
| virtual void | beginSSGet (const wchar_t *, int, const wchar_t *, const wchar_t *, const AcArray< AcGePoint3d > &, const resbuf *) |
| |
| virtual void | endSSGet (Acad::PromptStatus, const AcDbObjectIdArray &) |
| |
| virtual void | beginDragSequence (const wchar_t *) |
| |
| virtual void | endDragSequence (Acad::PromptStatus, AcGePoint3d &, AcGeVector3d &) |
| |
| virtual void | beginQuiescentState () |
| |
| virtual void | endQuiescentState () |
| |
| virtual AcRxObject * | queryX (AcRxClass const *) const |
| |
| AcRxObject * | x (AcRxClass const *) const |
| |
| virtual AcRxClass * | isA (void) const |
| |
| virtual AcRxObject * | clone (void) const |
| |
| virtual AcRx::Ordering | comparedTo (AcRxObject const *) const |
| |
| virtual Acad::ErrorStatus | copyFrom (AcRxObject const *) |
| |
| virtual int | isEqualTo (AcRxObject const *) const |
| |
| bool | isKindOf (const AcRxClass *pOtherClass) const |
| |
| virtual | ~AcRxObject (void) |
| |
| | AcRTTIObject () |
| |
| virtual | ~AcRTTIObject () |
| |
| | AcObject () |
| |
| | AcObject (const AcObject &source) |
| |
| virtual | ~AcObject () |
| |
| void * | data () const |
| |
Definition at line 1211 of file addclass.h.