TabBar widget only. Normally you'd want to use the uiTabStack class.
More...
List of all members.
Detailed Description
TabBar widget only. Normally you'd want to use the uiTabStack class.
Constructor & Destructor Documentation
| uiTabBar::~uiTabBar |
( |
|
) |
[protected] |
Member Function Documentation
| int uiTabBar::addTab |
( |
uiTab * |
|
) |
|
| int uiTabBar::currentTabId |
( |
|
) |
const |
| int uiTabBar::indexOf |
( |
const uiGroup * |
|
) |
const |
| int uiTabBar::indexOf |
( |
const uiTab * |
|
) |
const |
| bool uiTabBar::isTabEnabled |
( |
int |
idx |
) |
const |
| uiTabBarBody& uiTabBar::mkbody |
( |
uiParent * |
, |
|
|
const char * |
| |
|
) |
| | [protected] |
| uiGroup* uiTabBar::page |
( |
int |
idx |
) |
const |
| void uiTabBar::removeTab |
( |
uiTab * |
|
) |
|
| void uiTabBar::removeTab |
( |
uiGroup * |
|
) |
|
| void uiTabBar::setCurrentTab |
( |
int |
idx |
) |
|
| void uiTabBar::setTabEnabled |
( |
int |
idx, |
|
|
bool |
| |
|
) |
| | |
| int uiTabBar::size |
( |
|
) |
const |
| const char* uiTabBar::textOfTab |
( |
int |
idx |
) |
const |
Friends And Related Function Documentation
Member Data Documentation