![]() |
CustusX
15.3.4-beta
An IGT application
|
Widget for controlling input to Seans Vessel Registration. More...
#include <cxSeansVesselRegistrationWidget.h>
Public Member Functions | |
| SeansVesselRegistrationWidget (RegServices services, QWidget *parent) | |
| virtual | ~SeansVesselRegistrationWidget () |
| virtual QString | defaultWhatsThis () const |
| Returns a short description of what this widget will do for you. More... | |
Public Member Functions inherited from cx::RegistrationBaseWidget | |
| RegistrationBaseWidget (RegServices services, QWidget *parent, QString objectName, QString windowTitle) | |
| virtual | ~RegistrationBaseWidget () |
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 () |
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) |
Protected Attributes inherited from cx::RegistrationBaseWidget | |
| RegServices | mServices |
Widget for controlling input to Seans Vessel Registration.
SeansVesselRegistrationWidget.h
Definition at line 58 of file cxSeansVesselRegistrationWidget.h.
| cx::SeansVesselRegistrationWidget::SeansVesselRegistrationWidget | ( | RegServices | services, |
| QWidget * | parent | ||
| ) |
Definition at line 58 of file cxSeansVesselRegistrationWidget.cpp.
|
virtual |
Definition at line 98 of file cxSeansVesselRegistrationWidget.cpp.
|
virtual |
Returns a short description of what this widget will do for you.
Implements cx::BaseWidget.
Definition at line 102 of file cxSeansVesselRegistrationWidget.cpp.