CFx SDK Documentation 2024 SP0
|
#include <AECDisplayThemeScheduleDataRule.h>
Public Member Functions | |
OdDbObjectId | GetPropertySetDef () const |
void | SetPropertySetDef (const OdDbObjectId &idPropertySetDef) |
OdUInt32 | GetPropertyDefIndex () const |
void | SetPropertyDefIndex (OdUInt32 iIndex) |
virtual bool | IsAppliedTo (const OdDbObjectId &idEntity) const |
Public Member Functions inherited from AECDisplayThemeRuleBase | |
DataType | GetType () const |
void | SetType (DataType eType) |
Condition | GetCondition () const |
void | SetCondition (Condition eCondition) |
Operator | GetOperator () const |
void | SetOperator (Operator eOperator) |
const AECVariant & | GetValue () const |
void | SetValue (const AECVariant &vValue) |
OdUInt32 | GetSubRuleCount () const |
AECDisplayThemeRuleBaseSubPtr | GetSubRuleByIndex (OdUInt32 iIndex) const |
AECImpArraySubPtr | GetSubRules () const |
virtual bool | IsAppliedTo (const OdDbObjectId &idEntity) const |
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_hpidPropertySetDef |
OdUInt32 | m_iPropertyDefIndex |
Protected Attributes inherited from AECDisplayThemeRuleBase | |
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. | |
OdUInt16 | m_iMinSupportedVersion |
Additional Inherited Members | |
Public Types inherited from AECDisplayThemeRuleBase | |
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 } |
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 Schedule Data Rule.
<group TA_API_Subobjects_Display_Components>
Definition at line 34 of file AECDisplayThemeScheduleDataRule.h.
OdUInt32 AECDisplayThemeScheduleDataRule::GetPropertyDefIndex | ( | ) | const |
Returns the index of Property Definition within referenced Property Set Definition.
OdDbObjectId AECDisplayThemeScheduleDataRule::GetPropertySetDef | ( | ) | const |
Returns the Object ID of Property Set Definition.
|
virtual |
AECDisplayThemeRuleBase override.
Reimplemented from AECDisplayThemeRuleBase.
Sets the index of Property Definition within referenced Property Set Definition.
void AECDisplayThemeScheduleDataRule::SetPropertySetDef | ( | const OdDbObjectId & | idPropertySetDef | ) |
Returns the Object ID of Property Set Definition.
|
protected |
Definition at line 68 of file AECDisplayThemeScheduleDataRule.h.
|
protected |
Definition at line 71 of file AECDisplayThemeScheduleDataRule.h.