17template< 
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);
 
   71      QVector< Tab * > * tabs;
 
 
A TabBar is a QToolBar which is specifically designed to store and manage Tabs, which are specialized...
Definition TabBar.h:40
 
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
 
void setSelected(const int &index, const bool &status)
Sets whether the Tab at the specified index is selected or not.
Definition TabBar.cpp:98
 
virtual ~TabBar()
destruct a TabBar
Definition TabBar.cpp:28
 
bool noneSelected()
Definition TabBar.cpp:123
 
bool radioStyle()
Definition TabBar.cpp:75
 
virtual void addTab(Tab *newTab)
Adds a Tab to the TabBar.
Definition TabBar.cpp:44
 
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
 
int curSelectedTab() const
 
bool isSelected(const int &index)
Definition TabBar.cpp:111
 
A Tab is a QAction which shows or hides some other QWidget, which we call associatedWidget.
Definition Tab.h:42
 
This is free and unencumbered software released into the public domain.
Definition Calculator.h:18
 
This is free and unencumbered software released into the public domain.
Definition Apollo.h:16