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

Method SetTimeStep

Modules/QtWidgetsExt/src/QmitkPointListModel.cpp:56–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void QmitkPointListModel::SetTimeStep(int t)
57{
58 m_TimeStep = t;
59 QAbstractListModel::beginResetModel();
60 QAbstractListModel::endResetModel();
61 emit SignalUpdateSelection();
62}
63
64int QmitkPointListModel::GetTimeStep() const
65{

Callers 1

wheelEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected