![]() |
CustusX
15.3.3-beta
An IGT application
|
Interface for making widgets with a hierarchy of tabs. More...
#include <cxTabbedWidget.h>
Public Member Functions | |
| TabbedWidget (QWidget *parent, QString objectName, QString windowTitle) | |
| virtual | ~TabbedWidget () |
| void | addTab (BaseWidget *newTab, QString newTabName) |
| void | insertWidgetAtTop (QWidget *newWidget) |
| virtual QString | defaultWhatsThis () const |
| Returns a short description of what this widget will do for you. More... | |
Public Member Functions inherited from cx::BaseWidget | |
| BaseWidget (QWidget *parent, QString objectName, QString windowTitle) | |
| virtual | ~BaseWidget () |
| QWidget * | createMethodWidget (QWidget *inputWidget, QWidget *outputWidget, QString methodname, bool inputChecked=false, bool outputVisible=true) |
| Create a specialized widget for filters, with input/ouput, enable and options. More... | |
| QGroupBox * | createGroupbox (QWidget *widget, QString boxname) |
| Create a group box with a given name. More... | |
| QGroupBox * | wrapInGroupBox (QWidget *base, QString name) |
| CXFrame * | wrapInFrame (QWidget *base) |
| template<class T > | |
| QAction * | createAction (QObject *parent, QIcon iconName, QString text, QString tip, T slot, QLayout *layout=NULL, QToolButton *button=new QToolButton()) |
Public Member Functions inherited from cx::OptimizedUpdateWidget | |
| OptimizedUpdateWidget (QWidget *parent=NULL) | |
| virtual | ~OptimizedUpdateWidget () |
Protected Attributes | |
| QTabWidget * | mTabWidget |
| QVBoxLayout * | mLayout |
Additional Inherited Members | |
Public Slots inherited from cx::BaseWidget | |
| void | adjustSizeSlot () |
Public Slots inherited from cx::OptimizedUpdateWidget | |
| virtual void | setModified () |
Static Public Member Functions inherited from cx::BaseWidget | |
| static QFrame * | createHorizontalLine () |
| Creates a horizontal line which can be inserted into widgets. More... | |
Protected Member Functions inherited from cx::BaseWidget | |
| virtual void | showEvent (QShowEvent *event) |
Protected Member Functions inherited from cx::OptimizedUpdateWidget | |
| virtual void | prePaintEvent () |
| virtual void | paintEvent (QPaintEvent *event) |
Interface for making widgets with a hierarchy of tabs.
Definition at line 55 of file cxTabbedWidget.h.
| cx::TabbedWidget::TabbedWidget | ( | QWidget * | parent, |
| QString | objectName, | ||
| QString | windowTitle | ||
| ) |
Definition at line 42 of file cxTabbedWidget.cpp.
|
virtual |
Definition at line 55 of file cxTabbedWidget.cpp.
| void cx::TabbedWidget::addTab | ( | BaseWidget * | newTab, |
| QString | newTabName | ||
| ) |
Definition at line 58 of file cxTabbedWidget.cpp.
|
virtual |
Returns a short description of what this widget will do for you.
Implements cx::BaseWidget.
Reimplemented in cx::VolumePropertiesWidget, cx::SlicePropertiesWidget, cx::StreamPropertiesWidget, cx::CalibrationMethodsWidget, cx::Image2ImageRegistrationWidget, cx::FastRegistrationsWidget, cx::LandmarkRegistrationsWidget, and cx::Image2PlateRegistrationWidget.
Definition at line 90 of file cxTabbedWidget.cpp.
| void cx::TabbedWidget::insertWidgetAtTop | ( | QWidget * | newWidget | ) |
Definition at line 66 of file cxTabbedWidget.cpp.
|
protected |
Definition at line 71 of file cxTabbedWidget.h.
|
protected |
Definition at line 70 of file cxTabbedWidget.h.