#include <Identification.h>
Public Member Functions | |
Identification (const DataPointer &filewalker) | |
QString | className () const |
returns "Identification" | |
QString | title () const |
Possible title for the block (empty if unset) | |
virtual void | printOn (Reporter &report) const |
Public Attributes | |
int | cardIssuingMemberState |
QString | cardNumber |
QString | cardIssuingAuthorityName |
TimeReal | cardIssueDate |
TimeReal | cardValidityBegin |
TimeReal | cardExpiryDate |
Name | cardHolderName |
BcdDate | cardHolderBirthDate |
QString | cardHolderPreferredLanguage |
Static Public Attributes | |
static const int | Type = 0x0520 |
Identification::Identification | ( | const DataPointer & | filewalker | ) |
QString Identification::className | ( | ) | const [virtual] |
returns "Identification"
Reimplemented from CardBlock.
void Identification::printOn | ( | Reporter & | report | ) | const [virtual] |
Reimplemented from TopLevelBlock.
References cardExpiryDate, cardHolderBirthDate, cardHolderName, cardHolderPreferredLanguage, cardIssueDate, cardIssuingAuthorityName, cardIssuingMemberState, cardNumber, cardValidityBegin, formatStrings::nationNumeric(), Reporter::tagValuePair(), TimeReal::toString(), and Reporter::writeBlock().
QString Identification::title | ( | ) | const [virtual] |
Possible title for the block (empty if unset)
Reimplemented from TopLevelBlock.
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
QString Identification::cardNumber |
Referenced by printOn().
Referenced by printOn().
const int Identification::Type = 0x0520 [static] |
Referenced by cardBlockFactory().