|
FRX SDK Documentation 2025 SP0
|
#include <AcDbBlockPolarGrip.h>
Public Member Functions | |
| AcDbBlockPolarGrip (AcString const &, AcGePoint3d const &) | |
| AcDbBlockPolarGrip (void) | |
| Acad::ErrorStatus | getAssociatedPolarParameter (AcDbBlockPolarParameter **, AcDb::OpenMode) const |
| virtual | ~AcDbBlockPolarGrip (void) |
| virtual Acad::ErrorStatus | setGripDataCallbacks (AcDbGripData *) |
Public Member Functions inherited from AcRxObject | |
| 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) |
Public Member Functions inherited from AcRTTIObject | |
| AcRTTIObject () | |
| virtual | ~AcRTTIObject () |
Public Member Functions inherited from AcObject | |
| AcObject () | |
| AcObject (const AcObject &source) | |
| virtual | ~AcObject () |
| void * | data () const |
Additional Inherited Members | |
Static Public Member Functions inherited from AcRxObject | |
| static AcRxClass *__cdecl | desc (void) |
| static AcRxObject *__cdecl | cast (AcRxObject const *) |
Protected Member Functions inherited from AcRxObject | |
| AcRxObject (void) | |
| virtual AcRxObject * | subQueryX (AcRxClass const *) const |
Protected Attributes inherited from AcObject | |
| void * | m_pData |
Definition at line 28 of file AcDbBlockPolarGrip.h.
| AcDbBlockPolarGrip::AcDbBlockPolarGrip | ( | AcString const & | , |
| AcGePoint3d const & | ) |
| AcDbBlockPolarGrip::AcDbBlockPolarGrip | ( | void | ) |
| Acad::ErrorStatus AcDbBlockPolarGrip::getAssociatedPolarParameter | ( | AcDbBlockPolarParameter ** | , |
| AcDb::OpenMode | ) const |
|
virtual |