#include <textrenderer.h>
Inheritance diagram for ViewFormattedText:

Public Member Functions | |
| ViewFormattedText (const ASCString &title, const ASCString &text, const PG_Rect &pos) | |
Protected Member Functions | |
| bool | eventKeyDown (const SDL_KeyboardEvent *key) |
| Overridable Eventhandler for a SDL_KeyboardEvent message. | |
|
||||||||||||||||
|
Definition at line 505 of file textrenderer.cpp. References PG_Rect::Height(), PG_Rect::PG_Rect(), TextRenderer::SetText(), and PG_Rect::Width(). |
|
|
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 ASC_PG_Dialog. Definition at line 511 of file textrenderer.cpp. References PG_Widget::QuitModal(). |
1.4.2