CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
AECDisplayThemeComponentBase Class Reference

#include <AECDisplayThemeComponentBase.h>

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

Public Member Functions

const OdStringGetName () const
 
void SetName (const OdString &strName)
 
AECDispCompHatchSubPtr GetDisplayComponent () const
 
AECDisplayThemeRuleBaseSubPtr GetRule () const
 
void SetRule (AECDisplayThemeRuleBasePtr)
 
- Public Member Functions inherited from AECImpObj
const OdStringGetDescription () const
 
void SetDescription (const OdString &strDescription)
 
virtual void onObjectLoaded ()
 
virtual void SubClose ()
 DOM.
 
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.
 
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 OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () 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

OdString m_strName
 
AECDispCompHatchPtr m_pHatchComp
 
OdUInt8 m_flags
 
AECDisplayThemeRuleBasePtr m_pRule
 
- 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< 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

Display Theme Component.

<group TA_API_Subobjects_Display_Components>

Definition at line 36 of file AECDisplayThemeComponentBase.h.

Member Function Documentation

◆ GetDisplayComponent()

AECDispCompHatchSubPtr AECDisplayThemeComponentBase::GetDisplayComponent ( ) const

Returns display component.

◆ GetName()

const OdString & AECDisplayThemeComponentBase::GetName ( ) const

Returns component name.

◆ GetRule()

AECDisplayThemeRuleBaseSubPtr AECDisplayThemeComponentBase::GetRule ( ) const

Returns rule.

◆ SetName()

void AECDisplayThemeComponentBase::SetName ( const OdString strName)

Sets component name.

◆ SetRule()

void AECDisplayThemeComponentBase::SetRule ( AECDisplayThemeRuleBasePtr  )

Sets rule.

Member Data Documentation

◆ m_flags

OdUInt8 AECDisplayThemeComponentBase::m_flags
protected

Definition at line 74 of file AECDisplayThemeComponentBase.h.

◆ m_pHatchComp

AECDispCompHatchPtr AECDisplayThemeComponentBase::m_pHatchComp
protected

Definition at line 71 of file AECDisplayThemeComponentBase.h.

◆ m_pRule

AECDisplayThemeRuleBasePtr AECDisplayThemeComponentBase::m_pRule
protected

Definition at line 77 of file AECDisplayThemeComponentBase.h.

◆ m_strName

OdString AECDisplayThemeComponentBase::m_strName
protected

Definition at line 68 of file AECDisplayThemeComponentBase.h.


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