|
void | reload () |
|
bool | existsName (const irr::core::stringw &name) const |
|
void | checkConsistency () |
|
GrandPrixData * | editGrandPrix (const std::string &s) |
|
GrandPrixData * | createNewGP (const irr::core::stringw &newName) |
|
GrandPrixData * | copy (const std::string &id, const irr::core::stringw &newName) |
|
void | remove (const std::string &id) |
|
const GrandPrixData * | getGrandPrix (const std::string &s) const |
| Returns a pointer to the data for the specified GP.
|
|
const GrandPrixData * | getGrandPrix (const int i) const |
| Returns a pointer to the data for the specified GP.
|
|
unsigned int | getNumberOfGrandPrix () const |
| Returns the number of GPs.
|
|
|
void | loadFiles () |
| Load all the grands prix from the 3 directories known.
|
|
void | loadDir (const std::string &dir, enum GrandPrixData::GPGroupType group) |
| Load all the grands prix in one directory.
|
|
void | load (const std::string &filename, enum GrandPrixData::GPGroupType group) |
| Load a grand prix and add it to m_gp_data.
|
|
std::string | generateId () |
| Generates a new unique indentifier for a user defined grand prix.
|
|
|
static const char * | SUFFIX = ".grandprix" |
|
◆ getGrandPrix() [1/2]
const GrandPrixData * GrandPrixManager::getGrandPrix |
( |
const int |
i | ) |
const |
|
inline |
Returns a pointer to the data for the specified GP.
- Parameters
-
◆ getGrandPrix() [2/2]
const GrandPrixData * GrandPrixManager::getGrandPrix |
( |
const std::string & |
s | ) |
const |
Returns a pointer to the data for the specified GP.
- Parameters
-
The documentation for this class was generated from the following files: