#include <Targa.h>
Classes | |
| struct | Header |
Public Member Functions | |
| Targa (void) | |
| ~Targa (void) | |
| Targa (const Targa &rhs) | |
| Targa & | operator= (const Targa &rhs) |
| Image & | operator= (const Image &rhs) |
| bool | LoadFromFile (const cl7::string_type &file_name) |
| bool | LoadFrom (io::IRom &rom, const cl7::string_type &rom_name=TEXT("")) |
The Truevision Advanced Raster Graphics Array (TARGA) image file format.
| xl7::direct3d::images::Targa::Targa | ( | void | ) |
Default constructor.
| xl7::direct3d::images::Targa::~Targa | ( | void | ) |
Destructor.
| xl7::direct3d::images::Targa::Targa | ( | const Targa & | rhs | ) |
Copy constructor.
| bool xl7::direct3d::images::Targa::LoadFrom | ( | io::IRom & | rom, | |
| const cl7::string_type & | rom_name = TEXT("") | |||
| ) |
Loads the image from any rom.
| bool xl7::direct3d::images::Targa::LoadFromFile | ( | const cl7::string_type & | file_name | ) | [virtual] |
Loads the image from a file in the file system.
Reimplemented from xl7::direct3d::images::Image.
Copy assignment operator (derived and overriden).
Reimplemented from xl7::direct3d::images::Image.
1.7.1