#include <VehicleRegistration.h>


Public Member Functions | |
| VehicleRegistration (const DataPointer &filewalker) | |
| QString | className () const |
| returns "VehicleRegistration" | |
| int | size () const |
| Size of data used in the file. | |
| QString | toString () const |
| Possible short form of the block (empty if unset) | |
| virtual void | printOn (Reporter &report) const |
Public Attributes | |
| int | vehicleRegistrationNation |
| QString | vehicleRegistrationNumber |
Static Public Attributes | |
| static const int | staticSize = 15 |
| VehicleRegistration::VehicleRegistration | ( | const DataPointer & | filewalker | ) |
| QString VehicleRegistration::className | ( | ) | const [virtual] |
returns "VehicleRegistration"
Implements Block.
| void VehicleRegistration::printOn | ( | Reporter & | report | ) | const [virtual] |
Implements DataType.
References formatStrings::nationNumeric(), Reporter::tagValuePair(), vehicleRegistrationNation, and vehicleRegistrationNumber.
| int VehicleRegistration::size | ( | ) | const [virtual] |
| QString VehicleRegistration::toString | ( | ) | const [virtual] |
Possible short form of the block (empty if unset)
Reimplemented from Block.
References formatStrings::nationNumeric(), vehicleRegistrationNation, and vehicleRegistrationNumber.
Referenced by CardVehicleRecord::toString().
const int VehicleRegistration::staticSize = 15 [static] |
Referenced by printOn(), and toString().
Referenced by printOn(), and toString().
1.7.4