| public |
Inheritance Graph
graph BT
FontProperty
FontProperty --> DisplayProperty
click FontProperty "classGUI_1_1FontProperty"
click DisplayProperty "classGUI_1_1DisplayProperty"
Description
| FontProperty | > DisplayProperty . |
Public Functions
| FontProperty( propertyId_t _propertyId, AbstractFont * f) | ||
| ~FontProperty() | ||
| AbstractFont * | getFont() const | |
| void | setFont( AbstractFont * f) | |
| void | doEnable( StyleManager & s) |
> DisplayProperty |
| void | doDisable( StyleManager & s) |
Documentation
function
GUI::FontProperty::FontProperty
| public | inline |
| FontProperty( | propertyId_t | _propertyId, |
| AbstractFont * | f | |
| ) |
Defined in GUI/Base/Properties.h:46
function
GUI::FontProperty::~FontProperty
| public | inline | virtual |
| ~FontProperty( | ) |
Defined in GUI/Base/Properties.h:47
function
GUI::FontProperty::getFont
| public | const | inline |
| AbstractFont * getFont( | ) const |
Defined in GUI/Base/Properties.h:49
function
GUI::FontProperty::setFont
| public | inline |
| void setFont( | AbstractFont * | f ) |
Defined in GUI/Base/Properties.h:50
function
GUI::FontProperty::doEnable
| public | virtual |
| void doEnable( | StyleManager & | s ) |
| > DisplayProperty |
Defined in GUI/Base/Properties.h:53
function
GUI::FontProperty::doDisable
| public | virtual |
| void doDisable( | StyleManager & | s ) |
Defined in GUI/Base/Properties.h:54