
Public Member Functions | |
| WeaponInfoPanel (PG_Widget *parent, const Vehicle *veh, const Vehicletype *vt) | |
| void | showWeapon (const SingleWeapon *weap=NULL) |
| bool | eventMouseButtonUp (const SDL_MouseButtonEvent *button) |
| Overridable Eventhandler for a SDL_MouseButtonEvent message. | |
Static Public Member Functions | |
| static const ASCString & | WIP_Name () |
Protected Member Functions | |
| bool | onClick (PG_MessageObject *obj, const SDL_MouseButtonEvent *event) |
| void | painter (const PG_Rect &src, const ASCString &name, const PG_Rect &dst) |
| bool | eventMouseMotion (const SDL_MouseMotionEvent *motion) |
| Overridable Eventhandler for a SDL_MouseMotionEvent message. | |
|
||||||||||||||||
|
|
Overridable Eventhandler for a SDL_MouseButtonEvent message. This handler is called when a mouse button is released. The default implementation returns 'false' which indicates that this message is not processed by this object.
Reimplemented from PG_Window. Definition at line 779 of file dashboard.cpp. References PG_Window::eventMouseButtonUp(), and PG_Widget::QuitModal(). |
|
|
Overridable Eventhandler for a SDL_MouseMotionEvent message. This handler is called when mouse movement is detected. The default implementation returns 'false' which indicates that this message is not processed by this object.
Reimplemented from PG_Window. Definition at line 792 of file dashboard.cpp. References PG_Widget::IsMouseInside(). |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
Definition at line 802 of file dashboard.cpp. Referenced by UnitInfoPanel::onClick(). |
1.4.2