|
SCV
4.2.1
Simple Components for Visual
|
Functions | |
| void | display (int x, int y, const std::string &label, const Color4f &color=ColorScheme::getInstance() ->getColor(ColorScheme::FONT)) |
| void | display (const Point &translate, const std::string &label, const Color4f &color=ColorScheme::getInstance() ->getColor(ColorScheme::FONT)) |
| void | 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 | 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)) |
| 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) |
||
| ) |