#include <cargowidget.h>
Public Member Functions | |
| HighLightingManager () | |
| int | getMark () |
| void | setNew (int pos) |
Public Attributes | |
| SigC::Signal2< void, int, int > | markChanged |
| SigC::Signal0< void > | redrawAll |
| SigC::Signal3< void, int, SPoint, bool > | clickOnMarkedUnit |
| the bool param is set to true if this is the first click on a unit | |
|
|
Definition at line 35 of file cargowidget.cpp. |
|
|
Definition at line 37 of file cargowidget.cpp. Referenced by StoringPosition::eventBlit(), StoringPosition::eventMouseButtonDown(), and CargoWidget::getMarkedUnit(). |
|
|
Definition at line 42 of file cargowidget.cpp. References markChanged. Referenced by StoringPosition::eventMouseButtonDown(). |
|
|
the bool param is set to true if this is the first click on a unit
Definition at line 39 of file cargowidget.h. Referenced by StoringPosition::eventMouseButtonDown(), and CargoWidget::registerStoringPositions(). |
|
|
Definition at line 35 of file cargowidget.h. Referenced by CargoWidget::registerStoringPositions(), setNew(), and StoringPosition::StoringPosition(). |
|
|
Definition at line 37 of file cargowidget.h. Referenced by CargoWidget::redrawAll(), and StoringPosition::StoringPosition(). |
1.4.2