10 #ifndef EVENTLOOPPROXY_H_ 11 #define EVENTLOOPPROXY_H_ unsigned int GetCurrentEvent()
Get the id number of the currently processed event.
Definition: EventLoopProxy.cpp:15
EventLoopProxy(EventLoop &evLoop)
Constructor.
Definition: EventLoopProxy.cpp:13
IncludeFileExc.h IncludeFileExc class declaration.
Definition: Algorithm.h:21
bool StopLoop()
Requests to stop the current loop.
Definition: EventLoopProxy.cpp:33
void _Reset()
Resets the proxy at the beginning of the event processing.
Definition: EventLoopProxy.cpp:38
A proxy class for EventLoop objects.
Definition: EventLoopProxy.h:24
bool _stopLoop
Definition: EventLoopProxy.h:70
unsigned int _requestedEvent
Definition: EventLoopProxy.h:69
EventLoop & _evLoop
Definition: EventLoopProxy.h:68
bool SetNextEvent(unsigned int nextEvent)
Sets the next event to be processed.
Definition: EventLoopProxy.cpp:17
Interface for event loop classes.
Definition: EventLoop.h:32