MMSInputControl Class Reference

Input Control class. More...

#include <mmsinputcontrol.h>

Inheritance diagram for MMSInputControl:

List of all members.


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

MMSWindowinputcontrol_textwin
MMSInputWidgetinputcontrol_text
MMSWindowinputcontrol_sprite
MMSLabelWidgetinputcontrol_stext

Detailed Description

Input Control class.

This class uses e.g. the MMSInputWidget to get input text from the user. User inputs are additionally used to trigger animation effects.

Author:
Jens Schneider

Definition at line 47 of file mmsinputcontrol.h.


Constructor & Destructor Documentation

MMSInputControl::MMSInputControl ( MMSWindow window = NULL  ) 

Definition at line 41 of file mmsinputcontrol.cpp.

MMSInputControl::~MMSInputControl (  ) 

Definition at line 44 of file mmsinputcontrol.cpp.


Member Function Documentation

bool MMSInputControl::onBeforeChange ( MMSWidget widget,
string  text,
bool  add,
MMSFBRectangle  rect 
) [private]

Definition at line 74 of file mmsinputcontrol.cpp.

bool MMSInputControl::load ( MMSWindow parent,
string  dialogfile = "",
MMSTheme theme = NULL 
) [virtual]

Reimplemented from MMSGUIControl.

Definition at line 47 of file mmsinputcontrol.cpp.


Member Data Documentation

Definition at line 49 of file mmsinputcontrol.h.

Definition at line 51 of file mmsinputcontrol.h.


The documentation for this class was generated from the following files: