#include <algoparam.h>
Inheritance diagram for AlgoMoveParam:


Public Member Functions | |
| AlgoMoveParam (int x_delta_, int y_delta_) | |
| int | get_y_delta () |
| int | get_x_delta () |
| void | set_y_delta (int delta) |
| void | set_x_delta (int delta) |
Private Attributes | |
| int | x_delta |
| int | y_delta |
Definition at line 11 of file algoparam.h.
|
||||||||||||
|
Definition at line 14 of file algoparam.h.
|
|
|
Definition at line 16 of file algoparam.h. References x_delta. Referenced by TrapperView::moveData(), and MoveAlgo::start(). 00016 { return x_delta; }
|
|
|
Definition at line 15 of file algoparam.h. References y_delta. Referenced by TrapperView::moveData(), and MoveAlgo::start(). 00015 { return y_delta; }
|
|
|
Definition at line 18 of file algoparam.h. References x_delta. Referenced by MoveAlgo::start(). 00018 { x_delta = delta; }
|
|
|
Definition at line 17 of file algoparam.h. References y_delta. Referenced by MoveAlgo::start(). 00017 { y_delta = delta; }
|
|
|
Definition at line 21 of file algoparam.h. Referenced by get_x_delta(), and set_x_delta(). |
|
|
Definition at line 22 of file algoparam.h. Referenced by get_y_delta(), and set_y_delta(). |
1.4.4