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

Method GetType

Modules/CppMicroServices/src/usModuleEvent.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86ModuleEvent::Type ModuleEvent::GetType() const
87{
88 if (!d) throw std::logic_error("ModuleEvent is null");
89 return d->type;
90}
91
92std::ostream& operator<<(std::ostream& os, ModuleEvent::Type eventType)
93{

Callers 8

CheckListenerEventsMethod · 0.45
usNullEventTestFunction · 0.45
checkEventsMethod · 0.45
serviceChangedMethod · 0.45
EventMethod · 0.45
TestEventHookFunction · 0.45
ServiceChangedMethod · 0.45
usModuleEvent.cppFile · 0.45

Calls

no outgoing calls

Tested by 7

CheckListenerEventsMethod · 0.36
usNullEventTestFunction · 0.36
checkEventsMethod · 0.36
serviceChangedMethod · 0.36
EventMethod · 0.36
TestEventHookFunction · 0.36
ServiceChangedMethod · 0.36