| Crazy Eddies GUI System
    0.6.2
    | 
Class used as the databuffer for loading files throughout the library. More...
| Public Member Functions | |
| RawDataContainer () | |
| Constructor for RawDataContainer class. | |
| ~RawDataContainer (void) | |
| Destructor for RawDataContainer class. | |
| void | setData (uint8 *data) | 
| Set a pointer to the external data.  More... | |
| uint8 * | getDataPtr (void) | 
| Return a pointer to the external data.  More... | |
| const uint8 * | getDataPtr (void) const | 
| void | setSize (size_t size) | 
| Set the size of the external data.  More... | |
| size_t | getSize (void) const | 
| Get the size of the external data.  More... | |
| void | release (void) | 
| Release supplied data. | |
Class used as the databuffer for loading files throughout the library.
| 
 | inline | 
Return a pointer to the external data.
Referenced by CEGUI::CoronaImageCodec::load(), CEGUI::FreeImageImageCodec::load(), CEGUI::SILLYImageCodec::load(), CEGUI::DevILImageCodec::load(), CEGUI::TGAImageCodec::load(), CEGUI::DirectX9Texture::loadFromFile(), CEGUI::DirectX81Texture::loadFromFile(), CEGUI::DirectX10Texture::loadFromFile(), CEGUI::IrrlichtTexture::loadFromFile(), CEGUI::loadTextureFromTargaFile(), CEGUI::LibxmlParser::parseXMLFile(), CEGUI::ExpatParser::parseXMLFile(), CEGUI::IrrlichtResourceProvider::unloadRawDataContainer(), CEGUI::DefaultResourceProvider::unloadRawDataContainer(), and CEGUI::FreeTypeFont::updateFont().
| 
 | inline | 
Get the size of the external data.
Referenced by CEGUI::CoronaImageCodec::load(), CEGUI::FreeImageImageCodec::load(), CEGUI::SILLYImageCodec::load(), CEGUI::DevILImageCodec::load(), CEGUI::TGAImageCodec::load(), CEGUI::DirectX9Texture::loadFromFile(), CEGUI::DirectX81Texture::loadFromFile(), CEGUI::DirectX10Texture::loadFromFile(), CEGUI::IrrlichtTexture::loadFromFile(), CEGUI::loadTextureFromTargaFile(), CEGUI::ExpatParser::parseXMLFile(), CEGUI::LibxmlParser::parseXMLFile(), and CEGUI::FreeTypeFont::updateFont().
| 
 | inline | 
Set a pointer to the external data.
| data | Pointer to the uint8 data buffer. | 
Referenced by CEGUI::IrrlichtResourceProvider::loadRawDataContainer(), CEGUI::DefaultResourceProvider::loadRawDataContainer(), CEGUI::IrrlichtResourceProvider::unloadRawDataContainer(), and CEGUI::DefaultResourceProvider::unloadRawDataContainer().
| 
 | inline | 
Set the size of the external data.
| size | size_t containing the size of the external data | 
Referenced by CEGUI::IrrlichtResourceProvider::loadRawDataContainer(), CEGUI::DefaultResourceProvider::loadRawDataContainer(), CEGUI::IrrlichtResourceProvider::unloadRawDataContainer(), and CEGUI::DefaultResourceProvider::unloadRawDataContainer().
 1.8.3.1
 1.8.3.1