|
Isis 3 Programmer Reference
|
17 template<
class A >
class QVector;
48 int curSelectedTab()
const;
53 void setSelected(
const int & index,
const bool & status);
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...
virtual void addTab(Tab *newTab)
Adds a Tab to the TabBar.
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 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
void setEnabled(bool)
Custom setEnabled method that also calls setEnabled for each of our Tabs.
bool isSelected(const int &index)
bool noOthersInGrpSelected(const int &index) const
A TabBar is a QToolBar which is specifically designed to store and manage Tabs, which are specialized...
void deselectOthersInGrp(const int &index)
This is free and unencumbered software released into the public domain.
This is free and unencumbered software released into the public domain.
A Tab is a QAction which shows or hides some other QWidget, which we call associatedWidget.