24 #ifndef FXACCELTABLE_H
25 #define FXACCELTABLE_H
72 bool hasAccel(
FXHotKey hotkey)
const;
113 virtual void save(
FXStream& store)
const;
unsigned int FXuint
Definition: fxdefs.h:396
FXuint FXHotKey
Definition: fxdefs.h:457
FXuint FXSelector
Association key.
Definition: FXObject.h:53
The accelerator table sends a message to a specific target object when the indicated key and modifier...
Definition: FXAccelTable.h:39
FXHotKey parseAccel(const FXString &string)
#define FXAPI
Definition: fxdefs.h:122
FXHotKey parseHotKey(const FXString &string)
#define NULL
Definition: fxdefs.h:41
A stream is a way to serialize data and objects into a byte stream.
Definition: FXStream.h:99
int FXint
Definition: fxdefs.h:397
Object is the base class for all objects in FOX; in order to receive messages from the user interface...
Definition: FXObject.h:166
FXString unparseAccel(FXHotKey key)
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92
FXString provides essential string manipulation capabilities.
Definition: FXString.h:33
FXString stripHotKey(const FXString &string)
FXint findHotKey(const FXString &string)