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

Method QueueEvent

Modules/Core/src/Interactions/mitkDispatcher.cpp:267–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void mitk::Dispatcher::QueueEvent(InteractionEvent *event)
268{
269 m_QueuedEvents.push_back(event);
270}
271
272void mitk::Dispatcher::SetEventProcessingMode(DataInteractor *dataInteractor)
273{

Callers 5

AddPointMethod · 0.80
DecideInteractionMethod · 0.80
AddPointMethod · 0.80
IsClosedContourMethod · 0.80
AbortMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected