public

Inheritance Graph

graph BT
	UseFontProperty
	UseFontProperty --> DisplayProperty
	click UseFontProperty "classGUI_1_1UseFontProperty"
	click DisplayProperty "classGUI_1_1DisplayProperty"

Description

UseFontProperty > DisplayProperty Apply the FOnt of another property (prop2).

Public Functions

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

Documentation

function
GUI::UseFontProperty::UseFontProperty

public inline
     
     
UseFontProperty( propertyId_t _propertyId,
  propertyId_t _prop2
)    

Defined in GUI/Base/Properties.h:79


function
GUI::UseFontProperty::~UseFontProperty

public inline virtual
   
   
~UseFontProperty( )

Defined in GUI/Base/Properties.h:80


function
GUI::UseFontProperty::doEnable

public virtual
     
     
void doEnable( StyleManager & s )
> DisplayProperty

Defined in GUI/Base/Properties.h:83


function
GUI::UseFontProperty::doDisable

public virtual
     
     
void doDisable( StyleManager & s )

Defined in GUI/Base/Properties.h:84