#include <FXAccelTable.h>
Inheritance diagram for FX::FXAccelTable:
Definition at line 39 of file FXAccelTable.h.
Public Member Functions | |
long | onKeyPress (FXObject *, FXSelector, void *) |
long | onKeyRelease (FXObject *, FXSelector, void *) |
FXAccelTable () | |
void | addAccel (FXHotKey hotkey, FXObject *target=NULL, FXSelector seldn=0, FXSelector selup=0) |
void | removeAccel (FXHotKey hotkey) |
bool | hasAccel (FXHotKey hotkey) const |
FXObject * | targetOfAccel (FXHotKey hotkey) const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXAccelTable () |
virtual long | onDefault (FXObject *, FXSelector, void *) |
const FXchar * | getClassName () const |
bool | isMemberOf (const FXMetaClass *metaclass) const |
virtual long | tryHandle (FXObject *sender, FXSelector sel, void *ptr) |
QTransString | tr (const char *text, const char *hint=0) |
virtual void * | getPythonObject () const |
virtual void | decouplePythonObject () const |
Friends | |
FXAPI FXHotKey | parseAccel (const FXString &string) |
FXAPI FXString | unparseAccel (FXHotKey key) |
FXAPI FXHotKey | parseHotKey (const FXString &string) |
FXAPI FXint | findHotKey (const FXString &string) |
FXAPI FXString | stripHotKey (const FXString &string) |
Classes | |
struct | FXAccelKey |