#include <QString>#include <QStringList>#include <QVariant>#include <QObject>#include <typeinfo>#include "kockpituser.h"

Go to the source code of this file.
Data Structures | |
| class | AttributeMap |
| Class to map attributes. More... | |
Enumerations | |
| enum | attrmode { IO, I, O, KEY, PW, CLASS } |
Enum to store attribute mode. More... | |
Functions | |
| Q_DECLARE_METATYPE (QString *) | |
| enum attrmode |
Enum to store attribute mode.
This enum holds the modes which are configured by the user.
| IO |
AttributeMap is used to read and write. |
| I |
AttributeMap is only used for reading. |
| O |
AttributeMap is only used for writing. |
| KEY |
AttributeMap holds a key value. |
| PW |
AttributeMap holds a password value. |
| CLASS |
Class values can not be modified - only for initial creation. |
| Q_DECLARE_METATYPE | ( | QString * | ) |
1.6.3