63 const Tab & operator=(
Tab);
67 void handleTriggered();
A Tab is a QAction which shows or hides some other QWidget, which we call associatedWidget.
Definition: Tab.h:42
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
const int & getPosition() const
get the position of the Tab within a TabBar
Definition: Tab.cpp:49
void setSelected(bool newStatus)
A selected Tab will look visually pressed and have its associatedWidget visible.
Definition: Tab.cpp:86
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
void clicked(const int &)
Tab(QWidget *associatedWidget, QWidget *parent=0)
constructs a Tab
Definition: Tab.cpp:18
virtual ~Tab()
destructs a Tab
Definition: Tab.cpp:35
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16