#include <Image.h>
Public Member Functions | |
Image () | |
virtual | ~Image () |
bool | load (const String &filename, uint32 &numberId) |
const char * | toString () |
img::Image::Image | ( | ) |
Constructor
virtual img::Image::~Image | ( | ) | [inline, virtual] |
Destructor
bool img::Image::load | ( | const String & | filename, | |
uint32 & | numberId | |||
) |
Load the image file
filename | The file name |
const char* img::Image::toString | ( | ) | [inline, virtual] |