77 const Tab & operator=(
Tab);
81 void handleTriggered();
const int & getPosition() const
get the position of the Tab within a TabBar
Definition: Tab.cpp:49
bool isSelected()
A selected Tab will look visually pressed and have its associatedWidget visible.
Definition: Tab.cpp:108
const int & getRadioGroup() const
Tabs which share a radio group have the property that only only one Tab in the group can be selected ...
Definition: Tab.cpp:73
void setSelected(bool newStatus)
A selected Tab will look visually pressed and have its associatedWidget visible.
Definition: Tab.cpp:86
A Tab is a QAction which shows or hides some other QWidget, which we call associatedWidget.
Definition: Tab.h:55
void clicked(const int &)
void setRadioGroup(const int &newRadioGroup)
Tabs which share a radio group have the property that only only one Tab in the group can be selected ...
Definition: Tab.cpp:61
void setPosition(const int &newPosition)
set the position of the Tab within a TabBar
Definition: Tab.cpp:42
Namespace for ISIS/Bullet specific routines.
Definition: Apollo.h:31
virtual ~Tab()
destructs a Tab
Definition: Tab.cpp:35
Tab(QWidget *associatedWidget, QWidget *parent=0)
constructs a Tab
Definition: Tab.cpp:18