#include <AcDbCompoundObjectId.h>
|
| | ACRX_DECLARE_MEMBERS (AcDbCompoundObjectId) |
| |
| | AcDbCompoundObjectId (void) |
| |
| | AcDbCompoundObjectId (AcDbObjectId const &, AcDbDatabase *=NULL) |
| |
| virtual | ~AcDbCompoundObjectId (void) |
| |
| | AcDbCompoundObjectId (const AcDbCompoundObjectId &) |
| |
| | AcDbCompoundObjectId (const AcDbObjectId &, const AcDbObjectIdArray &, AcDbDatabase *=NULL) |
| |
| AcDbCompoundObjectId & | operator= (const AcDbObjectId &) |
| |
| AcDbCompoundObjectId & | operator= (const AcDbCompoundObjectId &) |
| |
| bool | operator== (const AcDbCompoundObjectId &) const |
| |
| bool | operator!= (const AcDbCompoundObjectId &) |
| |
| AcDbObjectId | topId () const |
| |
| AcDbObjectId | leafId () const |
| |
| Acad::ErrorStatus | getFullPath (AcDbObjectIdArray &) const |
| |
| Acad::ErrorStatus | getPath (AcDbObjectIdArray &) const |
| |
| void | setEmpty () |
| |
| Acad::ErrorStatus | set (const AcDbObjectId &, AcDbDatabase *=NULL) |
| |
| Acad::ErrorStatus | set (const AcDbCompoundObjectId &, AcDbDatabase *=NULL) |
| |
| Acad::ErrorStatus | set (const AcDbObjectId &, const AcDbObjectIdArray &, AcDbDatabase *=NULL) |
| |
| Acad::ErrorStatus | setFullPath (const AcDbObjectIdArray &, AcDbDatabase *=NULL) |
| |
| bool | isEmpty () const |
| |
| bool | isValid (int=1) const |
| |
| bool | isExternal () const |
| |
| bool | isSimpleObjectId () const |
| |
| Acad::ErrorStatus | getTransform (AcGeMatrix3d &) const |
| |
| bool | remap (const AcDbIdMapping &) |
| |
| Acad::ErrorStatus | dwgOutFields (AcDbDwgFiler *, AcDbDatabase *) const |
| |
| Acad::ErrorStatus | dwgInFields (AcDbDwgFiler *, int) |
| |
| Acad::ErrorStatus | dxfOutFields (AcDbDxfFiler *, AcDbDatabase *) const |
| |
| Acad::ErrorStatus | dxfInFields (AcDbDxfFiler *, AcDbDatabase *, int) |
| |
| 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 25 of file AcDbCompoundObjectId.h.
◆ AcDbCompoundObjectId() [1/4]
| AcDbCompoundObjectId::AcDbCompoundObjectId |
( |
void | | ) |
|
◆ AcDbCompoundObjectId() [2/4]
◆ ~AcDbCompoundObjectId()
| virtual AcDbCompoundObjectId::~AcDbCompoundObjectId |
( |
void | | ) |
|
|
virtual |
◆ AcDbCompoundObjectId() [3/4]
◆ AcDbCompoundObjectId() [4/4]
◆ ACRX_DECLARE_MEMBERS()
◆ dwgInFields()
| Acad::ErrorStatus AcDbCompoundObjectId::dwgInFields |
( |
AcDbDwgFiler * | , |
|
|
int | ) |
◆ dwgOutFields()
◆ dxfInFields()
◆ dxfOutFields()
◆ getFullPath()
◆ getPath()
◆ getTransform()
| Acad::ErrorStatus AcDbCompoundObjectId::getTransform |
( |
AcGeMatrix3d & | | ) |
const |
◆ isEmpty()
| bool AcDbCompoundObjectId::isEmpty |
( |
| ) |
const |
◆ isExternal()
| bool AcDbCompoundObjectId::isExternal |
( |
| ) |
const |
◆ isSimpleObjectId()
| bool AcDbCompoundObjectId::isSimpleObjectId |
( |
| ) |
const |
◆ isValid()
| bool AcDbCompoundObjectId::isValid |
( |
int | = 1 | ) |
const |
◆ leafId()
◆ nullId()
◆ operator!=()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ remap()
◆ set() [1/3]
◆ set() [2/3]
◆ set() [3/3]
◆ setEmpty()
| void AcDbCompoundObjectId::setEmpty |
( |
| ) |
|
◆ setFullPath()
◆ topId()
The documentation for this class was generated from the following file: