|
DataIO
|
#include <LineTableColor.h>
Public Types | |
| enum | TableColorItem { TextColor = 0, TextFrameColor = 1, TextBackgroundColor = 2 } |
| enum | ColorComponent { Red = 0, Green = 1, Blue = 2 } |
Public Member Functions | |
| LineTableColor () | |
| LineTableColor (const TableColorItem item) | |
| LineTableColor (const LineTableColor &other) | |
| LineTableColor & | operator= (const LineTableColor &other) |
| ~LineTableColor () | |
| void | SetColorFromRGB (const unsigned RGB) |
| unsigned char | GetColorComponentValue (const ColorComponent colorComponent) |
| INTERNAL LineTableColor::LineTableColor | ( | ) |
| LineTableColor::LineTableColor | ( | const TableColorItem | item | ) |
| LineTableColor::LineTableColor | ( | const LineTableColor & | other | ) |
| LineTableColor::~LineTableColor | ( | ) |
| unsigned char LineTableColor::GetColorComponentValue | ( | const ColorComponent | colorComponent | ) |

| LineTableColor & LineTableColor::operator= | ( | const LineTableColor & | other | ) |
| void LineTableColor::SetColorFromRGB | ( | const unsigned | RGB | ) |
1.8.8