#include <ControlBarScheme.h>
Public Member Functions | |
| ControlBarSchemeImage (void) | |
| ~ControlBarSchemeImage (void) | |
Public Attributes | |
| AsciiString | m_name |
| Name of the image. | |
| ICoord2D | m_position |
| the position we'll draw it at | |
| ICoord2D | m_size |
| the size of the image needed when we draw it | |
| Image * | m_image |
| the actual pointer to the mapped image | |
| Int | m_layer |
Definition at line 76 of file ControlBarScheme.h.
| ControlBarSchemeImage::ControlBarSchemeImage | ( | void | ) |
Definition at line 180 of file ControlBarScheme.cpp.
| ControlBarSchemeImage::~ControlBarSchemeImage | ( | void | ) |
Definition at line 189 of file ControlBarScheme.cpp.
| Image* ControlBarSchemeImage::m_image |
the actual pointer to the mapped image
Definition at line 85 of file ControlBarScheme.h.
| Int ControlBarSchemeImage::m_layer |
Definition at line 89 of file ControlBarScheme.h.
| AsciiString ControlBarSchemeImage::m_name |
Name of the image.
Definition at line 82 of file ControlBarScheme.h.
| ICoord2D ControlBarSchemeImage::m_position |
the position we'll draw it at
Definition at line 83 of file ControlBarScheme.h.
| ICoord2D ControlBarSchemeImage::m_size |
the size of the image needed when we draw it
Definition at line 84 of file ControlBarScheme.h.