#include <theme_priv.h>
Public Types | |
| typedef std::map< std::string, THEME_FILENAME * > | MAP_FILENAME |
| typedef std::map< std::string, THEME_GRADIENT * > | MAP_GRADIENT |
| typedef std::map< std::string, THEME_PROPERTY * > | MAP_PROPERTY |
Public Member Functions | |
| THEME_OBJECT () | |
| virtual | ~THEME_OBJECT () |
| SDL_Surface * | FindSurface (const std::string &name) |
| PG_Gradient * | FindGradient (const std::string &name) |
| long | FindProperty (const std::string &name) |
| const std::string & | FindString (const std::string &name) |
Public Attributes | |
| THEME_FONT * | font |
| std::string | type |
| std::string | name |
| std::vector< THEME_STRING * > | strings |
| MAP_FILENAME | filename |
| MAP_GRADIENT | gradient |
| MAP_PROPERTY | property |
|
|
Definition at line 138 of file theme_priv.h. |
|
|
Definition at line 139 of file theme_priv.h. |
|
|
Definition at line 140 of file theme_priv.h. |
|
|
Definition at line 246 of file theme_priv.cpp. References font. |
|
|
Definition at line 250 of file theme_priv.cpp. |
|
|
Definition at line 285 of file theme_priv.cpp. References gradient. Referenced by THEME_THEME::FindGradient(). |
|
|
Definition at line 329 of file theme_priv.cpp. References property. Referenced by THEME_THEME::GetProperty(). |
|
|
Definition at line 339 of file theme_priv.cpp. References PG_NULLSTR, and strings. Referenced by THEME_THEME::FindString(). |
|
|
Definition at line 275 of file theme_priv.cpp. References filename. Referenced by THEME_THEME::FindSurface(). |
|
|
Definition at line 143 of file theme_priv.h. Referenced by FindSurface(), parseObjectProps(), and ~THEME_OBJECT(). |
|
|
Definition at line 124 of file theme_priv.h. Referenced by THEME_THEME::FindFontName(), THEME_THEME::FindFontSize(), THEME_THEME::FindFontStyle(), parseObjectProps(), THEME_OBJECT(), and ~THEME_OBJECT(). |
|
|
Definition at line 144 of file theme_priv.h. Referenced by FindGradient(), parseObjectProps(), and ~THEME_OBJECT(). |
|
|
Definition at line 127 of file theme_priv.h. Referenced by parseObjectProps(), and parseWidgetProps(). |
|
|
Definition at line 145 of file theme_priv.h. Referenced by FindProperty(), parseObjectProps(), and ~THEME_OBJECT(). |
|
|
Definition at line 129 of file theme_priv.h. Referenced by FindString(), parseObjectProps(), and ~THEME_OBJECT(). |
|
|
Definition at line 126 of file theme_priv.h. Referenced by parseObjectProps(), and parseWidgetProps(). |
1.4.2