DynExp
Highly flexible laboratory automation for dynamically changing experiments.
|
#include <ImageViewerEvents.h>
Public Member Functions | |
ImageCapturingPausedEvent ()=default | |
virtual | ~ImageCapturingPausedEvent () |
![]() | |
InterModuleEvent ()=default | |
virtual | ~InterModuleEvent () |
![]() | |
InterModuleEventBase ()=default | |
virtual | ~InterModuleEventBase ()=0 |
![]() | |
EventBase ()=default | |
virtual | ~EventBase ()=0 |
void | Invoke (ModuleInstance &Instance) const |
Invokes the event passing the receiving module's instance reference to it. | |
Private Member Functions | |
virtual void | InvokeWithParamsChild (DynExp::ModuleInstance &Instance, EventListenersType::EventFunctionType EventFunc) const override |
Additional Inherited Members | |
![]() | |
using | EventListenersType = TypedEventListeners< EventFuncArgs... > |
Type of the manager of event listeners, which relates event listeners (instances of ModuleBase ) to their event functions. The event functions expect EventFuncArgs as further arguments. | |
![]() | |
static void | Register (const ModuleBase &Listener, CallableT EventFunc) |
Registers/Subscribes module Listener to the event with the event function EventFunc . Indirectly calls ModuleBase::AddRegisteredEvent(). | |
static void | Deregister (const ModuleBase &Listener) |
Deregisters/unsubscribes module Listener from the event. Indirectly calls ModuleBase::RemoveRegisteredEvent(). | |
Definition at line 28 of file ImageViewerEvents.h.
|
default |
|
inlinevirtual |
Definition at line 32 of file ImageViewerEvents.h.
|
overrideprivatevirtual |
Definition at line 13 of file ImageViewerEvents.cpp.