![]() |
CustusX
22.04-rc5
An IGT application
|
Widget for displaying various volume information. More...
#include <cxVolumeInfoWidget.h>
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) |
| 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 () |
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 |
Widget for displaying various volume information.
Definition at line 34 of file cxVolumeInfoWidget.h.
| cx::VolumeInfoWidget::VolumeInfoWidget | ( | PatientModelServicePtr | patientModelService, |
| QWidget * | parent | ||
| ) |
Definition at line 26 of file cxVolumeInfoWidget.cpp.
|
virtual |
Definition at line 40 of file cxVolumeInfoWidget.cpp.
|
protectedslot |
Definition at line 63 of file cxVolumeInfoWidget.cpp.