
Public Member Functions | |
| NonEditableLineEdit (PG_Widget *parent, const PG_Rect &r=PG_Rect::null, const std::string &style="LineEdit", int maximumLength=1000000) | |
| virtual bool | eventKeyDown (const SDL_KeyboardEvent *key) |
| Overridable Eventhandler for a SDL_KeyboardEvent message. | |
| virtual bool | eventFilterKey (const SDL_KeyboardEvent *key) |
|
||||||||||||||||||||
|
Definition at line 214 of file selectionwindow.cpp. References PG_LineEdit::EditBegin(), PG_Widget::SetBorderSize(), and PG_ThemeWidget::SetTransparency(). |
|
|
Reimplemented from PG_LineEdit. Definition at line 221 of file selectionwindow.cpp. |
|
|
Overridable Eventhandler for a SDL_KeyboardEvent message. This handler is called when a key changed it's state from unpressed to pressed. The default implementation returns 'false' which indicates that this message is not processed by this object.
Reimplemented from PG_LineEdit. Definition at line 220 of file selectionwindow.cpp. |
1.4.2