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

Function TimeEvent

Modules/Core/include/mitkTimeNavigationController.h:115–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 typedef itk::AnyEvent Superclass;
114
115 TimeEvent(TimeStepType timeStep) : m_TimeStep(timeStep) {}
116 ~TimeEvent() override {}
117 const char *GetEventName() const override { return "TimeEvent"; }
118 bool CheckEvent(const ::itk::EventObject *e) const override { return dynamic_cast<const Self *>(e); }

Callers 5

InitializeMethod · 0.85
EnsureTimeObservationMethod · 0.85
SendTimeMethod · 0.85
ConnectTimeEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected