#include <QmitkPropertyViewFactory.h>
Definition at line 21 of file QmitkPropertyViewFactory.h.
◆ EditorTypes
◆ ViewTypes
◆ QmitkPropertyViewFactory()
QmitkPropertyViewFactory::QmitkPropertyViewFactory |
( |
| ) |
|
|
protected |
◆ ~QmitkPropertyViewFactory()
QmitkPropertyViewFactory::~QmitkPropertyViewFactory |
( |
| ) |
|
|
protected |
◆ CreateEditor()
QWidget* QmitkPropertyViewFactory::CreateEditor |
( |
mitk::BaseProperty * |
property, |
|
|
unsigned int |
type = 0 , |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
◆ CreateView()
QWidget* QmitkPropertyViewFactory::CreateView |
( |
const mitk::BaseProperty * |
property, |
|
|
unsigned int |
type = 0 , |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
Views and editors are created via operator new. After creation they belong to the caller of CreateView()/CreateEditor(), i.e. the caller has to ensure, that the objects are properly deleted!
◆ GetInstance()
The documentation for this class was generated from the following file: