view position
More...
#include <InternalTest.h>
|
| int | getDown () const |
| | get down value
|
| int | getLeft () const |
| | get left value
|
| int | getRight () const |
| | get right value
|
| int | getUp () const |
| | get up value
|
| | Movement () |
| | default constructor
|
| | Movement (const std::string &up, const std::string &down, const std::string &left, const std::string &right) |
| | constructor
|
view position
Definition at line 101 of file InternalTest.h.
◆ Movement() [1/2]
| InternalTest::Movement::Movement |
( |
| ) |
|
◆ Movement() [2/2]
| InternalTest::Movement::Movement |
( |
const std::string & | up, |
|
|
const std::string & | down, |
|
|
const std::string & | left, |
|
|
const std::string & | right ) |
◆ getDown()
| int InternalTest::Movement::getDown |
( |
| ) |
const |
◆ getLeft()
| int InternalTest::Movement::getLeft |
( |
| ) |
const |
◆ getRight()
| int InternalTest::Movement::getRight |
( |
| ) |
const |
◆ getUp()
| int InternalTest::Movement::getUp |
( |
| ) |
const |
◆ myDown
| int InternalTest::Movement::myDown = 0 |
|
private |
◆ myLeft
| int InternalTest::Movement::myLeft = 0 |
|
private |
◆ myRight
| int InternalTest::Movement::myRight = 0 |
|
private |
◆ myUp
| int InternalTest::Movement::myUp = 0 |
|
private |
The documentation for this class was generated from the following files: