public

Inheritance Graph

graph BT
	ShapeProperty
	ShapeProperty --> DisplayProperty
	click ShapeProperty "classGUI_1_1ShapeProperty"
	click DisplayProperty "classGUI_1_1DisplayProperty"

Description

ShapeProperty > DisplayProperty .

Public Functions

     
     
  ShapeProperty( propertyId_t _propertyId, AbstractShape * s)  
     
  ~ShapeProperty()  
     
AbstractShape * getShape() const  
     
void setShape( AbstractShape * s)  
     
void doEnable( StyleManager & s)
> DisplayProperty
     
void doDisable( StyleManager & s)  

Documentation

function
GUI::ShapeProperty::ShapeProperty

public inline
     
     
ShapeProperty( propertyId_t _propertyId,
  AbstractShape * s
)    

Defined in GUI/Base/Properties.h:108


function
GUI::ShapeProperty::~ShapeProperty

public inline virtual
   
   
~ShapeProperty( )

Defined in GUI/Base/Properties.h:109


function
GUI::ShapeProperty::getShape

public const inline
   
   
AbstractShape * getShape( ) const

Defined in GUI/Base/Properties.h:111


function
GUI::ShapeProperty::setShape

public inline
     
     
void setShape( AbstractShape * s )

Defined in GUI/Base/Properties.h:112


function
GUI::ShapeProperty::doEnable

public virtual
     
     
void doEnable( StyleManager & s )
> DisplayProperty

Defined in GUI/Base/Properties.h:115


function
GUI::ShapeProperty::doDisable

public virtual
     
     
void doDisable( StyleManager & s )

Defined in GUI/Base/Properties.h:116