|
Claw 1.7.3
|
Parameters of the writing algorithm. More...
#include <xbm.hpp>
Public Member Functions | |
| options () | |
| Default constructor. | |
| options (const std::string &n, const claw::math::coordinate_2d< int > *h) | |
| Constructor. | |
Public Attributes | |
| std::string | name |
| The name of the image structure in the file. | |
| const claw::math::coordinate_2d< int > * | hot |
| The position of the hot spot in the image. | |
| claw::graphic::xbm::writer::options::options | ( | ) |
Default constructor.
Definition at line 37 of file xbm_writer.cpp.
| claw::graphic::xbm::writer::options::options | ( | const std::string & | n, |
| const claw::math::coordinate_2d< int > * | h | ||
| ) |
Constructor.
| n | The name of the image structure in the file. |
| h | The position of the hot spot in the image. |
Definition at line 49 of file xbm_writer.cpp.
| const claw::math::coordinate_2d<int>* claw::graphic::xbm::writer::options::hot |
The position of the hot spot in the image.
Definition at line 113 of file xbm.hpp.
Referenced by claw::graphic::xbm::writer::save().
| std::string claw::graphic::xbm::writer::options::name |
The name of the image structure in the file.
Definition at line 110 of file xbm.hpp.
Referenced by claw::graphic::xbm::writer::save().