|
CFx SDK Documentation 2024 SP0
|
#include <AECDisplayThemeCellFormat.h>
Public Types | |
| enum | Symbol { eSquare = 0 , eCircle = 1 } |
| enum | Rotation { eHorizontal = 0 , eVertical = 1 } |
Public Member Functions | |
| double | GetHeight () const |
| void | SetHeight (double dHeight) |
| double | GetGap () const |
| void | SetGap (double dGap) |
| OdDbObjectId | GetTextStyle () const |
| void | SetTextStyle (const OdDbObjectId &idStyle) |
| Rotation | GetRotation () const |
| void | SetRotation (Rotation rotation) |
| Symbol | GetSymbol () const |
| void | SetSymbol (Symbol eSymbol) |
| const OdString & | GetTitle () const |
| void | SetTitle (const OdString &strTitle) |
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 | |
| OdDbHardPointerId | m_hpidTextStyle |
| double | m_dHeight |
| double | m_dGap |
| OdUInt16 | m_rotation |
| OdUInt16 | m_symbol |
| OdUInt8 | m_flags |
| OdString | m_strTitle |
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< 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 () | |
Display Theme Cell Format.
<group TA_API_Subobjects_Display_Components>
Definition at line 34 of file AECDisplayThemeCellFormat.h.
| Enumerator | |
|---|---|
| eHorizontal | |
| eVertical | |
Definition at line 48 of file AECDisplayThemeCellFormat.h.
Component symbol.
| Enumerator | |
|---|---|
| eSquare | |
| eCircle | |
Definition at line 42 of file AECDisplayThemeCellFormat.h.
| double AECDisplayThemeCellFormat::GetGap | ( | ) | const |
Returns text gap.
| double AECDisplayThemeCellFormat::GetHeight | ( | ) | const |
Returns text height.
| Rotation AECDisplayThemeCellFormat::GetRotation | ( | ) | const |
| Symbol AECDisplayThemeCellFormat::GetSymbol | ( | ) | const |
Returns row symbol.
| OdDbObjectId AECDisplayThemeCellFormat::GetTextStyle | ( | ) | const |
Returns text style.
| const OdString & AECDisplayThemeCellFormat::GetTitle | ( | ) | const |
Returns title.
| void AECDisplayThemeCellFormat::SetGap | ( | double | dGap | ) |
Sets text gap.
| void AECDisplayThemeCellFormat::SetHeight | ( | double | dHeight | ) |
Sets text height.
| void AECDisplayThemeCellFormat::SetTextStyle | ( | const OdDbObjectId & | idStyle | ) |
Sets text style.
|
protected |
Definition at line 116 of file AECDisplayThemeCellFormat.h.
|
protected |
Definition at line 113 of file AECDisplayThemeCellFormat.h.
|
protected |
Definition at line 125 of file AECDisplayThemeCellFormat.h.
|
protected |
Definition at line 110 of file AECDisplayThemeCellFormat.h.
|
protected |
Definition at line 119 of file AECDisplayThemeCellFormat.h.
|
protected |
Definition at line 128 of file AECDisplayThemeCellFormat.h.
|
protected |
Definition at line 122 of file AECDisplayThemeCellFormat.h.