Tabbed container with keyboard-switchable tabs. More...
#include <tabwidget.h>


Public Member Functions | |
| TuiTabWidget (ObjectBase *parent=nullptr) | |
| void | addTab (TuiWidget *widget, const String &title) |
| void | removeTab (int index) |
| int | currentIndex () const |
| void | setCurrentIndex (int index) |
| TuiWidget * | currentWidget () const |
| int | count () const |
| 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. | |
Tabbed container with keyboard-switchable tabs.