|
Visual Computing Library
devel
|

Public Member Functions | |
| void | appendStaticText (const Point2f &pos, const std::string &text, const Color &color=Color::Black) |
| void | appendTransientText (const Point2f &pos, const std::string &text, const Color &color=Color::Black) |
| void | clearText () |
| void | enableText (bool b=true) |
| bool | isTextEnabled () const |
| void | onDraw (uint viewId) override final |
| void | onResize (uint width, uint height) override final |
| void | setTextFont (const std::string &fontName, uint fontSize) |
| void | setTextFont (VclFont::Enum font, uint fontSize) |
| TextDrawer (uint width, uint height) | |
Public Member Functions inherited from vcl::PlainDrawer< DerivedRenderApp > | |
| virtual void | onDrawContent (uint viewId) |
| virtual void | onDrawId (uint viewId) |
| virtual void | onInit (uint viewId) |
| virtual void | onPostDraw () |
| PlainDrawer (uint, uint) | |
Private Member Functions | |
| auto * | derived () |
| const auto * | derived () const |
Private Attributes | |
| TextView | mTextView |
Additional Inherited Members | |
Protected Types inherited from vcl::PlainDrawer< DerivedRenderApp > | |
| using | DRA = DerivedRenderApp |
Protected Member Functions inherited from vcl::PlainDrawer< DerivedRenderApp > | |
| auto * | derived () |
| const auto * | derived () const |
|
inlinefinaloverridevirtual |
Reimplemented from vcl::PlainDrawer< DerivedRenderApp >.
|
inlinefinaloverridevirtual |
Reimplemented from vcl::PlainDrawer< DerivedRenderApp >.