filters
MSWrite::BMP_BitmapColourIndexGenerated Class Reference
Inheritance diagram for MSWrite::BMP_BitmapColourIndexGenerated:

Detailed Description
Definition at line 957 of file structures_generated.h.
Public Member Functions | |
virtual bool | readFromDevice (void) |
virtual bool | writeToDevice (void) |
BMP_BitmapColourIndexGenerated () | |
virtual | ~BMP_BitmapColourIndexGenerated () |
Byte | getBlue (void) const |
void | setBlue (const Byte val) |
Byte | getGreen (void) const |
void | setGreen (const Byte val) |
Byte | getRed (void) const |
void | setRed (const Byte val) |
Static Public Attributes | |
static const int | s_size = 4 |
Protected Member Functions | |
BMP_BitmapColourIndexGenerated & | operator= (const BMP_BitmapColourIndexGenerated &rhs) |
virtual bool | verifyVariables (void) |
virtual bool | writeToArray (void) |
Protected Attributes | |
Byte | m_data [4] |
Byte | m_blue |
Byte | m_green |
Byte | m_red |
Byte | m_reserved |
Static Protected Attributes | |
static const Byte | reservedDefault = Byte (0) |
The documentation for this class was generated from the following files: