8 #ifndef FXEVENTDISPATCHER_H 9 #define FXEVENTDISPATCHER_H 11 #ifndef FXDISPATCHER_H 12 #include "FXDispatcher.h" 39 virtual FXbool init(FXptr dpy);
42 virtual FXbool init();
50 virtual FXbool dispatch(FXTime blocking=forever,FXuint flags=DispatchAll);
53 virtual FXbool dispatchEvent(FXRawEvent& event);
56 virtual FXbool exit();
Definition: FXCallback.h:30
A FXDispatcher watches a number of devices and signals for activity and dispatches to the proper func...
Definition: FXDispatcher.h:22
FXCallback< FXbool(FXEventDispatcher *, FXRawEvent &event)> EventCallback
Event callback when GUI has activity.
Definition: FXEventDispatcher.h:31
Definition: FX4Splitter.h:28
FXptr getDisplay() const
Return display pointer.
Definition: FXEventDispatcher.h:45
A FXEventDispatcher extends FXDispatcher, adding graphical user interface handling and other display-...
Definition: FXEventDispatcher.h:22