public

Inheritance Graph

graph BT
	UseColorProperty
	UseColorProperty --> DisplayProperty
	click UseColorProperty "classGUI_1_1UseColorProperty"
	click DisplayProperty "classGUI_1_1DisplayProperty"

Description

UseColorProperty > DisplayProperty Apply the Color of another property (prop2).

Public Functions

     
     
  UseColorProperty( propertyId_t _propertyId, propertyId_t _prop2)  
     
  ~UseColorProperty()  
     
void doEnable( StyleManager & s)
> DisplayProperty
     
void doDisable( StyleManager & s)  

Documentation

function
GUI::UseColorProperty::UseColorProperty

public inline
     
     
UseColorProperty( propertyId_t _propertyId,
  propertyId_t _prop2
)    

Defined in GUI/Base/Properties.h:64


function
GUI::UseColorProperty::~UseColorProperty

public inline virtual
   
   
~UseColorProperty( )

Defined in GUI/Base/Properties.h:65


function
GUI::UseColorProperty::doEnable

public virtual
     
     
void doEnable( StyleManager & s )
> DisplayProperty

Defined in GUI/Base/Properties.h:68


function
GUI::UseColorProperty::doDisable

public virtual
     
     
void doDisable( StyleManager & s )

Defined in GUI/Base/Properties.h:69