Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ EventConfig
Method
EventConfig
Modules/Core/src/Interactions/mitkEventConfig.cpp:233–235 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
231
}
232
233
mitk::EventConfig::EventConfig() : d(new EventConfigPrivate)
234
{
235
}
236
237
mitk::EventConfig::EventConfig(const EventConfig &other) : d(other.d)
238
{
Callers
nothing calls this directly
Calls
13
GetModuleContext
Function · 0.85
GetResource
Method · 0.80
IsNotNull
Method · 0.80
InsertMapping
Method · 0.80
GetModule
Method · 0.45
IsValid
Method · 0.45
GetName
Method · 0.45
SetStream
Method · 0.45
Parse
Method · 0.45
end
Method · 0.45
begin
Method · 0.45
GetStringProperty
Method · 0.45
Tested by
no test coverage detected