Claw
1.7.3
|
This class read data from a xbm file and store it in an image. More...
#include <xbm.hpp>
Public Member Functions | |
reader (image &img) | |
Constructor. | |
reader (image &img, std::istream &f) | |
Constructor. | |
reader (xbm &img, std::istream &f) | |
Constructor. | |
~reader () | |
Destructor. | |
void | load (std::istream &f) |
Load an image from a xbm file. |
This class read data from a xbm file and store it in an image.
claw::graphic::xbm::reader::reader | ( | image & | img | ) |
Constructor.
img | The image in which the data will be stored. |
Definition at line 41 of file xbm_reader.cpp.
claw::graphic::xbm::reader::reader | ( | image & | img, |
std::istream & | f | ||
) |
Constructor.
img | The image in which the data will be stored. |
f | The file from which we read the data. |
Definition at line 54 of file xbm_reader.cpp.
References load().
claw::graphic::xbm::reader::reader | ( | xbm & | img, |
std::istream & | f | ||
) |
Constructor.
img | The image in which the data will be stored. |
f | The file from which we read the data. |
Definition at line 67 of file xbm_reader.cpp.
References load(), claw::graphic::xbm::set_hot(), and claw::graphic::xbm::set_name().
void claw::graphic::xbm::reader::load | ( | std::istream & | f | ) |
Load an image from a xbm file.
f | XBM file. |
Definition at line 95 of file xbm_reader.cpp.
References CLAW_PRECOND.
Referenced by reader().