#include <VuTimeAdjustmentRecord.h>


Public Member Functions | |
| VuTimeAdjustmentRecord (const DataPointer &filewalker) | |
| QString | className () const |
| returns "VuTimeAdjustmentRecord" | |
| int | size () const |
| Size of data used in the file. | |
| virtual void | printOn (Reporter &report) const |
Public Attributes | |
| TimeReal | oldTimeValue |
| TimeReal | newTimeValue |
| QString | workshopName |
| QString | workshopAddress |
| FullCardNumber | workshopCardNumber |
Static Public Attributes | |
| static const int | staticSize = 98 |
| VuTimeAdjustmentRecord::VuTimeAdjustmentRecord | ( | const DataPointer & | filewalker | ) |
| QString VuTimeAdjustmentRecord::className | ( | ) | const [virtual] |
returns "VuTimeAdjustmentRecord"
Implements Block.
| void VuTimeAdjustmentRecord::printOn | ( | Reporter & | report | ) | const [virtual] |
Implements DataType.
References newTimeValue, oldTimeValue, Reporter::tagValuePair(), TimeReal::toString(), workshopAddress, workshopCardNumber, workshopName, and Reporter::writeBlock().
| int VuTimeAdjustmentRecord::size | ( | ) | const [virtual] |
Referenced by printOn().
Referenced by printOn().
const int VuTimeAdjustmentRecord::staticSize = 98 [static] |
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
1.7.4