SCV
4.2.1
Simple Components for Visual
|
Implementation of a StaticLabel. More...
Go to the source code of this file.
Namespaces | |
namespace | scv |
namespace | scv::StaticLabel |
Functions | |
void | scv::StaticLabel::display (int x, int y, const std::string &label, const Color4f &color=ColorScheme::getInstance() ->getColor(ColorScheme::FONT)) |
void | scv::StaticLabel::display (const Point &translate, const std::string &label, const Color4f &color=ColorScheme::getInstance() ->getColor(ColorScheme::FONT)) |
void | scv::StaticLabel::display (int x, int y, const std::string &label, int selectStart, int selectEnd, const Color4f &textColor=ColorScheme::getInstance() ->getColor(ColorScheme::FONT), const Color4f &selectedTextColor=ColorScheme::getInstance() ->getColor(ColorScheme::TEXTSELECTED), const Color4f &selectionColor=ColorScheme::getInstance() ->getColor(ColorScheme::TEXTSELECTION)) |
void | scv::StaticLabel::display (const Point &translate, const std::string &label, int selectStart, int selectEnd, const Color4f &textColor=ColorScheme::getInstance() ->getColor(ColorScheme::FONT), const Color4f &selectedTextColor=ColorScheme::getInstance() ->getColor(ColorScheme::TEXTSELECTED), const Color4f &selectionColor=ColorScheme::getInstance() ->getColor(ColorScheme::TEXTSELECTION)) |
Implementation of a StaticLabel.