#include <RawVuOverview.h>
Public Member Functions | |
RawVuOverview (const DataPointer &filewalker) | |
QString | className () const |
returns "RawVuOverview" | |
QString | title () const |
Possible title for the block (empty if unset) | |
int | size () const |
Size of data used in the file. | |
virtual void | printOn (Reporter &report) const |
Public Attributes | |
EncryptedCertificate | memberStateCertificate |
EncryptedCertificate | vuCertificate |
QString | vehicleIdentificationNumber |
VehicleRegistration | vehicleRegistrationIdentification |
TimeReal | currentDateTime |
Timespan | vuDownloadablePeriod |
int | CardSlotsStatus |
TimeReal | downloadingTime |
FullCardNumber | cardNumber |
QString | companyOrWorkshopName |
Subblocks< VuCompanyLocksRecord > | vuCompanyLocksRecords |
Subblocks < VuControlActivityRecord > | vuControlActivityRecords |
Static Public Attributes | |
static const int | Type = 0x1 |
RawVuOverview::RawVuOverview | ( | const DataPointer & | filewalker | ) |
QString RawVuOverview::className | ( | ) | const [virtual] |
returns "RawVuOverview"
Implements Block.
void RawVuOverview::printOn | ( | Reporter & | report | ) | const [virtual] |
Implements VuBlock.
References cardNumber, CardSlotsStatus, companyOrWorkshopName, currentDateTime, downloadingTime, memberStateCertificate, Reporter::tagValuePair(), Timespan::toString(), TimeReal::toString(), vehicleIdentificationNumber, vehicleRegistrationIdentification, vuCertificate, vuCompanyLocksRecords, vuControlActivityRecords, vuDownloadablePeriod, Reporter::writeArray(), and Reporter::writeBlock().
int RawVuOverview::size | ( | ) | const [virtual] |
Size of data used in the file.
If the data element uses 3 bytes in the file, size() will return 3.
Implements VuBlock.
References Subblocks< T >::size(), vuCompanyLocksRecords, and vuControlActivityRecords.
Referenced by VuOverview::signedBytes().
QString RawVuOverview::title | ( | ) | const [virtual] |
Possible title for the block (empty if unset)
Implements VuBlock.
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().
const int RawVuOverview::Type = 0x1 [static] |
Referenced by vuBlockFactory().
Referenced by printOn().
Referenced by printOn().
Referenced by printOn().