Inheritance diagram for ippCommand:

Public Member Functions | |
| ippCommand (unsigned int inTagNumber, ippCommandNameType inCommandName) | |
| ippCommand (unsigned int inTagNumber, tagIdType inTagType, ippCommandNameType inCommandName) | |
| virtual | ~ippCommand () |
| void | setCommandName (ippCommandNameType inCommandName) |
| ippCommandNameType | getCommandName () const |
| const ippTag & | getTag () const |
| virtual std::string | getCommandString () const |
Protected Member Functions | |
| void | printLikeGet (ippStringBuilder &builder, bool R, bool X, bool Y, bool Z, bool A, bool B, bool C) const |
Protected Attributes | |
| ippTag | _tag |
|
||||||||||||
|
Constructor.
Definition at line 21 of file ippCommand.cpp. |
|
||||||||||||||||
|
Constructor.
Definition at line 31 of file ippCommand.cpp. |
|
|
Definition at line 42 of file ippCommand.cpp. |
|
|
|
|
Definition at line 77 of file ippCommand.h. |
|
||||||||||||||||||||||||||||||||||||
|
Definition at line 78 of file ippCommand.cpp. References A, B, C, R, X, Y, and Z. Referenced by ippOnPtMeasReportCommand::getCommandString(), ippOnMoveReportECommand::getCommandString(), and ippGetCommand::getCommandString(). |
|
|
Definition at line 74 of file ippCommand.h. |
|
|
Definition at line 83 of file ippCommand.h. Referenced by getCommandString(). |
1.4.1