| public |
Inheritance Graph
graph BT
ColorProperty
ColorProperty --> DisplayProperty
click ColorProperty "classGUI_1_1ColorProperty"
click DisplayProperty "classGUI_1_1DisplayProperty"
Description
| ColorProperty | > DisplayProperty . |
Public Functions
| ColorProperty( propertyId_t _propertyId, Util::Color4ub c) | ||
| ~ColorProperty() | ||
| const Util::Color4ub & | getColor() const | |
| void | setColor(const Util::Color4ub & c) | |
| void | doEnable( StyleManager & s) |
> DisplayProperty |
| void | doDisable( StyleManager & s) |
Documentation
function
GUI::ColorProperty::ColorProperty
| public | inline |
| ColorProperty( | propertyId_t | _propertyId, |
| Util::Color4ub | c | |
| ) |
Defined in GUI/Base/Properties.h:29
function
GUI::ColorProperty::~ColorProperty
| public | inline | virtual |
| ~ColorProperty( | ) |
Defined in GUI/Base/Properties.h:30
function
GUI::ColorProperty::getColor
| public | const | inline |
| const Util::Color4ub & getColor( | ) const |
Defined in GUI/Base/Properties.h:32
function
GUI::ColorProperty::setColor
| public | inline |
| void setColor( | const Util::Color4ub & | c ) |
Defined in GUI/Base/Properties.h:33
function
GUI::ColorProperty::doEnable
| public | virtual |
| void doEnable( | StyleManager & | s ) |
| > DisplayProperty |
Defined in GUI/Base/Properties.h:36
function
GUI::ColorProperty::doDisable
| public | virtual |
| void doDisable( | StyleManager & | s ) |
Defined in GUI/Base/Properties.h:37