#include <ShellMenuScheme.h>
Public Member Functions | |
| ShellMenuSchemeImage (void) | |
| ~ShellMenuSchemeImage (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 | |
Definition at line 81 of file ShellMenuScheme.h.
| ShellMenuSchemeImage::ShellMenuSchemeImage | ( | void | ) |
Definition at line 114 of file ShellMenuScheme.cpp.
| ShellMenuSchemeImage::~ShellMenuSchemeImage | ( | void | ) |
Definition at line 122 of file ShellMenuScheme.cpp.
| Image* ShellMenuSchemeImage::m_image |
the actual pointer to the mapped image
Definition at line 90 of file ShellMenuScheme.h.
| AsciiString ShellMenuSchemeImage::m_name |
Name of the image.
Definition at line 87 of file ShellMenuScheme.h.
| ICoord2D ShellMenuSchemeImage::m_position |
the position we'll draw it at
Definition at line 88 of file ShellMenuScheme.h.
| ICoord2D ShellMenuSchemeImage::m_size |
the size of the image needed when we draw it
Definition at line 89 of file ShellMenuScheme.h.