|
CFx SDK Documentation
2023 SP0
|
#include <AECLayerKeyDefinition.h>
Public Member Functions | |
| const OdString & | GetKey () const |
| void | SetKey (const OdString &strKey) |
| const OdString & | GetLayerName () const |
| void | SetLayerName (const OdString &strLayerName) |
| const OdString & | GetLkDescription () const |
| void | SetLkDescription (const OdString &strDescription) |
| const OdString & | GetLineType () const |
| void | SetLineType (const OdString &strLineType) |
| const OdString & | GetPlotStyle () const |
| void | SetPlotStyle (const OdString &strPlotStyle) |
| const OdCmColor & | GetColor () 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 OdString & | GetOverrideByIndex (OdUInt32 iIndex) const |
| void | AddOverride (const OdString &strOverride) |
| void | RemoveOverride (const OdString &strOverride) |
Public Member Functions inherited from AECImpObj | |
| const OdString & | GetDescription () const |
| void | SetDescription (const OdString &strDescription) |
| virtual void | onObjectLoaded () |
| virtual void | SubClose () |
| DOM. More... | |
| 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. 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 OdRxObject * | queryX (const OdRxClass *pClass) const |
| virtual OdRxObject * | x (const OdRxClass *pClass) const |
| virtual OdRxClass * | isA () 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 | |
| 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< OdString > | m_aPossibleOverrides |
| OdUInt32 | m_iUknown01 |
| DOM. More... | |
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< 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 () | |
Layer Key Definition.
<group TA_API_Subobjects_General>
Definition at line 35 of file AECLayerKeyDefinition.h.
| const OdCmColor& AECLayerKeyDefinition::GetColor | ( | ) | const |
Returns the color.
| const OdString& AECLayerKeyDefinition::GetKey | ( | ) | const |
Returns the name of the key.
| const OdString& AECLayerKeyDefinition::GetLayerName | ( | ) | const |
Returns the name of the layer.
| const OdString& AECLayerKeyDefinition::GetLineType | ( | ) | const |
Returns the name of the linetype.
| OdDb::LineWeight AECLayerKeyDefinition::GetLineWeight | ( | ) | const |
Returns the line weight.
| const OdString& AECLayerKeyDefinition::GetLkDescription | ( | ) | const |
Returns the description.
Returns the name of the component that may be overridden by index.
| OdUInt32 AECLayerKeyDefinition::GetOverrideCount | ( | ) | const |
Returns the number of the components of the name of the layer that could be overridden.
| const OdString& AECLayerKeyDefinition::GetPlotStyle | ( | ) | const |
Returns the name of the plot style.
| bool AECLayerKeyDefinition::IsPlotted | ( | ) | const |
Returns whether the layer is plotted.
Removes overridden component.
| void AECLayerKeyDefinition::SetIsPlotted | ( | bool | bPlotted | ) |
Sets whether the layer is plotted.
Sets the name of the layer.
Sets the name of the linetype.
| void AECLayerKeyDefinition::SetLineWeight | ( | OdDb::LineWeight | eWeight | ) |
Sets the line weight.
Sets the description.
Sets the name of the plot style.
|
protected |
Definition at line 168 of file AECLayerKeyDefinition.h.
|
protected |
Definition at line 165 of file AECLayerKeyDefinition.h.
|
protected |
Definition at line 159 of file AECLayerKeyDefinition.h.
|
protected |
Definition at line 162 of file AECLayerKeyDefinition.h.
|
protected |
DOM.
Definition at line 172 of file AECLayerKeyDefinition.h.
|
protected |
Definition at line 150 of file AECLayerKeyDefinition.h.
|
protected |
Definition at line 144 of file AECLayerKeyDefinition.h.
|
protected |
Definition at line 147 of file AECLayerKeyDefinition.h.
|
protected |
Definition at line 153 of file AECLayerKeyDefinition.h.
|
protected |
Definition at line 156 of file AECLayerKeyDefinition.h.