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. | |
uint8 * | getDataPtr (void) |
Return a pointer to the external data. | |
const uint8 * | getDataPtr (void) const |
void | setSize (size_t size) |
Set the size of the external data. | |
size_t | getSize (void) const |
Get the size of the external data. | |
void | release (void) |
Release supplied data. |
uint8* CEGUI::RawDataContainer::getDataPtr | ( | void | ) | [inline] |
Return a pointer to the external data.
Referenced by CEGUI::TGAImageCodec::load(), CEGUI::SILLYImageCodec::load(), CEGUI::FreeImageImageCodec::load(), CEGUI::DevILImageCodec::load(), CEGUI::CoronaImageCodec::load(), CEGUI::DirectX81Texture::loadFromFile(), CEGUI::DirectX9Texture::loadFromFile(), CEGUI::DirectX10Texture::loadFromFile(), CEGUI::loadTextureFromTargaFile(), CEGUI::LibxmlParser::parseXMLFile(), CEGUI::ExpatParser::parseXMLFile(), and CEGUI::FreeTypeFont::updateFont().
size_t CEGUI::RawDataContainer::getSize | ( | void | ) | const [inline] |
Get the size of the external data.
Referenced by CEGUI::TGAImageCodec::load(), CEGUI::SILLYImageCodec::load(), CEGUI::FreeImageImageCodec::load(), CEGUI::DevILImageCodec::load(), CEGUI::CoronaImageCodec::load(), CEGUI::DirectX81Texture::loadFromFile(), CEGUI::DirectX9Texture::loadFromFile(), CEGUI::DirectX10Texture::loadFromFile(), CEGUI::loadTextureFromTargaFile(), CEGUI::LibxmlParser::parseXMLFile(), CEGUI::ExpatParser::parseXMLFile(), and CEGUI::FreeTypeFont::updateFont().
void CEGUI::RawDataContainer::setData | ( | uint8 * | data | ) | [inline] |
Set a pointer to the external data.
data | Pointer to the uint8 data buffer. |
void CEGUI::RawDataContainer::setSize | ( | size_t | size | ) | [inline] |
Set the size of the external data.
size | size_t containing the size of the external data |