Crazy Eddie's GUI System  ${CEGUI_VERSION}
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
DefaultResourceProvider_wrapper Struct Reference
+ Inheritance diagram for DefaultResourceProvider_wrapper:
+ Collaboration diagram for DefaultResourceProvider_wrapper:

Public Member Functions

 DefaultResourceProvider_wrapper (CEGUI::DefaultResourceProvider const &arg)
 
::CEGUI::String getFinalFilename (::CEGUI::String const &filename,::CEGUI::String const &resourceGroup) const
 
virtual ::size_t getResourceGroupFileNames (::std::vector< CEGUI::String > &out_vec,::CEGUI::String const &file_pattern,::CEGUI::String const &resource_group)
 
::size_t default_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)
 
void default_loadRawDataContainer (::CEGUI::String const &filename,::CEGUI::RawDataContainer &output,::CEGUI::String const &resourceGroup)
 
virtual void unloadRawDataContainer (::CEGUI::RawDataContainer &data)
 
void default_unloadRawDataContainer (::CEGUI::RawDataContainer &data)
 
- Public Member Functions inherited from CEGUI::DefaultResourceProvider
void setResourceGroupDirectory (const String &resourceGroup, const String &directory)
 Set the directory associated with a given resource group identifier. More...
 
const StringgetResourceGroupDirectory (const String &resourceGroup)
 Return the directory associated with the specified resource group identifier. More...
 
void clearResourceGroupDirectory (const String &resourceGroup)
 clears any currently set directory for the specified resource group identifier. More...
 
void loadRawDataContainer (const String &filename, RawDataContainer &output, const String &resourceGroup)
 Load XML data using InputSource objects. More...
 
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. More...
 
size_t getResourceGroupFileNames (std::vector< String > &out_vec, const String &file_pattern, const String &resource_group)
 
void setResourceGroupDirectory (const String &resourceGroup, const String &directory)
 Set the directory associated with a given resource group identifier. More...
 
const StringgetResourceGroupDirectory (const String &resourceGroup)
 Return the directory associated with the specified resource group identifier. More...
 
void clearResourceGroupDirectory (const String &resourceGroup)
 clears any currently set directory for the specified resource group identifier. More...
 
void loadRawDataContainer (const String &filename, RawDataContainer &output, const String &resourceGroup)
 Load XML data using InputSource objects. More...
 
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. More...
 
size_t getResourceGroupFileNames (std::vector< String > &out_vec, const String &file_pattern, const String &resource_group)
 
- Public Member Functions inherited from CEGUI::ResourceProvider
 ResourceProvider ()
 Constructor for the ResourceProvider class.
 
virtual ~ResourceProvider (void)
 Destructor for the ResourceProvider class.
 
const StringgetDefaultResourceGroup (void) const
 Return the current default resource group identifier. More...
 
void setDefaultResourceGroup (const String &resourceGroup)
 Set the default resource group identifier. More...
 
 ResourceProvider ()
 Constructor for the ResourceProvider class.
 
virtual ~ResourceProvider (void)
 Destructor for the ResourceProvider class.
 
const StringgetDefaultResourceGroup (void) const
 Return the current default resource group identifier. More...
 
void setDefaultResourceGroup (const String &resourceGroup)
 Set the default resource group identifier. More...
 

Additional Inherited Members

- Protected Types inherited from CEGUI::DefaultResourceProvider
typedef std::map< String,
String, StringFastLessCompare
ResourceGroupMap
 
typedef std::map< String,
String, StringFastLessCompare
ResourceGroupMap
 
- Protected Member Functions inherited from CEGUI::DefaultResourceProvider
String getFinalFilename (const String &filename, const String &resourceGroup) const
 Return the final path and filename, taking into account the given resource group identifier that should be used when attempting to load the data.
 
String getFinalFilename (const String &filename, const String &resourceGroup) const
 Return the final path and filename, taking into account the given resource group identifier that should be used when attempting to load the data.
 
- Protected Attributes inherited from CEGUI::DefaultResourceProvider
ResourceGroupMap d_resourceGroups
 
- Protected Attributes inherited from CEGUI::ResourceProvider
String d_defaultResourceGroup
 Default resource group identifier.