CFx SDK Documentation 2024 SP0
|
#include <AECDispComp2dSection.h>
Public Member Functions | |
const OdString & | GetComponentName () const |
void | SetComponentName (const OdString &strName) |
Public Member Functions inherited from AECDispCompEnt | |
virtual void | SetDbProperties (const OdDbDatabase *pDb) |
DOM. | |
bool | IsVisible () const |
void | SetIsVisible (bool bVisible) |
const OdCmColor & | GetColor () const |
void | SetColor (const OdCmColor &cColor) |
OdDbObjectId | GetLayer () const |
void | SetLayer (const OdDbObjectId &idLayer) |
OdDbObjectId | GetLinetype () const |
void | SetLinetype (const OdDbObjectId &idLinetype) |
OdDb::LineWeight | GetLineWeight () const |
void | SetLineWeight (OdDb::LineWeight eLineWeight) |
double | GetLtScale () const |
void | SetLtScale (double dScale) |
OdDb::PlotStyleNameType | GetPlotStyleNameType () const |
void | SetPlotStyleNameType (OdDb::PlotStyleNameType eType) |
OdDbObjectId | GetPlotStyle () const |
void | SetPlotStyle (const OdDbObjectId &idPlotStyle) |
bool | MayBeByMaterial () const |
void | SetMayBeByMaterial (bool bMayBeByMaterial) |
bool | IsByMaterial () const |
void | SetIsByMaterial (bool bByMaterial) |
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 | |
OdString | m_strComponentName |
Protected Attributes inherited from AECDispCompEnt | |
bool | m_bVisible |
OdDbHardPointerId | m_hpidDbLayerTableRecord |
OdCmColor | m_cColor |
bool | m_bNoneColor |
OdDbHardPointerId | m_hpidDbLineTypeTableRecord |
OdDb::LineWeight | m_eLineWeight |
double | m_dLtScale |
OdDb::PlotStyleNameType | m_ePlotStyleName |
OdDbHardPointerId | m_hpidPlotStyle |
MaterialFlags | m_iMaterialFlags |
OdUInt32 | m_unknSmartStrID |
DOM. | |
OdString | m_unknSmartStrValue |
DOM. | |
OdInt32 | m_iUnknown1 |
DOM. | |
Protected Attributes inherited from AECDispComp | |
bool | m_bApplicable |
bool | m_bInherited |
Protected Attributes inherited from AECImpObj | |
class AECSIBase * | m_pImp |
DOM. | |
OdUInt16 | m_iMinSupportedVersion |
Additional Inherited Members | |
Public Types inherited from AECDispCompEnt | |
enum | XPosition { exLeft = 0 , exCenter = 1 , exRight = 2 } |
enum | YPosition { eyFront = 0 , eyCenter = 1 , eyBack = 2 } |
enum | ZPosition { ezBottom = 0 , ezCenter = 1 , ezTop = 2 } |
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 () | |
2D Section custom component.
<group TA_API_Subobjects_Display_Components>
Definition at line 34 of file AECDispComp2dSection.h.
const OdString & AECDispComp2dSection::GetComponentName | ( | ) | const |
Returns component name.
|
protected |
Definition at line 52 of file AECDispComp2dSection.h.