31 template<
class A >
class QVector;
62 int curSelectedTab()
const;
67 void setSelected(
const int & index,
const bool & status);
void deselectOthersInGrp(const int &index)
virtual ~TabBar()
destruct a TabBar
void setSelected(const int &index, const bool &status)
Sets whether the Tab at the specified index is selected or not.
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...
A TabBar is a QToolBar which is specifically designed to store and manage Tabs, which are specialized...
virtual void addTab(Tab *newTab)
Adds a Tab to the TabBar.
A Tab is a QAction which shows or hides some other QWidget, which we call associatedWidget.
void tabClicked(const int &index)
SLOT which performs actions that need to be done when we get a SIGNAL from a Tab telling us that it h...
TabBar()
construct a TabBar
bool noOthersInGrpSelected(const int &index) const
void setEnabled(bool)
Custom setEnabled method that also calls setEnabled for each of our Tabs.
bool isSelected(const int &index)
Namespace for ISIS/Bullet specific routines.