![]() |
CustusX
22.04-rc5
An IGT application
|
#include <cxNeuroTrainingWidget.h>
Public Member Functions | |
| NeuroTrainingWidget (RegServicesPtr services, ctkPluginContext *context, QWidget *parent=NULL) | |
| void | onImport () |
| void | onRegisterStep () |
| void | onUse2DUSStep () |
| void | on3DUSAcqStep () |
| void | changeImageToPatientRegistrationToFast () |
| void | onShowAllUSStep () |
Public Member Functions inherited from cx::TrainingWidget | |
| TrainingWidget (RegServicesPtr services, QString objectName, QString windowTitle, QWidget *parent=NULL) | |
| virtual | ~TrainingWidget () |
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) |
| QAction * | createAction2 (QObject *parent, QIcon iconName, QString text, QString tip, QLayout *layout=NULL, QToolButton *button=new QToolButton()) |
| 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 () |
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 Types inherited from cx::TrainingWidget | |
| typedef boost::function< void(void)> | func_t |
| typedef std::vector< func_t > | funcs_t |
Protected Member Functions inherited from cx::TrainingWidget | |
| void | resetSteps () |
| void | registrateTransition (func_t transition) |
| void | makeUnavailable (IMAGE_MODALITY modality, bool makeModalityUnavailable=false) |
| void | makeAvailable (IMAGE_MODALITY modality, bool makeModalityUnavailable) |
| QString | getFirstUSVolume () |
| MeshPtr | getMesh (QString uidPart) |
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::TrainingWidget | |
| RegServicesPtr | mServices |
Definition at line 20 of file cxNeuroTrainingWidget.h.
|
explicit |
Definition at line 28 of file cxNeuroTrainingWidget.cpp.
| void cx::NeuroTrainingWidget::changeImageToPatientRegistrationToFast | ( | ) |
Definition at line 72 of file cxNeuroTrainingWidget.cpp.
| void cx::NeuroTrainingWidget::on3DUSAcqStep | ( | ) |
Definition at line 107 of file cxNeuroTrainingWidget.cpp.
| void cx::NeuroTrainingWidget::onImport | ( | ) |
Definition at line 45 of file cxNeuroTrainingWidget.cpp.
| void cx::NeuroTrainingWidget::onRegisterStep | ( | ) |
Definition at line 85 of file cxNeuroTrainingWidget.cpp.
| void cx::NeuroTrainingWidget::onShowAllUSStep | ( | ) |
Definition at line 112 of file cxNeuroTrainingWidget.cpp.
| void cx::NeuroTrainingWidget::onUse2DUSStep | ( | ) |
Definition at line 102 of file cxNeuroTrainingWidget.cpp.