This class manages the list of all tips.
More...
#include <tips_manager.hpp>
|
const irr::core::stringw & | getTip (const std::string &id) const |
| Get a tip by ID.
|
|
bool | isEmpty () const |
|
|
static void | create () |
| Static function to create the instance of the tips manager.
|
|
static TipsManager * | get () |
| Static function to get the tips manager.
|
|
static void | destroy () |
|
|
| TipsManager () |
| Constructor, which reads data/tips.xml and stores the information in objects.
|
|
void | addTipSet (const XMLNode *input) |
|
|
std::map< std::string, TipSet > | m_all_tip_sets |
|
|
static TipsManager * | m_tips_manager = NULL |
| Pointer to the single instance.
|
|
This class manages the list of all tips.
It reads the data/tips.xml file, which contains the contents for each tip.
The documentation for this class was generated from the following files: