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

#include <Properties.h>

Public Attributes

UnsignedInt windowType
 this entry applies to these kind of windows
 
StateIdentifier stateID
 state identifier
 
char * stateName
 string state name that this affects
 
const Imageimage
 the image for this entry
 
Color color
 color for this entry
 
Color borderColor
 border color for this entry
 

Detailed Description

This is a place for us to store image and color information for all the various states for each of the controls, it makes it easier for us cause we can just put and get queries in this table and work with only one set of dialog controls on all the property dialog windows

Definition at line 361 of file Properties.h.

Member Data Documentation

◆ borderColor

Color ImageAndColorInfo::borderColor

border color for this entry

Definition at line 369 of file Properties.h.

◆ color

Color ImageAndColorInfo::color

color for this entry

Definition at line 368 of file Properties.h.

◆ image

const Image* ImageAndColorInfo::image

the image for this entry

Definition at line 367 of file Properties.h.

◆ stateID

StateIdentifier ImageAndColorInfo::stateID

state identifier

Definition at line 365 of file Properties.h.

◆ stateName

char* ImageAndColorInfo::stateName

string state name that this affects

Definition at line 366 of file Properties.h.

◆ windowType

UnsignedInt ImageAndColorInfo::windowType

this entry applies to these kind of windows

Definition at line 364 of file Properties.h.


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