![]() |
CustusX
15.3.3-beta
An IGT application
|
#include <cxRecordSessionWidget.h>
Public Slots | |
| void | setReady (bool val, QString text) |
| deprecated: use readinessChangedSlot instead. More... | |
Public Slots inherited from cx::BaseWidget | |
| void | adjustSizeSlot () |
Public Slots inherited from cx::OptimizedUpdateWidget | |
| virtual void | setModified () |
Public Member Functions | |
| RecordSessionWidget (AcquisitionServicePtr base, QWidget *parent, QString defaultDescription="Record Session", bool requireUsReady=true) | |
| virtual | ~RecordSessionWidget () |
| virtual QString | defaultWhatsThis () const |
| Returns a short description of what this widget will do for you. More... | |
| void | setDescription (QString text) |
| void | setDescriptionVisibility (bool value) |
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 | |
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) |
Definition at line 63 of file cxRecordSessionWidget.h.
| cx::RecordSessionWidget::RecordSessionWidget | ( | AcquisitionServicePtr | base, |
| QWidget * | parent, | ||
| QString | defaultDescription = "Record Session", |
||
| bool | requireUsReady = true |
||
| ) |
Definition at line 49 of file cxRecordSessionWidget.cpp.
|
virtual |
Definition at line 111 of file cxRecordSessionWidget.cpp.
|
virtual |
Returns a short description of what this widget will do for you.
Implements cx::BaseWidget.
Definition at line 90 of file cxRecordSessionWidget.cpp.
| void cx::RecordSessionWidget::setDescription | ( | QString | text | ) |
Definition at line 114 of file cxRecordSessionWidget.cpp.
| void cx::RecordSessionWidget::setDescriptionVisibility | ( | bool | value | ) |
Definition at line 105 of file cxRecordSessionWidget.cpp.
|
slot |
deprecated: use readinessChangedSlot instead.
Definition at line 99 of file cxRecordSessionWidget.cpp.