#include <mmsinputsubscription.h>
Public Member Functions | |
MMSInputSubscription (MMSInputManager *manager) | |
MMSInputSubscription (MMSKeySymbol key) | |
MMSInputSubscription (MMSFBRectangle &pointer_area) | |
bool | getKey (MMSKeySymbol &key) |
bool | getPointerArea (MMSFBRectangle &pointer_area) |
void | registerMe () |
Public Attributes | |
sigc::signal< void, MMSInputSubscription * > | callback |
Private Attributes | |
MMSKeySymbol | key |
MMSFBRectangle | pointer_area |
Static Private Attributes | |
static MMSInputManager * | manager |
Definition at line 43 of file mmsinputsubscription.h.
MMSInputSubscription::MMSInputSubscription | ( | MMSInputManager * | manager | ) |
Definition at line 39 of file mmsinputsubscription.cpp.
MMSInputSubscription::MMSInputSubscription | ( | MMSKeySymbol | key | ) |
Definition at line 43 of file mmsinputsubscription.cpp.
MMSInputSubscription::MMSInputSubscription | ( | MMSFBRectangle & | pointer_area | ) |
Definition at line 47 of file mmsinputsubscription.cpp.
bool MMSInputSubscription::getKey | ( | MMSKeySymbol & | key | ) |
Definition at line 52 of file mmsinputsubscription.cpp.
bool MMSInputSubscription::getPointerArea | ( | MMSFBRectangle & | pointer_area | ) |
Definition at line 61 of file mmsinputsubscription.cpp.
void MMSInputSubscription::registerMe | ( | ) |
Definition at line 70 of file mmsinputsubscription.cpp.
MMSInputManager * MMSInputSubscription::manager [static, private] |
Definition at line 45 of file mmsinputsubscription.h.
MMSKeySymbol MMSInputSubscription::key [private] |
Definition at line 46 of file mmsinputsubscription.h.
Definition at line 47 of file mmsinputsubscription.h.
sigc::signal<void, MMSInputSubscription*> MMSInputSubscription::callback |
Definition at line 57 of file mmsinputsubscription.h.