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

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

Detailed Description

Definition at line 76 of file ControlBarScheme.h.

Constructor & Destructor Documentation

◆ ControlBarSchemeImage()

ControlBarSchemeImage::ControlBarSchemeImage ( void )

Definition at line 180 of file ControlBarScheme.cpp.

◆ ~ControlBarSchemeImage()

ControlBarSchemeImage::~ControlBarSchemeImage ( void )

Definition at line 189 of file ControlBarScheme.cpp.

Member Data Documentation

◆ m_image

Image* ControlBarSchemeImage::m_image

the actual pointer to the mapped image

Definition at line 85 of file ControlBarScheme.h.

◆ m_layer

Int ControlBarSchemeImage::m_layer

Definition at line 89 of file ControlBarScheme.h.

◆ m_name

AsciiString ControlBarSchemeImage::m_name

Name of the image.

Definition at line 82 of file ControlBarScheme.h.

◆ m_position

ICoord2D ControlBarSchemeImage::m_position

the position we'll draw it at

Definition at line 83 of file ControlBarScheme.h.

◆ m_size

ICoord2D ControlBarSchemeImage::m_size

the size of the image needed when we draw it

Definition at line 84 of file ControlBarScheme.h.


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