CFx SDK Documentation
2023 SP0
|
#include <AECDisplayThemeRuleBase.h>
Public Types | |
enum | DataType { eUInt32 = 1 , eString = 3 , eDouble = 4 } |
enum | Condition { eEqualTo = 1 , eNotEqualTo = 2 , eLessThan = 3 , eLessThanOrEqualTo = 4 , eGreaterThan = 5 , eGreaterThanOrEqualTo = 6 } |
enum | Operator { eAnd = 0 , eOr = 1 } |
Protected Attributes | |
OdUInt8 | m_flags |
AECImpArray | m_aRules |
DataType | m_eDataType |
Condition | m_eCondition |
Operator | m_eOperator |
AECVariant | m_vValue |
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 () | |
Display Theme Rule Base.
<group TA_API_Subobjects_Display_Components>
Definition at line 39 of file AECDisplayThemeRuleBase.h.
Rule condition.
Enumerator | |
---|---|
eEqualTo | |
eNotEqualTo | |
eLessThan | |
eLessThanOrEqualTo | |
eGreaterThan | |
eGreaterThanOrEqualTo |
Definition at line 57 of file AECDisplayThemeRuleBase.h.
Rule data type.
Enumerator | |
---|---|
eUInt32 | |
eString | |
eDouble |
Definition at line 47 of file AECDisplayThemeRuleBase.h.
Condition AECDisplayThemeRuleBase::GetCondition | ( | ) | const |
Returns condition.
Operator AECDisplayThemeRuleBase::GetOperator | ( | ) | const |
Returns operator.
AECDisplayThemeRuleBaseSubPtr AECDisplayThemeRuleBase::GetSubRuleByIndex | ( | OdUInt32 | iIndex | ) | const |
Returns the sub tule by index.
OdUInt32 AECDisplayThemeRuleBase::GetSubRuleCount | ( | ) | const |
Returns the number of sub rules.
AECImpArraySubPtr AECDisplayThemeRuleBase::GetSubRules | ( | ) | const |
Returns the array of sub rules.
DataType AECDisplayThemeRuleBase::GetType | ( | ) | const |
Returns data type.
const AECVariant& AECDisplayThemeRuleBase::GetValue | ( | ) | const |
Returns value.
|
virtual |
Returns whether this rule is applied to specified entity.
Reimplemented in AECDisplayThemeScheduleDataRule.
void AECDisplayThemeRuleBase::SetValue | ( | const AECVariant & | vValue | ) |
Sets value.
|
protected |
Definition at line 143 of file AECDisplayThemeRuleBase.h.
|
protected |
Definition at line 149 of file AECDisplayThemeRuleBase.h.
|
protected |
Definition at line 146 of file AECDisplayThemeRuleBase.h.
|
protected |
Definition at line 152 of file AECDisplayThemeRuleBase.h.
|
protected |
Definition at line 140 of file AECDisplayThemeRuleBase.h.
|
protected |
Definition at line 155 of file AECDisplayThemeRuleBase.h.