#include <CardCurrentUse.h>


Public Member Functions | |
| CardCurrentUse (const DataPointer &filewalker) | |
| QString | className () const |
| returns "CardCurrentUse" | |
| QString | title () const |
| Possible title for the block (empty if unset) | |
| virtual void | printOn (Reporter &report) const |
Public Attributes | |
| TimeReal | sessionOpenTime |
| VehicleRegistration | sessionOpenVehicle |
Static Public Attributes | |
| static const int | Type = 0x0507 |
The default value for the vehicle registration seems to be different here
| CardCurrentUse::CardCurrentUse | ( | const DataPointer & | filewalker | ) |
| QString CardCurrentUse::className | ( | ) | const [virtual] |
returns "CardCurrentUse"
Reimplemented from CardBlock.
| void CardCurrentUse::printOn | ( | Reporter & | report | ) | const [virtual] |
Reimplemented from TopLevelBlock.
References sessionOpenTime, sessionOpenVehicle, Reporter::tagValuePair(), TimeReal::toString(), and Reporter::writeBlock().
| QString CardCurrentUse::title | ( | ) | const [virtual] |
Possible title for the block (empty if unset)
Reimplemented from TopLevelBlock.
Referenced by printOn().
Referenced by printOn().
const int CardCurrentUse::Type = 0x0507 [static] |
Referenced by cardBlockFactory().
1.7.4