CFx SDK Documentation  2023 SP0
Public Member Functions | Protected Attributes | List of all members
AECLineWorkComponent Class Reference

#include <AECLineWorkComponent.h>

Inheritance diagram for AECLineWorkComponent:
AECImpObj OdRxObjectImpl< OdRxObject, AECImpObj > OdRxObject

Public Member Functions

OdUInt16 GetIndex () const
 
void SetIndex (OdUInt16 iIndex)
 
const OdStringGetName () const
 
void SetName (const OdString &strName)
 
const OdStringGetLwCompDescription () const
 
void SetLwCompDescription (const OdString &strDescription)
 
- Public Member Functions inherited from AECImpObj
const OdStringGetDescription () const
 
void SetDescription (const OdString &strDescription)
 
virtual void onObjectLoaded ()
 
virtual void SubClose ()
 DOM. More...
 
OdRxObjectGetOwner () const
 
OdRxObjectGetOwner (OdRxClass *pClass) const
 
void addRefSubPtr ()
 
void releaseSubPtr ()
 
void assertReadEnabled () const
 
void assertWriteEnabled (bool autoUndo=true, bool recordModified=true)
 
bool isReadEnabled () const
 
bool isWriteEnabled () const
 
OdDbDatabasedatabase () const
 
void copyFrom (const OdRxObject *pOther)
 
virtual OdUInt16 minSupportedVersion () const
 
void SetOwner (OdDbObject *pOwner)
 DOM. More...
 
void SetOwner (AECImpObj *pOwner)
 DOM. More...
 
class AECSIBase * GetImpl () const
 DOM. More...
 
virtual OdResult dwgInFieldsEx20 (AECDbDwgFiler *pFiler)
 DOM. More...
 
virtual OdResult dwgInFieldsEx1 (AECDbDwgFiler *pFiler)
 DOM. More...
 
- 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 OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () const
 
bool isKindOf (const OdRxClass *pClass) const
 
virtual OdRxObjectPtr clone () const
 
virtual OdRx::Ordering comparedTo (const OdRxObject *pOther) const
 
virtual bool isEqualTo (const OdRxObject *pOther) const
 

Protected Attributes

OdUInt16 m_iIndex
 
OdString m_strName
 
OdString m_strLwCompDescription
 
- Protected Attributes inherited from AECImpObj
class AECSIBase * m_pImp
 DOM. More...
 
OdUInt16 m_iMinSupportedVersion
 

Additional Inherited Members

- Static Public Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj >
static OdSmartPtr< AECImpObjcreateObject ()
 
- Static Public Member Functions inherited from OdRxObject
static OdRxObjectPtr cast (const OdRxObject *pointer)
 
static OdRxClassdesc ()
 
- Protected Member Functions inherited from OdRxObjectImpl< OdRxObject, AECImpObj >
 ODRX_HEAP_OPERATORS ()
 

Detailed Description

Line Work component.

<group TA_API_Subobjects_Section>

Definition at line 34 of file AECLineWorkComponent.h.

Member Function Documentation

◆ GetIndex()

OdUInt16 AECLineWorkComponent::GetIndex ( ) const

Returns component index

◆ GetLwCompDescription()

const OdString& AECLineWorkComponent::GetLwCompDescription ( ) const

Returns the description of the component.

◆ GetName()

const OdString& AECLineWorkComponent::GetName ( ) const

Returns component name.

◆ SetIndex()

void AECLineWorkComponent::SetIndex ( OdUInt16  iIndex)

Sets component index.

Remarks
There cannot be line work components with equal indices within 2D Section Style.

◆ SetLwCompDescription()

void AECLineWorkComponent::SetLwCompDescription ( const OdString strDescription)

Sets the description of the component.

◆ SetName()

void AECLineWorkComponent::SetName ( const OdString strName)

Sets component name.

Remarks
There cannot be line work components with equal names within 2D Section Style.

Member Data Documentation

◆ m_iIndex

OdUInt16 AECLineWorkComponent::m_iIndex
protected

Definition at line 79 of file AECLineWorkComponent.h.

◆ m_strLwCompDescription

OdString AECLineWorkComponent::m_strLwCompDescription
protected

Definition at line 85 of file AECLineWorkComponent.h.

◆ m_strName

OdString AECLineWorkComponent::m_strName
protected

Definition at line 82 of file AECLineWorkComponent.h.


The documentation for this class was generated from the following file: