18 class QtColorMap :
public std::map<std::string, std::string> {
30 std::string
getColor(
const std::string &color);
53 std::string
getColor(
const std::string &color);
Definition: ColorDialog.cpp:12
std::string getColor(const std::string &color)
Returns the color associated to the passed string (if the string is already of the shape "#RRGGBB"...
Definition: QtColorMap.cpp:36
Map for RGB colors (actually, into the format #RRGGBB) into source-highlight colors.
Definition: QtColorMap.h:40
Map for source-highlight colors into qt colors (actually, into the format #RRGGBB) ...
Definition: QtColorMap.h:18
std::string getColor(const std::string &color)
Returns the source-highlight color associated to the passed string of the shape "#RRGGBB"; if a mappi...
Definition: QtColorMap.cpp:68