#include <TextView.h>
Inherits VisualComponent.

Public Member Functions | |
| TextView (std::string text_) | |
| virtual void | Draw () |
| virtual void | Resize () |
| virtual | ~TextView () |
Private Attributes | |
| std::string | m_text |
Definition at line 7 of file TextView.h.
| TextView::TextView | ( | std::string | text_ | ) | [inline] |
Definition at line 10 of file TextView.h.
| virtual TextView::~TextView | ( | ) | [inline, virtual] |
Definition at line 25 of file TextView.h.
| virtual void TextView::Draw | ( | ) | [inline, virtual] |
| virtual void TextView::Resize | ( | ) | [inline, virtual] |
std::string TextView::m_text [private] |