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:104
 
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:69
 
const int & getPosition() const
get the position of the Tab within a TabBar
Definition: Tab.cpp:45
 
void setSelected(bool newStatus)
A selected Tab will look visually pressed and have its associatedWidget visible.
Definition: Tab.cpp:82
 
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:57
 
void setPosition(const int &newPosition)
set the position of the Tab within a TabBar
Definition: Tab.cpp:38
 
void clicked(const int &)
 
virtual ~Tab()
destructs a Tab
Definition: Tab.cpp:31
 
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16