Loading [MathJax]/jax/output/NativeMML/config.js
 |
Isis Developer Reference
|
Go to the documentation of this file.
63 const Tab & operator=(
Tab);
67 void handleTriggered();
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 setPosition(const int &newPosition)
set the position of the Tab within a TabBar
Definition: Tab.cpp:42
Tab(QWidget *associatedWidget, QWidget *parent=0)
constructs a Tab
Definition: Tab.cpp:18
#define _FILEINFO_
Macro for the filename and line number.
Definition: IException.h:24
void clicked(const int &)
Isis exception class.
Definition: IException.h:91
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
bool isSelected()
A selected Tab will look visually pressed and have its associatedWidget visible.
Definition: Tab.cpp:108
@ Programmer
This error is for when a programmer made an API call that was illegal.
Definition: IException.h:146
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
This is free and unencumbered software released into the public domain.
Definition: Apollo.h:16
A Tab is a QAction which shows or hides some other QWidget, which we call associatedWidget.
Definition: Tab.h:42
#define ASSERT_PTR(x)
Definition: IsisDebug.h:111
virtual ~Tab()
destructs a Tab
Definition: Tab.cpp:35