|
CFx SDK Documentation 2024 SP0
|
#include <AECZoneDefNode.h>
Public Member Functions | |
| const OdString & | GetName () const |
| void | SetName (const OdString &strName) |
| const OdString & | GetNodeDescription () const |
| void | SetNodeDescription (const OdString &strDescription) |
| OdDbObjectId | GetZoneStyle () const |
| void | SetZoneStyle (const OdDbObjectId &idStyle) |
| bool | IsCalculateArea () const |
| void | SetIsCalculateArea (bool bCalculate) |
| bool | IsCalculatePerimeter () const |
| void | SetIsCalculatePerimeter (bool bCalculate) |
| bool | CanIncludeSpaces () const |
| void | SetCanIncludeSpaces (bool bInclude) |
| bool | CanIncludeZones () const |
| void | SetCanIncludeZones (bool bInclude) |
| OdUInt32 | GetModifierCount () const |
| OdDbObjectId | GetModifierByIndex (OdUInt32 iIndex) const |
| void | AddModifier (const OdDbObjectId &idModifier) |
| void | RemoveModifier (const OdDbObjectId &idModifier) |
Public Member Functions inherited from AECAbstractTreeNodeSpace | |
| OdUInt32 | GetChildCount () const |
| AECAbstractTreeNodeSpaceSubPtr | GetChildByIndex (OdUInt32 iIndex) const |
| AECImpArraySubPtr | GetChildren () const |
Public Member Functions inherited from AECImpObj | |
| const OdString & | GetDescription () const |
| void | SetDescription (const OdString &strDescription) |
| virtual void | onObjectLoaded () |
| virtual void | SubClose () |
| DOM. | |
| OdRxObject * | GetOwner () const |
| OdRxObject * | GetOwner (OdRxClass *pClass) const |
| void | addRefSubPtr () |
| void | releaseSubPtr () |
| void | assertReadEnabled () const |
| void | assertWriteEnabled (bool autoUndo=true, bool recordModified=true) |
| bool | isReadEnabled () const |
| bool | isWriteEnabled () const |
| OdDbDatabase * | database () const |
| void | copyFrom (const OdRxObject *pOther) |
| virtual OdUInt16 | minSupportedVersion () const |
| void | SetOwner (OdDbObject *pOwner) |
| DOM. | |
| void | SetOwner (AECImpObj *pOwner) |
| DOM. | |
| class AECSIBase * | GetImpl () const |
| DOM. | |
| virtual OdResult | dwgInFieldsEx20 (AECDbDwgFiler *pFiler) |
| DOM. | |
| virtual OdResult | dwgInFieldsEx1 (AECDbDwgFiler *pFiler) |
| DOM. | |
Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
| OdRxObjectImpl () | |
| void | addRef () |
| void | release () |
| long | numRefs () const |
Public Member Functions inherited from OdRxObject | |
| ODRX_HEAP_OPERATORS () | |
| OdRxObject () | |
| virtual | ~OdRxObject () |
| virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () const |
| virtual void | addRef ()=0 |
| virtual void | release ()=0 |
| virtual long | numRefs () const |
| bool | isKindOf (const OdRxClass *pClass) const |
| virtual OdRxObjectPtr | clone () const |
| virtual void | copyFrom (const OdRxObject *pSource) |
| virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
| virtual bool | isEqualTo (const OdRxObject *pOther) const |
Protected Attributes | |
| AECImpObjPtr | m_pImpObject |
Protected Attributes inherited from AECAbstractTreeNodeSpace | |
| AECImpArray | m_aChildren |
Protected Attributes inherited from AECImpObj | |
| class AECSIBase * | m_pImp |
| DOM. | |
| OdUInt16 | m_iMinSupportedVersion |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
| static OdSmartPtr< AECImpObj > | createObject () |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj > | |
| ODRX_HEAP_OPERATORS () | |
Area Group Definition Node.
<group TA_API_Subobjects_Space>
Definition at line 34 of file AECZoneDefNode.h.
| void AECZoneDefNode::AddModifier | ( | const OdDbObjectId & | idModifier | ) |
| bool AECZoneDefNode::CanIncludeSpaces | ( | ) | const |
| bool AECZoneDefNode::CanIncludeZones | ( | ) | const |
| OdDbObjectId AECZoneDefNode::GetModifierByIndex | ( | OdUInt32 | iIndex | ) | const |
| OdUInt32 AECZoneDefNode::GetModifierCount | ( | ) | const |
| const OdString & AECZoneDefNode::GetName | ( | ) | const |
| const OdString & AECZoneDefNode::GetNodeDescription | ( | ) | const |
| OdDbObjectId AECZoneDefNode::GetZoneStyle | ( | ) | const |
| bool AECZoneDefNode::IsCalculateArea | ( | ) | const |
| bool AECZoneDefNode::IsCalculatePerimeter | ( | ) | const |
| void AECZoneDefNode::RemoveModifier | ( | const OdDbObjectId & | idModifier | ) |
| void AECZoneDefNode::SetCanIncludeSpaces | ( | bool | bInclude | ) |
| void AECZoneDefNode::SetCanIncludeZones | ( | bool | bInclude | ) |
| void AECZoneDefNode::SetIsCalculateArea | ( | bool | bCalculate | ) |
| void AECZoneDefNode::SetIsCalculatePerimeter | ( | bool | bCalculate | ) |
| void AECZoneDefNode::SetZoneStyle | ( | const OdDbObjectId & | idStyle | ) |
|
protected |
Definition at line 113 of file AECZoneDefNode.h.