LengthLimitedBufferedKeyboardInput Class Reference

Class that limits the length of input from the keyboard. More...

#include <Input/BufferedKeyboardInput.h>

Inherits KeyFilteredBufferedKeyboardInput.

List of all members.

Public Member Functions

 LengthLimitedBufferedKeyboardInput ()
 Constructor.
 LengthLimitedBufferedKeyboardInput (uint len)
 Constructor.
 LengthLimitedBufferedKeyboardInput (uint len, const Key *keys, uint n)
 Constructor.
void SetMaxLength (uint len)
 Sets the max length.
uint GetMaxLength () const
 Returns the max length.

Protected Member Functions

virtual bool ShouldInsertUnicodeChar (uint unicode) const
 Determines if the given unicode char should be inserted into the input.

Detailed Description

Class that limits the length of input from the keyboard.


Constructor & Destructor Documentation

LengthLimitedBufferedKeyboardInput::LengthLimitedBufferedKeyboardInput ( uint  len  ) 

Constructor.

Parameters:
[in] len the max length of the input.
LengthLimitedBufferedKeyboardInput::LengthLimitedBufferedKeyboardInput ( uint  len,
const Key keys,
uint  n 
)

Constructor.

Parameters:
[in] len the max length of the input.
[in] keys an array of keys to filter.
[in] n the length of the keys array.

The documentation for this class was generated from the following files:
Generated on Mon Apr 5 19:08:06 2010 for BrickOut |ReDuX| by  doxygen 1.6.3