CFx SDK Documentation
2023 SP0
|
#include <AECDimChainDisplay.h>
Public Member Functions | |
AECDimChainDisplay () | |
AECDimChainDisplay (const AECDimChainDisplay &rChain) | |
~AECDimChainDisplay () | |
double | chainOffset () const |
void | setChainOffset (double dOffset) |
SettingValue | setting (Setting eSetting) const |
void | setSetting (Setting eSetting, SettingValue eValue) |
void | clearAllSettings () |
Protected Attributes | |
double | m_dChainOffset |
std::map< Setting, SettingValue > | m_mapSettingMap |
Container for dimension chain display settings.
<group TA_API_Auxiliary_Classes>
Definition at line 34 of file AECDimChainDisplay.h.
Enumeration of display settings.
Definition at line 56 of file AECDimChainDisplay.h.
Enumeration of display setting values.
Definition at line 111 of file AECDimChainDisplay.h.
AECDimChainDisplay::AECDimChainDisplay | ( | ) |
Constructor.
AECDimChainDisplay::AECDimChainDisplay | ( | const AECDimChainDisplay & | rChain | ) |
Copy constructor.
AECDimChainDisplay::~AECDimChainDisplay | ( | ) |
Desctructor.
double AECDimChainDisplay::chainOffset | ( | ) | const |
Returns chain offset.
void AECDimChainDisplay::clearAllSettings | ( | ) |
Sets all settings to SettingValue::ldpdOff.
void AECDimChainDisplay::setChainOffset | ( | double | dOffset | ) |
Sets chain offset.
void AECDimChainDisplay::setSetting | ( | Setting | eSetting, |
SettingValue | eValue | ||
) |
Sets setting value.
SettingValue AECDimChainDisplay::setting | ( | Setting | eSetting | ) | const |
Returns setting value.
|
protected |
Definition at line 154 of file AECDimChainDisplay.h.
|
protected |
Definition at line 157 of file AECDimChainDisplay.h.