#include <Fui.h>
Public Member Functions | |
| CFuiThemeWidget (void) | |
| ~CFuiThemeWidget (void) | |
| void | ParseBitmap (char *s) |
| void | ParseColour (char *s) |
| void | ParseSize (char *s) |
| void | ParseFrameRate (char *s) |
| void | ParseThickness (char *s) |
| void | ParseComponentName (char *s, std::string type) |
| void | ParseButtonWidth (char *s) |
| void | SetName (const char *s) |
| SBitmap * | GetBitmap (std::string name) |
| unsigned int | GetColour (std::string name) |
| void | SetFlag (std::string name) |
| bool | GetFlag (std::string name) |
| const char * | GetComponentName (std::string name) |
| void | Print (FILE *f) |
Protected Attributes | |
| char | name [64] |
| std::map< std::string, SBitmap * > | bmMap |
| std::map< std::string, unsigned int > | colourMap |
| std::vector< std::string > | flagVector |
| std::map< std::string, std::string > | componentNameMap |
| int | framerate |
| int | thickness |
| int | buttonWidth |
Definition at line 1306 of file Fui.h.
|
|
Definition at line 61 of file FuiTheme.cpp. |
|
|
Definition at line 65 of file FuiTheme.cpp. References bmMap, and FreeBitmap(). |
|
|
|
Referenced by CFuiWindowTitle::Fill(), CFuiTextField::ReadFinished(), CFuiLabel::ReadFinished(), CFuiPopupMenu::ReadFinished(), and CFuiButton::ReadFinished(). |
|
|
|
|
|
Referenced by CFuiTextField::ReadFinished(), and CFuiLabel::ReadFinished(). |
|
|
Definition at line 76 of file FuiTheme.cpp. References SBitmap::bitmapName, bmMap, FreeBitmap(), globals, gtfo, LoadBitmap(), SGlobals::logWarning, and CLogFile::Write(). Referenced by CFuiTheme::CFuiTheme(). |
|
|
Definition at line 166 of file FuiTheme.cpp. References buttonWidth. Referenced by CFuiTheme::CFuiTheme(). |
|
|
Definition at line 105 of file FuiTheme.cpp. References colourMap, and MakeRGB(). Referenced by CFuiTheme::CFuiTheme(). |
|
||||||||||||
|
Referenced by CFuiTheme::CFuiTheme(). |
|
|
Definition at line 142 of file FuiTheme.cpp. References framerate. Referenced by CFuiTheme::CFuiTheme(). |
|
|
Definition at line 123 of file FuiTheme.cpp. References GetSizeType(), and gtfo. Referenced by CFuiTheme::CFuiTheme(). |
|
|
Definition at line 150 of file FuiTheme.cpp. References thickness. Referenced by CFuiTheme::CFuiTheme(). |
|
|
Definition at line 214 of file FuiTheme.cpp. References SBitmap::bitmapName, bmMap, colourMap, componentNameMap, flagVector, and UnmakeRGB(). |
|
|
Referenced by CFuiTheme::CFuiTheme(). |
|
|
Definition at line 179 of file FuiTheme.cpp. |
|
|
Definition at line 1333 of file Fui.h. Referenced by ParseBitmap(), Print(), and ~CFuiThemeWidget(). |
|
|
Definition at line 1340 of file Fui.h. Referenced by ParseButtonWidth(). |
|
|
Definition at line 1334 of file Fui.h. Referenced by ParseColour(), and Print(). |
|
|
Definition at line 1337 of file Fui.h. Referenced by Print(). |
|
|
Definition at line 1336 of file Fui.h. Referenced by Print(). |
|
|
Definition at line 1338 of file Fui.h. Referenced by ParseFrameRate(). |
|
|
|
|
|
Definition at line 1339 of file Fui.h. Referenced by ParseThickness(). |
|
|
Documentation generated by
|