CFx SDK Documentation
2023 SP0
|
#include <AECDimensionOverrideDataText.h>
Public Member Functions | |
bool | IsVisible () const |
void | SetIsVisible (bool bVisible) |
bool | IsUnderline () const |
void | SetIsUnderline (bool bUnderline) |
bool | IsUseTextMeasurement () const |
void | SetIsUseTextMeasurement (bool bUse) |
double | GetMeasurementD () const |
void | SetMeasurementD (double dValue) |
OdString | GetMeasurementS () const |
void | SetMeasurementS (const OdString &strValue) |
OdString | GetPrefix () const |
void | SetPrefix (const OdString &strPrefix) |
OdString | GetSuffix () const |
void | SetSuffix (const OdString &strSuffix) |
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 | |
bool | m_bDefaultDim |
bool | m_bDefaultDimValue |
bool | m_bNumberMeasurement |
double | m_dMeasurement |
bool | m_bVisible |
OdString | m_strTextMeasurement |
bool | m_bUnderline |
OdString | m_strPrefix |
OdString | m_strSuffix |
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 () | |
Dimension Override Data Text.
<group TA_API_Subobjects_Dimension>
Definition at line 34 of file AECDimensionOverrideDataText.h.
double AECDimensionOverrideDataText::GetMeasurementD | ( | ) | const |
Returns numeric value for measurement.
OdString AECDimensionOverrideDataText::GetMeasurementS | ( | ) | const |
Returns string value for measurement.
OdString AECDimensionOverrideDataText::GetPrefix | ( | ) | const |
Returns prefix.
OdString AECDimensionOverrideDataText::GetSuffix | ( | ) | const |
Returns suffix.
bool AECDimensionOverrideDataText::IsUnderline | ( | ) | const |
Returns whether text is underlined.
bool AECDimensionOverrideDataText::IsUseTextMeasurement | ( | ) | const |
Returns whether text value for measurement is used.
bool AECDimensionOverrideDataText::IsVisible | ( | ) | const |
Returns whether the text is visible.
void AECDimensionOverrideDataText::SetIsUnderline | ( | bool | bUnderline | ) |
Sets whether text is underlined.
void AECDimensionOverrideDataText::SetIsUseTextMeasurement | ( | bool | bUse | ) |
Sets whether text value for measurement is used.
void AECDimensionOverrideDataText::SetIsVisible | ( | bool | bVisible | ) |
Sets whether the text is visible.
void AECDimensionOverrideDataText::SetMeasurementD | ( | double | dValue | ) |
Sets numeric value for measurement.
Sets string value for measurement.
|
protected |
Definition at line 111 of file AECDimensionOverrideDataText.h.
|
protected |
Definition at line 114 of file AECDimensionOverrideDataText.h.
|
protected |
Definition at line 117 of file AECDimensionOverrideDataText.h.
|
protected |
Definition at line 129 of file AECDimensionOverrideDataText.h.
|
protected |
Definition at line 123 of file AECDimensionOverrideDataText.h.
|
protected |
Definition at line 120 of file AECDimensionOverrideDataText.h.
|
protected |
Definition at line 132 of file AECDimensionOverrideDataText.h.
|
protected |
Definition at line 135 of file AECDimensionOverrideDataText.h.
|
protected |
Definition at line 126 of file AECDimensionOverrideDataText.h.