#include <QObject>#include <iostream>#include <QString>#include <QStringList>#include <QVariant>

Go to the source code of this file.
Data Structures | |
| struct | KockpitBaseObj |
| Structure for building process. More... | |
| struct | KockpitAuthObj |
| Structure for authentication. More... | |
| class | KockpitUnit |
| Class to abstract KockpitUser and KockpitGroup. More... | |
Enumerations | |
| enum | objtype { KOCKPIT_USER, KOCKPIT_GROUP } |
Enum to separate object types. More... | |
| enum | objmode { BACKEND_LOADED, APPL_CREATED, APPL_CHANGED } |
Enum to keep changes in mind. More... | |
Functions | |
| Q_DECLARE_METATYPE (KockpitUnit *) | |
| enum objmode |
| enum objtype |
Enum to separate object types.
This enum is needed to separaten KockpitGroup objects from KockpitUser objects.
| KOCKPIT_USER |
Unit is a KockpitUser |
| KOCKPIT_GROUP |
Unit is a KockpitGroup |
| Q_DECLARE_METATYPE | ( | KockpitUnit * | ) |
1.6.3