![]() |
VR-Forces 4.0.4 Class Documentation
|
TM includes. More...
Public Member Functions | |
| DtDrawerKey (const QString &primary, const QString &secondary=QString()) | |
| --- public constructors / assignment operator / destructor | |
| DtDrawerKey (const DtDrawerKey &orig) | |
| DtDrawerKey & | operator= (const DtDrawerKey &orig) |
| virtual | ~DtDrawerKey () |
| virtual const QString & | primary () const |
| --- functions --- | |
| virtual void | setPrimary (const QString &name) |
| virtual const QString & | secondary () const |
| virtual void | setSecondary (const QString &name) |
Protected Member Functions | |
| DtDrawerKey () | |
Protected Attributes | |
| QString | myPrimary |
| data members | |
| QString | mySecondary |
TM includes.
Qt includes class DtDrawerKey:
Key used to identify a particular drawer. i.e. "BMP"; "PNG"; "TTS" + "MapSym-FR-Land";
| DtDrawerKey::DtDrawerKey | ( | const QString & | primary, |
| const QString & | secondary = QString() |
||
| ) |
--- public constructors / assignment operator / destructor
| DtDrawerKey::DtDrawerKey | ( | const DtDrawerKey & | orig | ) |
| virtual DtDrawerKey::~DtDrawerKey | ( | ) | [virtual] |
| DtDrawerKey::DtDrawerKey | ( | ) | [protected] |
| DtDrawerKey& DtDrawerKey::operator= | ( | const DtDrawerKey & | orig | ) |
| virtual const QString& DtDrawerKey::primary | ( | ) | const [virtual] |
--- functions ---
| virtual void DtDrawerKey::setPrimary | ( | const QString & | name | ) | [virtual] |
| virtual const QString& DtDrawerKey::secondary | ( | ) | const [virtual] |
| virtual void DtDrawerKey::setSecondary | ( | const QString & | name | ) | [virtual] |
QString DtDrawerKey::myPrimary [protected] |
data members
QString DtDrawerKey::mySecondary [protected] |