61 long onMessage(
FXObject*,FXSelector,
void*);
83 FXbool addWatch(
const FXString& path);
86 FXbool remWatch(
const FXString& path);
Watches one or more directories (on Linux, also files..).
Definition: FXDirWatch.h:41
FXObject * getTarget() const
Get the message target object.
Definition: FXDirWatch.h:74
The dictionary class is a fast-access hash table, mapping strings to void-pointers.
Definition: FXDictionary.h:36
The Application object is the central point of a FOX user-interface.
Definition: FXApp.h:134
The reverse dictionary class is a fast-access hash table, mapping void-pointers to strings...
Definition: FXReverseDictionary.h:39
Definition: FX4Splitter.h:28
FXSelector getSelector() const
Get the message identifier.
Definition: FXDirWatch.h:80
FXApp * getApp() const
Get application pointer.
Definition: FXDirWatch.h:68
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:134
void setTarget(FXObject *t)
Set the message target object.
Definition: FXDirWatch.h:71
void setSelector(FXSelector sel)
Set the message identifier.
Definition: FXDirWatch.h:77
FXString provides essential string manipulation capabilities in FOX.
Definition: FXString.h:42