#include <IrrlichtResourceProvider.h>
Inheritance diagram for CEGUI::IrrlichtResourceProvider:
Public Member Functions | |
IrrlichtResourceProvider (irr::io::IFileSystem *fsys_) | |
~IrrlichtResourceProvider (void) | |
void | loadRawDataContainer (const String &filename, RawDataContainer &output, const String &resourceGroup) |
Load XML data using InputSource objects. Load raw binary data. | |
void | unloadRawDataContainer (RawDataContainer &data) |
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. | |
const String & | getDefaultResourceGroup (void) const |
Return the current default resource group identifier. | |
void | setDefaultResourceGroup (const String &resourceGroup) |
Set the default resource group identifier. | |
Protected Attributes | |
irr::io::IFileSystem * | fsys |
String | d_defaultResourceGroup |
Default resource group identifier. |
Definition at line 35 of file IrrlichtResourceProvider.h.
|
Definition at line 38 of file IrrlichtResourceProvider.cpp. References fsys. |
|
Definition at line 44 of file IrrlichtResourceProvider.cpp. References fsys. |
|
Return the current default resource group identifier.
Definition at line 112 of file CEGUIResourceProvider.h. |
|
Load XML data using InputSource objects. Load raw binary data.
Implements CEGUI::ResourceProvider. Definition at line 49 of file IrrlichtResourceProvider.cpp. References CEGUI::String::c_str(), fsys, CEGUI::DataContainer< T >::setData(), and CEGUI::DataContainer< T >::setSize(). |
|
Set the default resource group identifier.
Definition at line 124 of file CEGUIResourceProvider.h. |
|
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.
Reimplemented from CEGUI::ResourceProvider. Definition at line 71 of file IrrlichtResourceProvider.cpp. References CEGUI::DataContainer< T >::getDataPtr(), CEGUI::DataContainer< T >::setData(), and CEGUI::DataContainer< T >::setSize(). |
|
Default resource group identifier.
Definition at line 127 of file CEGUIResourceProvider.h. |
|
Definition at line 38 of file IrrlichtResourceProvider.h. Referenced by IrrlichtResourceProvider(), loadRawDataContainer(), and ~IrrlichtResourceProvider(). |