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

#include <AECDisplayThemeCellFormat.h>

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

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 OdStringGetTitle () const
 
void SetTitle (const OdString &strTitle)
 
- 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

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< 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 Cell Format.

<group TA_API_Subobjects_Display_Components>

Definition at line 34 of file AECDisplayThemeCellFormat.h.

Member Enumeration Documentation

◆ Rotation

Enumerator
eHorizontal 
eVertical 

Definition at line 48 of file AECDisplayThemeCellFormat.h.

◆ Symbol

Component symbol.

Enumerator
eSquare 
eCircle 

Definition at line 42 of file AECDisplayThemeCellFormat.h.

Member Function Documentation

◆ GetGap()

double AECDisplayThemeCellFormat::GetGap ( ) const

Returns text gap.

◆ GetHeight()

double AECDisplayThemeCellFormat::GetHeight ( ) const

Returns text height.

◆ GetRotation()

Rotation AECDisplayThemeCellFormat::GetRotation ( ) const

◆ GetSymbol()

Symbol AECDisplayThemeCellFormat::GetSymbol ( ) const

Returns row symbol.

◆ GetTextStyle()

OdDbObjectId AECDisplayThemeCellFormat::GetTextStyle ( ) const

Returns text style.

◆ GetTitle()

const OdString & AECDisplayThemeCellFormat::GetTitle ( ) const

Returns title.

◆ SetGap()

void AECDisplayThemeCellFormat::SetGap ( double  dGap)

Sets text gap.

◆ SetHeight()

void AECDisplayThemeCellFormat::SetHeight ( double  dHeight)

Sets text height.

◆ SetRotation()

void AECDisplayThemeCellFormat::SetRotation ( Rotation  rotation)

◆ SetSymbol()

void AECDisplayThemeCellFormat::SetSymbol ( Symbol  eSymbol)

Sets row symbol.

◆ SetTextStyle()

void AECDisplayThemeCellFormat::SetTextStyle ( const OdDbObjectId idStyle)

Sets text style.

◆ SetTitle()

void AECDisplayThemeCellFormat::SetTitle ( const OdString strTitle)

Sets title.

Member Data Documentation

◆ m_dGap

double AECDisplayThemeCellFormat::m_dGap
protected

Definition at line 116 of file AECDisplayThemeCellFormat.h.

◆ m_dHeight

double AECDisplayThemeCellFormat::m_dHeight
protected

Definition at line 113 of file AECDisplayThemeCellFormat.h.

◆ m_flags

OdUInt8 AECDisplayThemeCellFormat::m_flags
protected

Definition at line 125 of file AECDisplayThemeCellFormat.h.

◆ m_hpidTextStyle

OdDbHardPointerId AECDisplayThemeCellFormat::m_hpidTextStyle
protected

Definition at line 110 of file AECDisplayThemeCellFormat.h.

◆ m_rotation

OdUInt16 AECDisplayThemeCellFormat::m_rotation
protected

Definition at line 119 of file AECDisplayThemeCellFormat.h.

◆ m_strTitle

OdString AECDisplayThemeCellFormat::m_strTitle
protected

Definition at line 128 of file AECDisplayThemeCellFormat.h.

◆ m_symbol

OdUInt16 AECDisplayThemeCellFormat::m_symbol
protected

Definition at line 122 of file AECDisplayThemeCellFormat.h.


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