Inheritance diagram for ippOnScanReportCommand:
Public Types | |
enum | Key { ER = ipp::ER, IJK = ipp::_IJK, Q = ipp::Q, R = ipp::_R, X = ipp::_X, Y = ipp::_Y, Z = ipp::_Z, IJKAct = ipp::_IJKAct, ToolA = ipp::_A, ToolB = ipp::_B, ToolC = ipp::_C } |
Public Member Functions | |
ippOnScanReportCommand (unsigned int tgNum) | |
virtual | ~ippOnScanReportCommand () |
void | setDefault () |
void | append (Key property) |
int | getNumberOfReportedValues () const |
int | getIndexOf (Key key) const |
bool | getHasER () const |
bool | getHasIJK () const |
bool | getHasQ () const |
bool | getHasR () const |
bool | getHasX () const |
bool | getHasY () const |
bool | getHasZ () const |
bool | getHasToolA () const |
bool | getHasToolB () const |
bool | getHasToolC () const |
bool | getHasIJKAct () const |
virtual std::string | getCommandString () const |
void | reset () |
|
Definition at line 27 of file ippOnScanReportCommand.h. |
|
Definition at line 28 of file ippOnScanReportCommand.cpp. References CommandTag, and reset(). |
|
Definition at line 179 of file ippOnScanReportCommand.cpp. |
|
Definition at line 55 of file ippOnScanReportCommand.cpp. References IJK, and IPP_ASSERT. Referenced by setDefault(), and ippCommandTestCase::testOnScanReportCommand(). |
|
Reimplemented from ippCommand. Definition at line 154 of file ippOnScanReportCommand.cpp. References ippStringBuilder::AppendFunc(), ippStringBuilder::EndFunc(), getKeyString(), ippStringBuilder::StartFunc(), ippStringBuilder::ToString(), and ippProp::toString(). Referenced by ippCommandTestCase::testOnScanReportCommand(). |
|
Definition at line 99 of file ippOnScanReportCommand.cpp. References ER, and getIndexOf(). |
|
Definition at line 104 of file ippOnScanReportCommand.cpp. References getIndexOf(), and IJK. Referenced by getNumberOfReportedValues(). |
|
Definition at line 149 of file ippOnScanReportCommand.cpp. References getIndexOf(), and IJKAct. |
|
Definition at line 109 of file ippOnScanReportCommand.cpp. References getIndexOf(), and Q. |
|
Definition at line 114 of file ippOnScanReportCommand.cpp. References getIndexOf(), and R. |
|
Definition at line 134 of file ippOnScanReportCommand.cpp. References getIndexOf(), and ToolA. |
|
Definition at line 139 of file ippOnScanReportCommand.cpp. References getIndexOf(), and ToolB. |
|
Definition at line 144 of file ippOnScanReportCommand.cpp. References getIndexOf(), and ToolC. |
|
Definition at line 119 of file ippOnScanReportCommand.cpp. References getIndexOf(), and X. |
|
Definition at line 124 of file ippOnScanReportCommand.cpp. References getIndexOf(), and Y. |
|
Definition at line 129 of file ippOnScanReportCommand.cpp. References getIndexOf(), and Z. |
|
Definition at line 82 of file ippOnScanReportCommand.cpp. References IPP_ASSERT. Referenced by getHasER(), getHasIJK(), getHasIJKAct(), getHasQ(), getHasR(), getHasToolA(), getHasToolB(), getHasToolC(), getHasX(), getHasY(), and getHasZ(). |
|
Definition at line 89 of file ippOnScanReportCommand.cpp. References getHasIJK(), and IPP_ASSERT. |
|
Definition at line 37 of file ippOnScanReportCommand.cpp. References ER, IJK, IJKAct, Q, R, ToolA, ToolB, ToolC, X, Y, and Z. Referenced by ippOnScanReportCommand(), and setDefault(). |
|
Definition at line 73 of file ippOnScanReportCommand.cpp. |