#include <ulineedit.hpp>
Inheritance diagram for ufo::ULineEdit:
Public Member Functions | |
ULineEdit (const std::string &text) | |
void | setValidator (const UValidator *val) |
const UValidator * | getValidator () const |
int | getInt () const |
double | getDouble () const |
void | setPrototype (const std::string &text) |
USignal1< UActionEvent * > & | sigActivated () |
Protected Member Functions | |
virtual void | processKeyEvent (UKeyEvent *e) |
virtual UDimension | getContentsSize (const UDimension &maxSize) const |
|
Creates a text widget with initial text
|
|
Processes key events. Primarily, it is used to notify listeners. Reimplemented from ufo::UTextEdit.
|
|
If |
|
This signal is fired when the user pressed Enter or Return. |