MCPcopy Create free account
hub / github.com/commontk/CTK / init

Method init

Libs/Visualization/VTK/Widgets/ctkVTKDataSetArrayComboBox.cpp:58–64  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

56
57// --------------------------------------------------------------------------
58void ctkVTKDataSetArrayComboBoxPrivate::init()
59{
60 Q_Q(ctkVTKDataSetArrayComboBox);
61 q->setModel(new ctkVTKDataSetModel(q));
62 QObject::connect(q, SIGNAL(currentIndexChanged(int)),
63 q, SLOT(onCurrentIndexChanged(int)));
64}
65
66// --------------------------------------------------------------------------
67ctkVTKDataSetModel* ctkVTKDataSetArrayComboBoxPrivate::dataSetModel()const

Callers 1

Calls 1

setModelMethod · 0.45

Tested by

no test coverage detected