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

#include <AECLayerKeyDefinition.h>

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

Public Member Functions

const OdStringGetKey () const
 
void SetKey (const OdString &strKey)
 
const OdStringGetLayerName () const
 
void SetLayerName (const OdString &strLayerName)
 
const OdStringGetLkDescription () const
 
void SetLkDescription (const OdString &strDescription)
 
const OdStringGetLineType () const
 
void SetLineType (const OdString &strLineType)
 
const OdStringGetPlotStyle () const
 
void SetPlotStyle (const OdString &strPlotStyle)
 
const OdCmColorGetColor () const
 
void SetColor (const OdCmColor &cColor)
 
OdDb::LineWeight GetLineWeight () const
 
void SetLineWeight (OdDb::LineWeight eWeight)
 
bool IsPlotted () const
 
void SetIsPlotted (bool bPlotted)
 
OdUInt32 GetOverrideCount () const
 
const OdStringGetOverrideByIndex (OdUInt32 iIndex) const
 
void AddOverride (const OdString &strOverride)
 
void RemoveOverride (const OdString &strOverride)
 
- 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_sLayerKey
 
OdString m_sLayerName
 
OdString m_sLayerDescription
 
OdString m_sLineType
 
OdString m_sPlotStyle
 
OdCmColor m_cColor
 
OdDb::LineWeight m_iLineWeight
 
bool m_bIsPloted
 
std::vector< OdStringm_aPossibleOverrides
 
OdUInt32 m_iUknown01
 DOM.
 
- 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

Layer Key Definition.

<group TA_API_Subobjects_General>

Definition at line 35 of file AECLayerKeyDefinition.h.

Member Function Documentation

◆ AddOverride()

void AECLayerKeyDefinition::AddOverride ( const OdString strOverride)

Adds overridden component.

◆ GetColor()

const OdCmColor & AECLayerKeyDefinition::GetColor ( ) const

Returns the color.

◆ GetKey()

const OdString & AECLayerKeyDefinition::GetKey ( ) const

Returns the name of the key.

◆ GetLayerName()

const OdString & AECLayerKeyDefinition::GetLayerName ( ) const

Returns the name of the layer.

◆ GetLineType()

const OdString & AECLayerKeyDefinition::GetLineType ( ) const

Returns the name of the linetype.

◆ GetLineWeight()

OdDb::LineWeight AECLayerKeyDefinition::GetLineWeight ( ) const

Returns the line weight.

◆ GetLkDescription()

const OdString & AECLayerKeyDefinition::GetLkDescription ( ) const

Returns the description.

◆ GetOverrideByIndex()

const OdString & AECLayerKeyDefinition::GetOverrideByIndex ( OdUInt32  iIndex) const

Returns the name of the component that may be overridden by index.

◆ GetOverrideCount()

OdUInt32 AECLayerKeyDefinition::GetOverrideCount ( ) const

Returns the number of the components of the name of the layer that could be overridden.

◆ GetPlotStyle()

const OdString & AECLayerKeyDefinition::GetPlotStyle ( ) const

Returns the name of the plot style.

◆ IsPlotted()

bool AECLayerKeyDefinition::IsPlotted ( ) const

Returns whether the layer is plotted.

◆ RemoveOverride()

void AECLayerKeyDefinition::RemoveOverride ( const OdString strOverride)

Removes overridden component.

◆ SetColor()

void AECLayerKeyDefinition::SetColor ( const OdCmColor cColor)

Sets the color.

◆ SetIsPlotted()

void AECLayerKeyDefinition::SetIsPlotted ( bool  bPlotted)

Sets whether the layer is plotted.

◆ SetKey()

void AECLayerKeyDefinition::SetKey ( const OdString strKey)

Sets the name of the key.

◆ SetLayerName()

void AECLayerKeyDefinition::SetLayerName ( const OdString strLayerName)

Sets the name of the layer.

◆ SetLineType()

void AECLayerKeyDefinition::SetLineType ( const OdString strLineType)

Sets the name of the linetype.

◆ SetLineWeight()

void AECLayerKeyDefinition::SetLineWeight ( OdDb::LineWeight  eWeight)

Sets the line weight.

◆ SetLkDescription()

void AECLayerKeyDefinition::SetLkDescription ( const OdString strDescription)

Sets the description.

◆ SetPlotStyle()

void AECLayerKeyDefinition::SetPlotStyle ( const OdString strPlotStyle)

Sets the name of the plot style.

Member Data Documentation

◆ m_aPossibleOverrides

std::vector<OdString> AECLayerKeyDefinition::m_aPossibleOverrides
protected

Definition at line 168 of file AECLayerKeyDefinition.h.

◆ m_bIsPloted

bool AECLayerKeyDefinition::m_bIsPloted
protected

Definition at line 165 of file AECLayerKeyDefinition.h.

◆ m_cColor

OdCmColor AECLayerKeyDefinition::m_cColor
protected

Definition at line 159 of file AECLayerKeyDefinition.h.

◆ m_iLineWeight

OdDb::LineWeight AECLayerKeyDefinition::m_iLineWeight
protected

Definition at line 162 of file AECLayerKeyDefinition.h.

◆ m_iUknown01

OdUInt32 AECLayerKeyDefinition::m_iUknown01
protected

DOM.

Definition at line 172 of file AECLayerKeyDefinition.h.

◆ m_sLayerDescription

OdString AECLayerKeyDefinition::m_sLayerDescription
protected

Definition at line 150 of file AECLayerKeyDefinition.h.

◆ m_sLayerKey

OdString AECLayerKeyDefinition::m_sLayerKey
protected

Definition at line 144 of file AECLayerKeyDefinition.h.

◆ m_sLayerName

OdString AECLayerKeyDefinition::m_sLayerName
protected

Definition at line 147 of file AECLayerKeyDefinition.h.

◆ m_sLineType

OdString AECLayerKeyDefinition::m_sLineType
protected

Definition at line 153 of file AECLayerKeyDefinition.h.

◆ m_sPlotStyle

OdString AECLayerKeyDefinition::m_sPlotStyle
protected

Definition at line 156 of file AECLayerKeyDefinition.h.


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