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) |
| virtual bool | eventFilterKey (const SDL_KeyboardEvent *key) |
Definition at line 212 of file selectionwindow.cpp.
| NonEditableLineEdit::NonEditableLineEdit | ( | PG_Widget * | parent, | |
| const PG_Rect & | r = PG_Rect::null, |
|||
| const std::string & | style = "LineEdit", |
|||
| int | maximumLength = 1000000 | |||
| ) | [inline] |
Definition at line 214 of file selectionwindow.cpp.
| virtual bool NonEditableLineEdit::eventKeyDown | ( | const SDL_KeyboardEvent * | key | ) | [inline, virtual] |
Definition at line 220 of file selectionwindow.cpp.
| virtual bool NonEditableLineEdit::eventFilterKey | ( | const SDL_KeyboardEvent * | key | ) | [inline, virtual] |
Definition at line 221 of file selectionwindow.cpp.
1.5.1