File failed to load: https://isis.astrogeology.usgs.gov/6.0.0/Object/assets/jax/output/NativeMML/config.js
 |
Isis Developer Reference
|
Go to the documentation of this file.
17 template<
class A >
class QVector;
53 void setSelected(
const int & index,
const bool & status);
60 void tabClicked(
const int & index);
65 bool noOthersInGrpSelected(
const int & index)
const;
66 void deselectOthersInGrp(
const int & index);
int curSelectedTab() const
int size() const
Definition: TabBar.cpp:84
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
virtual void addTab(Tab *newTab)
Adds a Tab to the TabBar.
Definition: TabBar.cpp:44
bool radioStyle()
Definition: TabBar.cpp:75
virtual ~TabBar()
destruct a TabBar
Definition: TabBar.cpp:28
void setSelected(bool newStatus)
A selected Tab will look visually pressed and have its associatedWidget visible.
Definition: Tab.cpp:86
void setPosition(const int &newPosition)
set the position of the Tab within a TabBar
Definition: Tab.cpp:42
void setSelected(const int &index, const bool &status)
Sets whether the Tab at the specified index is selected or not.
Definition: TabBar.cpp:98
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
bool isSelected(const int &index)
Definition: TabBar.cpp:111
A TabBar is a QToolBar which is specifically designed to store and manage Tabs, which are specialized...
Definition: TabBar.h:40
This is free and unencumbered software released into the public domain.
Definition: Calculator.h:18
bool noneSelected()
Definition: TabBar.cpp:123
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
A Tab is a QAction which shows or hides some other QWidget, which we call associatedWidget.
Definition: Tab.h:42