CustusX  18.04
An IGT application
cx::ReconstructionWidget Class Reference

#include <cxReconstructionWidget.h>

Inheritance diagram for cx::ReconstructionWidget:
cx::BaseWidget cx::OptimizedUpdateWidget

Public Slots

void selectData (QString inputfile)
 
void reconstruct ()
 
void reload ()
 
void paramsChangedSlot ()
 
- Public Slots inherited from cx::BaseWidget
void adjustSizeSlot ()
 
- Public Slots inherited from cx::OptimizedUpdateWidget
virtual void setModified ()
 

Public Member Functions

 ReconstructionWidget (QWidget *parent, UsReconstructionServicePtr reconstructer)
 
UsReconstructionServicePtr reconstructer ()
 
- 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)
 
CXFramewrapInFrame (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

- 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)
 

Detailed Description

sscReconstructionWidget.h

Created by Ole Vegard Solberg on 5/4/10.

Definition at line 44 of file cxReconstructionWidget.h.

Constructor & Destructor Documentation

cx::ReconstructionWidget::ReconstructionWidget ( QWidget *  parent,
UsReconstructionServicePtr  reconstructer 
)

Definition at line 28 of file cxReconstructionWidget.cpp.

Member Function Documentation

void cx::ReconstructionWidget::paramsChangedSlot ( )
slot

Called when parameters in the reconstructer has changed

Definition at line 252 of file cxReconstructionWidget.cpp.

void cx::ReconstructionWidget::reconstruct ( )
slot

Definition at line 214 of file cxReconstructionWidget.cpp.

UsReconstructionServicePtr cx::ReconstructionWidget::reconstructer ( )
inline

Definition at line 49 of file cxReconstructionWidget.h.

void cx::ReconstructionWidget::reload ( )
slot

Definition at line 220 of file cxReconstructionWidget.cpp.

void cx::ReconstructionWidget::selectData ( QString  inputfile)
slot

Definition at line 238 of file cxReconstructionWidget.cpp.


The documentation for this class was generated from the following files: