#include <Name.h>
Public Member Functions | |
Name (const DataPointer &filewalker) | |
QString | className () const |
returns "Name" | |
int | size () const |
Size of data used in the file. | |
QString | toString () const |
Possible short form of the block (empty if unset) | |
virtual void | printOn (Reporter &report) const |
Public Attributes | |
QString | surname |
QString | firstNames |
Static Public Attributes | |
static const int | staticSize = 72 |
Name::Name | ( | const DataPointer & | filewalker | ) |
QString Name::className | ( | ) | const [virtual] |
returns "Name"
Implements Block.
void Name::printOn | ( | Reporter & | report | ) | const [virtual] |
Implements DataType.
References firstNames, surname, and Reporter::tagValuePair().
int Name::size | ( | ) | const [virtual] |
QString Name::toString | ( | ) | const [virtual] |
Possible short form of the block (empty if unset)
Reimplemented from Block.
References firstNames, and surname.
Referenced by VuCardIWRecord::VuCardIWRecord().
QString Name::firstNames |
Referenced by printOn(), and toString().
const int Name::staticSize = 72 [static] |
QString Name::surname |
Referenced by printOn(), and toString().