public abstract

Inheritance Graph

graph BT
	DisplayProperty
	DisplayProperty --> ReferenceCounter
	ColorProperty --> DisplayProperty
	FontProperty --> DisplayProperty
	ShapeProperty --> DisplayProperty
	UseColorProperty --> DisplayProperty
	UseFontProperty --> DisplayProperty
	UseShapeProperty --> DisplayProperty
	click DisplayProperty "classGUI_1_1DisplayProperty"
	click ReferenceCounter "classUtil_1_1ReferenceCounter"
	click ColorProperty "classGUI_1_1ColorProperty"
	click FontProperty "classGUI_1_1FontProperty"
	click ShapeProperty "classGUI_1_1ShapeProperty"
	click UseColorProperty "classGUI_1_1UseColorProperty"
	click UseFontProperty "classGUI_1_1UseFontProperty"
	click UseShapeProperty "classGUI_1_1UseShapeProperty"

Description

DisplayProperty .

Public Functions

   
   
  DisplayProperty( propertyId_t _propertyId)
   
  ~DisplayProperty()
   
propertyId_t getPropertyId() const
   
void enable( StyleManager & s)
   
void disable( StyleManager & s)
   
void doEnable( StyleManager & s)
o
   
void doDisable( StyleManager & s)

Documentation

function
GUI::DisplayProperty::DisplayProperty

public inline
     
     
DisplayProperty( propertyId_t _propertyId )

Defined in GUI/Base/AbstractProperty.h:31


function
GUI::DisplayProperty::~DisplayProperty

public inline virtual
   
   
~DisplayProperty( )

Defined in GUI/Base/AbstractProperty.h:32


function
GUI::DisplayProperty::getPropertyId

public const inline
   
   
propertyId_t getPropertyId( ) const

Defined in GUI/Base/AbstractProperty.h:34


function
GUI::DisplayProperty::enable

public inline
     
     
void enable( StyleManager & s )

Defined in GUI/Base/AbstractProperty.h:36


function
GUI::DisplayProperty::disable

public inline
     
     
void disable( StyleManager & s )

Defined in GUI/Base/AbstractProperty.h:37


function
GUI::DisplayProperty::doEnable

public virtual
     
     
void doEnable( StyleManager & s )

o

Defined in GUI/Base/AbstractProperty.h:40


function
GUI::DisplayProperty::doDisable

public virtual
     
     
void doDisable( StyleManager & s )

Defined in GUI/Base/AbstractProperty.h:41