![]() |
VR-Forces 4.0.4 Class Documentation
|
A subclass of the abstract class DtVpfData to represent text and the date. More...

Public Member Functions | |
| DtVpfTextData (DtVpfColumn *column) | |
| Constructor takes the column that this data belongs to. | |
| ~DtVpfTextData () | |
| Destructor. | |
| virtual bool | readData () |
| Reads the data from the input stream from the owning column. | |
| virtual const DtString & | textData () const |
| Gets the data stored. | |
| virtual DtString | valueDescription () const |
| returns the value description if it exists | |
Protected Attributes | |
| DtString | myText |
Private Member Functions | |
| DtVpfTextData (const DtVpfTextData &textData) | |
| Copy constructor is private to prevent copying. | |
| DtVpfTextData & | operator= (const DtVpfTextData &textData) |
| Assignment operator is private to prevent copying. | |
A subclass of the abstract class DtVpfData to represent text and the date.
| DtVpfTextData::DtVpfTextData | ( | const DtVpfTextData & | textData | ) | [private] |
Copy constructor is private to prevent copying.
| DtVpfTextData::DtVpfTextData | ( | DtVpfColumn * | column | ) |
Constructor takes the column that this data belongs to.
Destructor.
| DtVpfTextData& DtVpfTextData::operator= | ( | const DtVpfTextData & | textData | ) | [private] |
Assignment operator is private to prevent copying.
| virtual bool DtVpfTextData::readData | ( | ) | [virtual] |
Reads the data from the input stream from the owning column.
Implements DtVpfData.
| virtual const DtString& DtVpfTextData::textData | ( | ) | const [virtual] |
Gets the data stored.
| virtual DtString DtVpfTextData::valueDescription | ( | ) | const [virtual] |
returns the value description if it exists
Reimplemented from DtVpfData.
DtString DtVpfTextData::myText [protected] |