|
|
virtual ::size_t | getResourceGroupFileNames (::std::vector< CEGUI::String > &out_vec,::CEGUI::String const &file_pattern,::CEGUI::String const &resource_group) |
| |
|
virtual void | loadRawDataContainer (::CEGUI::String const &filename,::CEGUI::RawDataContainer &output,::CEGUI::String const &resourceGroup) |
| |
|
virtual void | unloadRawDataContainer (::CEGUI::RawDataContainer &arg0) |
| |
|
void | default_unloadRawDataContainer (::CEGUI::RawDataContainer &arg0) |
| |
|
| ResourceProvider () |
| | Constructor for the ResourceProvider class.
|
| |
|
virtual | ~ResourceProvider (void) |
| | Destructor for the ResourceProvider class.
|
| |
| virtual void | loadRawDataContainer (const String &filename, RawDataContainer &output, const String &resourceGroup)=0 |
| | Load XML data using InputSource objects. More...
|
| |
| virtual void | unloadRawDataContainer (RawDataContainer &) |
| | Unload raw binary data. This gives the resource provider a change to unload the data in its own way before the data container object is destroyed. If it does nothing, then the object will release its memory. More...
|
| |
| const String & | getDefaultResourceGroup (void) const |
| | Return the current default resource group identifier. More...
|
| |
| void | setDefaultResourceGroup (const String &resourceGroup) |
| | Set the default resource group identifier. More...
|
| |
| virtual size_t | getResourceGroupFileNames (std::vector< String > &out_vec, const String &file_pattern, const String &resource_group)=0 |
| |
|
| ResourceProvider () |
| | Constructor for the ResourceProvider class.
|
| |
|
virtual | ~ResourceProvider (void) |
| | Destructor for the ResourceProvider class.
|
| |
| virtual void | loadRawDataContainer (const String &filename, RawDataContainer &output, const String &resourceGroup)=0 |
| | Load XML data using InputSource objects. More...
|
| |
| virtual void | unloadRawDataContainer (RawDataContainer &) |
| | Unload raw binary data. This gives the resource provider a change to unload the data in its own way before the data container object is destroyed. If it does nothing, then the object will release its memory. More...
|
| |
| const String & | getDefaultResourceGroup (void) const |
| | Return the current default resource group identifier. More...
|
| |
| void | setDefaultResourceGroup (const String &resourceGroup) |
| | Set the default resource group identifier. More...
|
| |
| virtual size_t | getResourceGroupFileNames (std::vector< String > &out_vec, const String &file_pattern, const String &resource_group)=0 |
| |