31 template< 
class A > 
class QVector;
    67       void setSelected(
const int & index, 
const bool & status);
    74       void tabClicked(
const int & index);
    79       bool noOthersInGrpSelected(
const int & index) 
const;
    80       void deselectOthersInGrp(
const int & index);
 bool radioStyle()
Definition: TabBar.cpp:75
 
virtual ~TabBar()
destruct a TabBar 
Definition: TabBar.cpp:28
 
void setSelected(const int &index, const bool &status)
Sets whether the Tab at the specified index is selected or not. 
Definition: TabBar.cpp:98
 
void setRadioStyle(const bool &radioStyle)
If set to true then the effect is that Tabs in the same radio group can only be selected one at a tim...
Definition: TabBar.cpp:66
 
int size() const
Definition: TabBar.cpp:84
 
A TabBar is a QToolBar which is specifically designed to store and manage Tabs, which are specialized...
Definition: TabBar.h:53
 
virtual void addTab(Tab *newTab)
Adds a Tab to the TabBar. 
Definition: TabBar.cpp:44
 
int curSelectedTab() const
 
A Tab is a QAction which shows or hides some other QWidget, which we call associatedWidget. 
Definition: Tab.h:55
 
TabBar()
construct a TabBar 
Definition: TabBar.cpp:18
 
void setEnabled(bool)
Custom setEnabled method that also calls setEnabled for each of our Tabs. 
Definition: TabBar.cpp:139
 
Definition: Calculator.h:33
 
bool isSelected(const int &index)
Definition: TabBar.cpp:111
 
Namespace for ISIS/Bullet specific routines. 
Definition: Apollo.h:31
 
bool noneSelected()
Definition: TabBar.cpp:123