Fraxinus  18.10
An IGT application
cx::VolumeInfoWidget Class Reference

Widget for displaying various volume information. More...

#include <cxVolumeInfoWidget.h>

Inheritance diagram for cx::VolumeInfoWidget:
cx::InfoWidget cx::BaseWidget cx::OptimizedUpdateWidget

Public Member Functions

 VolumeInfoWidget (PatientModelServicePtr patientModelService, QWidget *parent)
 
virtual ~VolumeInfoWidget ()
 
- Public Member Functions inherited from cx::InfoWidget
 InfoWidget (QWidget *parent, QString objectName, QString windowTitle)
 
virtual ~InfoWidget ()
 
void addStretch ()
 
- 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 ()
 

Protected Slots

void updateSlot ()
 

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::InfoWidget
void populateTableWidget (std::map< std::string, std::string > &info)
 
- 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::InfoWidget
QGridLayout * gridLayout
 
QTableWidget * mTableWidget
 

Detailed Description

Widget for displaying various volume information.

Author
Christian Askeland, SINTEF
Janne Beate Bakeng, SINTEF

Definition at line 34 of file cxVolumeInfoWidget.h.

Constructor & Destructor Documentation

cx::VolumeInfoWidget::VolumeInfoWidget ( PatientModelServicePtr  patientModelService,
QWidget *  parent 
)

Definition at line 26 of file cxVolumeInfoWidget.cpp.

cx::VolumeInfoWidget::~VolumeInfoWidget ( )
virtual

Definition at line 40 of file cxVolumeInfoWidget.cpp.

Member Function Documentation

void cx::VolumeInfoWidget::updateSlot ( )
protectedslot

Definition at line 63 of file cxVolumeInfoWidget.cpp.


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