CustusX
15.4.0-beta
An IGT application
|
#include <cxManualPatientRegistrationWidget.h>
Public Member Functions | |
ManualPatientRegistrationWidget (RegServices services, QWidget *parent, QString objectName) | |
~ManualPatientRegistrationWidget () | |
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 () |
void | forcePrePaint () |
Protected Member Functions | |
void | showEvent (QShowEvent *event) |
Protected Member Functions inherited from cx::OptimizedUpdateWidget | |
virtual void | prePaintEvent () |
virtual void | paintEvent (QPaintEvent *event) |
Protected Attributes | |
RegServices | mServices |
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... | |
Direct setting of patient registration
Manipulate the image matrix rMpr via a matrix or xyz+angles. The writing of the matrix is handled exactly like an image registration.
Definition at line 54 of file cxManualPatientRegistrationWidget.h.
cx::ManualPatientRegistrationWidget::ManualPatientRegistrationWidget | ( | RegServices | services, |
QWidget * | parent, | ||
QString | objectName | ||
) |
Definition at line 43 of file cxManualPatientRegistrationWidget.cpp.
|
inline |
Definition at line 59 of file cxManualPatientRegistrationWidget.h.
|
protectedvirtual |
Reimplemented from cx::BaseWidget.
Definition at line 63 of file cxManualPatientRegistrationWidget.cpp.
|
protected |
Definition at line 64 of file cxManualPatientRegistrationWidget.h.