Typedefs | |
typedef std::map < ustring, Color > | ColorMap |
Typedef'd map for key,color combinations. | |
Functions | |
Color | lookup (const ustring &key) |
Get a color based on theme key. | |
Variables | |
ColorMap | g_Theme |
The global theme map. | |
ColorMap | g_Theme |
The global theme map. |
Color Theme::lookup | ( | const ustring & | key | ) |
Get a color based on theme key.
key | The key to look up |