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