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

Method OnNodeModified

Modules/QtWidgets/src/QmitkNodeSelectionButton.cpp:169–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169void QmitkNodeSelectionButton::OnNodeModified(const itk::Object * /*caller*/, const itk::EventObject & event)
170{
171 if (itk::ModifiedEvent().CheckEvent(&event))
172 {
173 this->update();
174 }
175}
176
177const mitk::DataNode* QmitkNodeSelectionButton::GetSelectedNode() const
178{

Callers

nothing calls this directly

Calls 1

CheckEventMethod · 0.45

Tested by

no test coverage detected