#include <FXComposeContext.h>
Inheritance diagram for FX::FXComposeContext:
Definition at line 42 of file FXComposeContext.h.
Public Member Functions | |
FXComposeContext (FXApp *a, FXWindow *win=NULL, FXSelector sel=0) | |
virtual void | create () |
virtual void | destroy () |
void | focusIn () |
void | focusOut () |
void | setSpot (FXint x, FXint y) |
void | setArea (FXint x, FXint y, FXint w, FXint h) |
FXString | translateEvent (FXRawEvent &event) |
virtual | ~FXComposeContext () |
FXApp * | getApp () const |
FXEventLoop * | getEventLoop () const |
FXID | id () const |
virtual void | detach () |
void | setUserData (void *ptr) |
void * | getUserData () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
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 |
Protected Member Functions | |
FXComposeContext () | |
Protected Attributes | |
FXWindow * | window |
FXSelector | message |
FXID | xid |