Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ShellMenuSchemeImage Class Reference

#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
 
Imagem_image
 the actual pointer to the mapped image
 

Detailed Description

Definition at line 81 of file ShellMenuScheme.h.

Constructor & Destructor Documentation

◆ ShellMenuSchemeImage()

ShellMenuSchemeImage::ShellMenuSchemeImage ( void )

Definition at line 114 of file ShellMenuScheme.cpp.

◆ ~ShellMenuSchemeImage()

ShellMenuSchemeImage::~ShellMenuSchemeImage ( void )

Definition at line 122 of file ShellMenuScheme.cpp.

Member Data Documentation

◆ m_image

Image* ShellMenuSchemeImage::m_image

the actual pointer to the mapped image

Definition at line 90 of file ShellMenuScheme.h.

◆ m_name

AsciiString ShellMenuSchemeImage::m_name

Name of the image.

Definition at line 87 of file ShellMenuScheme.h.

◆ m_position

ICoord2D ShellMenuSchemeImage::m_position

the position we'll draw it at

Definition at line 88 of file ShellMenuScheme.h.

◆ m_size

ICoord2D ShellMenuSchemeImage::m_size

the size of the image needed when we draw it

Definition at line 89 of file ShellMenuScheme.h.


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