
Public Member Functions | |
| CargoEditor (PG_Widget *parent, ContainerBase *my_container) | |
| bool | eventKeyDown (const SDL_KeyboardEvent *key) |
| Overridable Eventhandler for a SDL_KeyboardEvent message. | |
| ~CargoEditor () | |
|
||||||||||||
|
Definition at line 120 of file cargoeditor.cpp. References PG_Rect::Height(), PG_Rect::PG_Rect(), PG_Button::sigClick, and PG_Rect::Width(). |
|
|
Definition at line 192 of file cargoeditor.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_MessageObject. Definition at line 156 of file cargoeditor.cpp. |
1.4.2