Multi-line text editing/display widget. More...
#include <textarea.h>


Public Member Functions | |
| TuiTextArea (ObjectBase *parent=nullptr) | |
| void | setText (const String &text) |
| String | text () const |
| void | setReadOnly (bool readOnly) |
| bool | isReadOnly () const |
| void | appendLine (const String &line) |
| Size2Di32 | sizeHint () const override |
Public Member Functions inherited from promeki::TuiWidget | |
| TuiWidget (ObjectBase *parent=nullptr) | |
| Constructs a TuiWidget. | |
| ~TuiWidget () override | |
| Destructor. | |
| void | update () override |
| Marks the widget as needing a repaint. | |
Protected Member Functions | |
| void | paintEvent (PaintEvent *e) override |
| void | keyPressEvent (KeyEvent *e) override |
Multi-line text editing/display widget.