Loading [MathJax]/jax/output/NativeMML/config.js
 |
Isis 3 Programmer Reference
|
58 void clicked(
const int &);
63 const Tab & operator=(
Tab);
const int & getPosition() const
get the position of the Tab within a TabBar
void setSelected(bool newStatus)
A selected Tab will look visually pressed and have its associatedWidget visible.
void setPosition(const int &newPosition)
set the position of the Tab within a TabBar
Tab(QWidget *associatedWidget, QWidget *parent=0)
constructs a Tab
void handleTriggered()
This SLOT is executed when the Tab is clicked, and emits its own clicked SIGNAL (which contains its i...
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 ...
bool isSelected()
A selected Tab will look visually pressed and have its associatedWidget visible.
const int & getRadioGroup() const
Tabs which share a radio group have the property that only only one Tab in the group can be selected ...
This is free and unencumbered software released into the public domain.
A Tab is a QAction which shows or hides some other QWidget, which we call associatedWidget.
virtual ~Tab()
destructs a Tab