MCPcopy Create free account
hub / github.com/MITK/MITK / QmitkDataStorageComboBox

Method QmitkDataStorageComboBox

Modules/QtWidgets/src/QmitkDataStorageComboBox.cpp:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include <itkCommand.h>
16
17QmitkDataStorageComboBox::QmitkDataStorageComboBox(QWidget *parent, bool autoSelectNewNodes)
18 : QComboBox(parent),
19 m_DataStorage(nullptr),
20 m_Predicate(nullptr),
21 m_BlockEvents(false),
22 m_AutoSelectNewNodes(autoSelectNewNodes)
23{
24 this->Init();
25}
26
27QmitkDataStorageComboBox::QmitkDataStorageComboBox(mitk::DataStorage *dataStorage,
28 const mitk::NodePredicateBase *predicate,

Callers

nothing calls this directly

Calls 2

InitMethod · 0.95
SetDataStorageMethod · 0.95

Tested by

no test coverage detected