77 const Tab & operator=(
Tab);
81 void handleTriggered();
bool isSelected()
A selected Tab will look visually pressed and have its associatedWidget visible.
Definition: Tab.cpp:108
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 &)
Definition: moc_Tab.cpp:130
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
const int & getPosition() const
get the position of the Tab within a TabBar
Definition: Tab.cpp:49
virtual ~Tab()
destructs a Tab
Definition: Tab.cpp:35
Tab(QWidget *associatedWidget, QWidget *parent=0)
constructs a Tab
Definition: Tab.cpp:18
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