Definition at line 34 of file X11Colors.h.
Classes | |
struct | RGB_t |
Public Member Functions | |
ColorParser () | |
bool | ParseColor (const TString &colorString, ColorStruct_t &color) const |
Private Types | |
typedef rgb_map::const_iterator | const_rgb_iterator |
typedef std::map< TString, RGB_t > | rgb_map |
Private Member Functions | |
bool | LookupColorByName (const TString &colorName, ColorStruct_t &color) const |
bool | ParseRGBTriplet (const TString &rgb, ColorStruct_t &color) const |
Private Attributes | |
std::map< TString, RGB_t > | fX11RGB |
#include <X11Colors.h>
|
private |
Definition at line 60 of file X11Colors.h.
|
private |
Definition at line 59 of file X11Colors.h.
ROOT::MacOSX::X11::ColorParser::ColorParser | ( | ) |
Definition at line 145 of file X11Colors.mm.
|
private |
Definition at line 123 of file X11Colors.mm.
bool ROOT::MacOSX::X11::ColorParser::ParseColor | ( | const TString & | colorString, |
ColorStruct_t & | color | ||
) | const |
Definition at line 75 of file X11Colors.mm.
|
private |
Definition at line 88 of file X11Colors.mm.
Definition at line 58 of file X11Colors.h.