Source-highlight Qt Library
|
Map for source-highlight colors into qt colors (actually, into the format #RRGGBB) More...
#include <QtColorMap.h>
Public Member Functions | |
std::string | getColor (const std::string &color) |
Returns the color associated to the passed string (if the string is already of the shape "#RRGGBB", then it returns the string "#RRGGBB" itself, without the quotes) More... | |
Public Attributes | |
K | keys |
STL member. | |
T | elements |
STL member. | |
Map for source-highlight colors into qt colors (actually, into the format #RRGGBB)
std::string srchiliteqt::QtColorMap::getColor | ( | const std::string & | color | ) |
Returns the color associated to the passed string (if the string is already of the shape "#RRGGBB", then it returns the string "#RRGGBB" itself, without the quotes)
color |