#include <CardDrivingLicenseInformation.h>
Public Member Functions | |
CardDrivingLicenseInformation (const DataPointer &filewalker) | |
QString | className () const |
returns "CardDrivingLicenseInformation" | |
QString | title () const |
Possible title for the block (empty if unset) | |
virtual void | printOn (Reporter &report) const |
Public Attributes | |
QString | drivingLicenseIssuingAuthorithy |
int | drivingLicenseIssuingNation |
QString | drivingLicenseNumber |
Static Public Attributes | |
static const int | Type = 0x0521 |
CardDrivingLicenseInformation::CardDrivingLicenseInformation | ( | const DataPointer & | filewalker | ) |
QString CardDrivingLicenseInformation::className | ( | ) | const [virtual] |
returns "CardDrivingLicenseInformation"
Reimplemented from CardBlock.
void CardDrivingLicenseInformation::printOn | ( | Reporter & | report | ) | const [virtual] |
Reimplemented from TopLevelBlock.
References drivingLicenseIssuingAuthorithy, drivingLicenseIssuingNation, drivingLicenseNumber, formatStrings::nationNumeric(), and Reporter::tagValuePair().
QString CardDrivingLicenseInformation::title | ( | ) | const [virtual] |
Possible title for the block (empty if unset)
Reimplemented from TopLevelBlock.
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
const int CardDrivingLicenseInformation::Type = 0x0521 [static] |
Referenced by cardBlockFactory().