|
ofxMUI
A Multi-touch GUI implementation built with ofxDOM for openFrameworks.
|
This is the complete list of members for ofx::MUI::Styles, including all inherited members.
| _colors | ofx::MUI::Styles | protected |
| _fonts | ofx::MUI::Styles | mutableprotected |
| getColor(Role role, State state) const | ofx::MUI::Styles | |
| getFont(FontSize size=FontSize::MEDIUM) const | ofx::MUI::Styles | |
| Role enum name | ofx::MUI::Styles | |
| ROLE_ACCENT enum value | ofx::MUI::Styles | |
| ROLE_BACKGROUND enum value | ofx::MUI::Styles | |
| ROLE_BORDER enum value | ofx::MUI::Styles | |
| ROLE_FOREGROUND enum value | ofx::MUI::Styles | |
| ROLE_TEXT enum value | ofx::MUI::Styles | |
| setColor(const ofColor &color, Role role, State state) | ofx::MUI::Styles | |
| setColors(const ofColor &foreground, const ofColor &background, const ofColor &accent, const ofColor &border, const ofColor &text) | ofx::MUI::Styles | |
| setFont(FontSize size, std::shared_ptr< ofTrueTypeFont > font) | ofx::MUI::Styles | |
| State enum name | ofx::MUI::Styles | |
| STATE_DISABLED enum value | ofx::MUI::Styles | |
| STATE_DOWN enum value | ofx::MUI::Styles | |
| STATE_NORMAL enum value | ofx::MUI::Styles | |
| STATE_OVER enum value | ofx::MUI::Styles | |
| Styles() | ofx::MUI::Styles | |
| ~Styles() | ofx::MUI::Styles | virtual |