Typedefs | |
| typedef std::map< int, std::string > | Colors |
| typedef Colors::iterator | ColorIterator |
Functions | |
| void | load () |
Loads the color data from colors.xml. | |
| void | unload () |
| Clear the color data. | |
| std::string & | get (int id) |
| int | size () |
| typedef Colors::iterator ColorDB::ColorIterator |
| typedef std::map<int, std::string> ColorDB::Colors |
| std::string & ColorDB::get | ( | int | id | ) |
Definition at line 99 of file colordb.cpp.
| void ColorDB::load | ( | ) |
| int ColorDB::size | ( | ) |
Definition at line 117 of file colordb.cpp.
| void ColorDB::unload | ( | ) |
1.5.5