21 #ifndef FXMESSAGECHANNEL_H 22 #define FXMESSAGECHANNEL_H 70 long onMessage(
FXObject*,FXSelector,
void*);
91 FXbool message(
FXObject* tgt,FXSelector msg,
const void* data=
nullptr,FXint size=0);
The Application object is the central point of a FOX user-interface.
Definition: FXApp.h:134
Definition: FX4Splitter.h:28
FXApp * getApp() const
Get application pointer.
Definition: FXMessageChannel.h:82
FXMessageChannel manages a messaging channel between a worker thread and the main user-interface thre...
Definition: FXMessageChannel.h:52
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:134
FXMutex provides a mutex which can be used to enforce critical sections around updates of data shared...
Definition: FXMutex.h:31