Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
ModuleEvent::Type ModuleEvent::GetType() const
87
{
88
if (!d) throw std::logic_error(
"ModuleEvent is null"
);
89
return d->type;
90
}
91
92
std::ostream& operator<<(std::ostream& os, ModuleEvent::Type eventType)
93
{
Callers
8
CheckListenerEvents
Method · 0.45
usNullEventTest
Function · 0.45
checkEvents
Method · 0.45
serviceChanged
Method · 0.45
Event
Method · 0.45
TestEventHook
Function · 0.45
ServiceChanged
Method · 0.45
usModuleEvent.cpp
File · 0.45
Calls
no outgoing calls
Tested by
7
CheckListenerEvents
Method · 0.36
usNullEventTest
Function · 0.36
checkEvents
Method · 0.36
serviceChanged
Method · 0.36
Event
Method · 0.36
TestEventHook
Function · 0.36
ServiceChanged
Method · 0.36