![]() |
VR-Forces 4.0.4 Class Documentation
|
Public Member Functions | |
| DtStringLocation () | |
| DtStringLocation (const QString &x, const QString &y, const QString &z) | |
| DtStringLocation (const DtStringLocation &orig) | |
| DtStringLocation & | operator= (const DtStringLocation &rhs) |
| void | setX (const QString &x) |
| const QString & | x () const |
| void | setY (const QString &y) |
| const QString & | y () const |
| void | setZ (const QString &z) |
| const QString & | z () const |
Protected Attributes | |
| QString | myX |
| QString | myY |
| QString | myZ |
| DtStringLocation::DtStringLocation | ( | ) | [inline] |
| DtStringLocation::DtStringLocation | ( | const QString & | x, |
| const QString & | y, | ||
| const QString & | z | ||
| ) | [inline] |
| DtStringLocation::DtStringLocation | ( | const DtStringLocation & | orig | ) | [inline] |
| DtStringLocation& DtStringLocation::operator= | ( | const DtStringLocation & | rhs | ) | [inline] |
| void DtStringLocation::setX | ( | const QString & | x | ) | [inline] |
| const QString& DtStringLocation::x | ( | ) | const [inline] |
| void DtStringLocation::setY | ( | const QString & | y | ) | [inline] |
| const QString& DtStringLocation::y | ( | ) | const [inline] |
| void DtStringLocation::setZ | ( | const QString & | z | ) | [inline] |
| const QString& DtStringLocation::z | ( | ) | const [inline] |
QString DtStringLocation::myX [protected] |
Referenced by operator=().
QString DtStringLocation::myY [protected] |
Referenced by operator=().
QString DtStringLocation::myZ [protected] |
Referenced by operator=().