Public Types | |
typedef ConstBaseIterator< SchemeRegistry > | SchemeIterator |
Public Member Functions | |
SchemeManager (void) | |
Constructor for SchemeManager objects. | |
~SchemeManager (void) | |
Destructor for SchemeManager objects. | |
Scheme * | loadScheme (const String &scheme_filename, const String &resourceGroup="") |
Loads a scheme. | |
void | unloadScheme (const String &scheme_name) |
Unloads all data referenced in a scheme. If any object is using some resource which is listed in the scheme, this function will effectively pull the rug out from under those objects. This should be used with extreme caution, or not at all. | |
bool | isSchemePresent (const String &scheme_name) const |
Returns true if the named Scheme is present in the system (though the resources for the scheme may or may not be loaded). | |
Scheme * | getScheme (const String &name) const |
Returns a pointer to the Scheme object with the specified name. | |
void | unloadAllSchemes (void) |
Unload all schemes currently defined within the system. | |
SchemeIterator | getIterator (void) const |
Return a SchemeManager::SchemeIterator object to iterate over the available schemes. | |
Static Public Member Functions | |
static SchemeManager & | getSingleton (void) |
Return singleton SchemeManager object. | |
static SchemeManager * | getSingletonPtr (void) |
Return pointer to singleton SchemeManager object. |
|
Returns a pointer to the Scheme object with the specified name.
|
|
Return singleton SchemeManager object.
|
|
Return pointer to singleton SchemeManager object.
|
|
Returns true if the named Scheme is present in the system (though the resources for the scheme may or may not be loaded).
|
|
Loads a scheme.
|
|
Unload all schemes currently defined within the system.
|
|
Unloads all data referenced in a scheme. If any object is using some resource which is listed in the scheme, this function will effectively pull the rug out from under those objects. This should be used with extreme caution, or not at all.
|