Map for source-highlight colors into qt colors (actually, into the format RRGGBB). More...
#include <QtColorMap.h>
Inherits std::map< std::string, std::string >.
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). |
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 |