|
FRX SDK Documentation 2025 SP0
|
#include <AcDbFullSubentPath.h>
Public Member Functions | |
| AcDbFullSubentPath () | |
| AcDbFullSubentPath (AcDbObjectIdArray, AcDbSubentId) | |
| AcDbFullSubentPath (AcDbFullSubentPath const &) | |
| AcDbFullSubentPath (AcDbObjectId, AcDbSubentId) | |
| AcDbFullSubentPath (AcDbObjectId, unsigned long, int) | |
| ~AcDbFullSubentPath (void) | |
| bool | operator!= (AcDbFullSubentPath const &) const |
| bool | operator== (AcDbFullSubentPath const &) const |
| AcDbFullSubentPath & | operator= (AcDbFullSubentPath const &) |
| const AcDbSubentId | subentId (void) const |
| AcDbSubentId & | subentId (void) |
| const AcDbObjectIdArray & | objectIds () const |
| AcDbObjectIdArray & | objectIds () |
| void | objectIds (AcDbObjectIdArray &objectIds) const |
Public Member Functions inherited from AcNonRTTIObject | |
| AcNonRTTIObject () | |
| AcNonRTTIObject (const AcNonRTTIObject &source) | |
Public Member Functions inherited from AcObject | |
| AcObject () | |
| AcObject (const AcObject &source) | |
| virtual | ~AcObject () |
| void * | data () const |
Additional Inherited Members | |
Protected Attributes inherited from AcObject | |
| void * | m_pData |
Definition at line 23 of file AcDbFullSubentPath.h.
| AcDbFullSubentPath::AcDbFullSubentPath | ( | ) |
| AcDbFullSubentPath::AcDbFullSubentPath | ( | AcDbObjectIdArray | , |
| AcDbSubentId | ) |
| AcDbFullSubentPath::AcDbFullSubentPath | ( | AcDbFullSubentPath const & | ) |
| AcDbFullSubentPath::AcDbFullSubentPath | ( | AcDbObjectId | , |
| AcDbSubentId | ) |
| AcDbFullSubentPath::AcDbFullSubentPath | ( | AcDbObjectId | , |
| unsigned long | , | ||
| int | ) |
| AcDbFullSubentPath::~AcDbFullSubentPath | ( | void | ) |
| AcDbObjectIdArray & AcDbFullSubentPath::objectIds | ( | ) |
| const AcDbObjectIdArray & AcDbFullSubentPath::objectIds | ( | ) | const |
| void AcDbFullSubentPath::objectIds | ( | AcDbObjectIdArray & | objectIds | ) | const |
| bool AcDbFullSubentPath::operator!= | ( | AcDbFullSubentPath const & | ) | const |
| AcDbFullSubentPath & AcDbFullSubentPath::operator= | ( | AcDbFullSubentPath const & | ) |
| bool AcDbFullSubentPath::operator== | ( | AcDbFullSubentPath const & | ) | const |
| AcDbSubentId & AcDbFullSubentPath::subentId | ( | void | ) |
| const AcDbSubentId AcDbFullSubentPath::subentId | ( | void | ) | const |