#include <mmsinputcontrol.h>

Public Member Functions | |
| MMSInputControl (MMSWindow *window=NULL) | |
| ~MMSInputControl () | |
| bool | load (MMSWindow *parent, string dialogfile="", MMSTheme *theme=NULL) |
Private Member Functions | |
| bool | onBeforeChange (MMSWidget *widget, string text, bool add, MMSFBRectangle rect) |
Private Attributes | |
| MMSWindow * | inputcontrol_textwin |
| MMSInputWidget * | inputcontrol_text |
| MMSWindow * | inputcontrol_sprite |
| MMSLabelWidget * | inputcontrol_stext |
This class uses e.g. the MMSInputWidget to get input text from the user. User inputs are additionally used to trigger animation effects.
Definition at line 47 of file mmsinputcontrol.h.
| MMSInputControl::MMSInputControl | ( | MMSWindow * | window = NULL |
) |
Definition at line 41 of file mmsinputcontrol.cpp.
| MMSInputControl::~MMSInputControl | ( | ) |
Definition at line 44 of file mmsinputcontrol.cpp.
| bool MMSInputControl::onBeforeChange | ( | MMSWidget * | widget, | |
| string | text, | |||
| bool | add, | |||
| MMSFBRectangle | rect | |||
| ) | [private] |
Definition at line 74 of file mmsinputcontrol.cpp.
MMSWindow* MMSInputControl::inputcontrol_textwin [private] |
Definition at line 49 of file mmsinputcontrol.h.
MMSInputWidget* MMSInputControl::inputcontrol_text [private] |
Definition at line 50 of file mmsinputcontrol.h.
MMSWindow* MMSInputControl::inputcontrol_sprite [private] |
Definition at line 51 of file mmsinputcontrol.h.
Definition at line 52 of file mmsinputcontrol.h.