Inheritance diagram for ippGoToCommand:
Public Member Functions | |
ippGoToCommand (unsigned int tgNum, bool inHasX, bool inHasY, bool inHasZ, double inX, double inY, double inZ, bool inHasToolA, bool inHasToolB, bool inHasToolC, double inToolA, double inToolB, double inToolC) | |
virtual | ~ippGoToCommand () |
void | setHasX (bool inHasX) |
void | setHasY (bool inHasY) |
void | setHasZ (bool inHasZ) |
void | setX (double inX) |
void | setY (double inY) |
void | setZ (double inZ) |
void | setHasToolA (bool inHasToolA) |
void | setHasToolB (bool inHasToolB) |
void | setHasToolC (bool inHasToolC) |
void | setToolA (double inToolA) |
void | setToolB (double inToolB) |
void | setToolC (double inToolC) |
bool | getHasX () const |
bool | getHasY () const |
bool | getHasZ () const |
double | getX () const |
double | getY () const |
double | getZ () const |
bool | getHasToolA () const |
bool | getHasToolB () const |
bool | getHasToolC () const |
double | getToolA () const |
double | getToolB () const |
double | getToolC () const |
virtual std::string | getCommandString () const |
|
Definition at line 16 of file ippGoToCommand.cpp. References CommandTag. |
|
Definition at line 39 of file ippGoToCommand.h. |
|
Reimplemented from ippCommand. Definition at line 39 of file ippGoToCommand.cpp. References ippStringBuilder::AppendFunc(), ippStringBuilder::EndFunc(), ippStringBuilder::StartFunc(), and ippStringBuilder::ToString(). Referenced by ippCommandTestCase::testGoToCommand(). |
|
Definition at line 60 of file ippGoToCommand.h. |
|
Definition at line 61 of file ippGoToCommand.h. |
|
Definition at line 62 of file ippGoToCommand.h. |
|
Definition at line 54 of file ippGoToCommand.h. Referenced by ippCommandChecker::checkGoTo(), and world::update(). |
|
Definition at line 55 of file ippGoToCommand.h. Referenced by ippCommandChecker::checkGoTo(), and world::update(). |
|
Definition at line 56 of file ippGoToCommand.h. Referenced by ippCommandChecker::checkGoTo(), and world::update(). |
|
Definition at line 63 of file ippGoToCommand.h. |
|
Definition at line 64 of file ippGoToCommand.h. |
|
Definition at line 65 of file ippGoToCommand.h. |
|
Definition at line 57 of file ippGoToCommand.h. Referenced by ippCommandChecker::checkGoTo(), and world::update(). |
|
Definition at line 58 of file ippGoToCommand.h. Referenced by ippCommandChecker::checkGoTo(), and world::update(). |
|
Definition at line 59 of file ippGoToCommand.h. Referenced by ippCommandChecker::checkGoTo(), and world::update(). |
|
Definition at line 47 of file ippGoToCommand.h. |
|
Definition at line 48 of file ippGoToCommand.h. |
|
Definition at line 49 of file ippGoToCommand.h. |
|
Definition at line 41 of file ippGoToCommand.h. |
|
Definition at line 42 of file ippGoToCommand.h. |
|
Definition at line 43 of file ippGoToCommand.h. |
|
Definition at line 50 of file ippGoToCommand.h. |
|
Definition at line 51 of file ippGoToCommand.h. |
|
Definition at line 52 of file ippGoToCommand.h. |
|
Definition at line 44 of file ippGoToCommand.h. |
|
Definition at line 45 of file ippGoToCommand.h. |
|
Definition at line 46 of file ippGoToCommand.h. |