#include <utabwidget.hpp>
Inheritance diagram for ufo::UTabWidget:
Public Member Functions | |
void | addTab (UWidget *child, const std::string &label) |
void | removeTab (int index) |
std::string | getTabText (int index) const |
UWidget * | getTabWidget (int index) const |
int | getTabIndex (const std::string &label) const |
int | getTabIndex (UWidget *child) const |
void | setSelectedIndex (int index) |
int | getSelectedIndex () const |
int | getTabCount () const |
USignal1< UTabWidget * > & | sigSelectionChanged () |
Protected Member Functions | |
virtual void | slotTabSelected (UTabBar *bar) |
|
Returns the tab index for the given child (or -1). |
|
Returns the index of the tab bar tab with the given label or -1 if no tab has this label. |
|
Returns the label of the tab bar tab with the given index or "" if the index is out of range. |
|
Returns the tab page with the given index or NULL if the index is out of range. |