claw 1.9.0
 
Loading...
Searching...
No Matches
claw::graphic::xbm::writer::options Struct Reference

Parameters of the writing algorithm. More...

#include <xbm.hpp>

Collaboration diagram for claw::graphic::xbm::writer::options:

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.
 

Detailed Description

Parameters of the writing algorithm.

Definition at line 98 of file xbm.hpp.

Constructor & Destructor Documentation

◆ options() [1/2]

claw::graphic::xbm::writer::options::options ( )

Default constructor.

Definition at line 37 of file xbm_writer.cpp.

◆ options() [2/2]

claw::graphic::xbm::writer::options::options ( const std::string & n,
const claw::math::coordinate_2d< int > * h )

Constructor.

Parameters
nThe name of the image structure in the file.
hThe position of the hot spot in the image.

Definition at line 47 of file xbm_writer.cpp.

Member Data Documentation

◆ hot

const claw::math::coordinate_2d<int>* claw::graphic::xbm::writer::options::hot

The position of the hot spot in the image.

Definition at line 111 of file xbm.hpp.

◆ name

std::string claw::graphic::xbm::writer::options::name

The name of the image structure in the file.

Definition at line 108 of file xbm.hpp.


The documentation for this struct was generated from the following files: