#include <targetcoordinatelocator.h>
Inheritance diagram for TargetCoordinateLocator:

Public Member Functions | |
| TargetCoordinateLocator (PG_Widget *parent, const PG_Point &pos, const SelectFromMap::CoordinateList &coordinates) | |
Protected Member Functions | |
| bool | eventMouseButtonDown (const SDL_MouseButtonEvent *button) |
| Overridable Eventhandler for a SDL_MouseButtonEvent message. | |
|
||||||||||||||||
|
Definition at line 39 of file targetcoordinatelocator.cpp. |
|
|
Overridable Eventhandler for a SDL_MouseButtonEvent message. This handler is called when a mouse button is pressed. The default implementation returns 'false' which indicates that this message is not processed by this object.
Reimplemented from PG_MessageObject. Definition at line 24 of file targetcoordinatelocator.cpp. References actmap, MapDisplayPG::cursor, getMainScreenWidget(), MapDisplayPG::Cursor::goTo(), ASC_PG_Dialog::RunModal(), and SelectFromMap::Show(). |
1.4.2