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

Method CheckNode

Modules/QtWidgets/src/QmitkNodeDescriptor.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56bool QmitkNodeDescriptor::CheckNode(const mitk::DataNode *node) const
57{
58 if (m_Predicate.IsNotNull())
59 return m_Predicate->CheckNode(node);
60 return false;
61}
62
63void QmitkNodeDescriptor::AddAction(QAction *action, bool isBatchAction)
64{

Callers 15

GetSourcesDetectorMethod · 0.45
FilterNodeListMethod · 0.45
SetNodePredicateMethod · 0.45
SetCurrentSelectionMethod · 0.45
OnNodeModifiedMethod · 0.45
CompileEmitSelectionMethod · 0.45
NodeAddedMethod · 0.45

Calls 1

IsNotNullMethod · 0.80