public

Inheritance Graph

graph BT
	UseShapeProperty
	UseShapeProperty --> DisplayProperty
	click UseShapeProperty "classGUI_1_1UseShapeProperty"
	click DisplayProperty "classGUI_1_1DisplayProperty"

Description

UseShapeProperty > DisplayProperty Apply the Shape of another property (prop2).

Public Functions

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

Documentation

function
GUI::UseShapeProperty::UseShapeProperty

public inline
     
     
UseShapeProperty( propertyId_t _propertyId,
  propertyId_t _prop2
)    

Defined in GUI/Base/Properties.h:94


function
GUI::UseShapeProperty::~UseShapeProperty

public inline virtual
   
   
~UseShapeProperty( )

Defined in GUI/Base/Properties.h:95


function
GUI::UseShapeProperty::doEnable

public virtual
     
     
void doEnable( StyleManager & s )
> DisplayProperty

Defined in GUI/Base/Properties.h:98


function
GUI::UseShapeProperty::doDisable

public virtual
     
     
void doDisable( StyleManager & s )

Defined in GUI/Base/Properties.h:99