#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 Image * | image |
| the image for this entry | |
| Color | color |
| color for this entry | |
| Color | borderColor |
| border color for this entry | |
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.
| Color ImageAndColorInfo::borderColor |
border color for this entry
Definition at line 369 of file Properties.h.
| Color ImageAndColorInfo::color |
color for this entry
Definition at line 368 of file Properties.h.
| const Image* ImageAndColorInfo::image |
the image for this entry
Definition at line 367 of file Properties.h.
| StateIdentifier ImageAndColorInfo::stateID |
state identifier
Definition at line 365 of file Properties.h.
| char* ImageAndColorInfo::stateName |
string state name that this affects
Definition at line 366 of file Properties.h.
| UnsignedInt ImageAndColorInfo::windowType |
this entry applies to these kind of windows
Definition at line 364 of file Properties.h.