Rocket::Controls::WidgetTextInputMultiLine Class Reference

#include <WidgetTextInputMultiLine.h>

Inheritance diagram for Rocket::Controls::WidgetTextInputMultiLine:
Collaboration diagram for Rocket::Controls::WidgetTextInputMultiLine:

Public Member Functions

 WidgetTextInputMultiLine (ElementFormControl *parent)

Protected Member Functions

virtual bool IsCharacterValid (Rocket::Core::word character)
virtual void LineBreak ()
 Called when the user pressed enter.

Detailed Description

A specialisation of the text input widget for multi-line text fields.

Author:
Peter Curry

Member Function Documentation

bool Rocket::Controls::WidgetTextInputMultiLine::IsCharacterValid ( Rocket::Core::word  character  )  [protected, virtual]

Returns true if the given character is permitted in the input field, false if not.

Parameters:
[in] character The character to validate.
Returns:
True if the character is allowed, false if not.

Implements Rocket::Controls::WidgetTextInput.


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