#include <kockpitunitmap.h>
#include <QtGui>
#include <QVariant>
Go to the source code of this file.
Namespaces | |
namespace | KockpitHelpers |
Namespace which offers helper functions. | |
Functions | |
bool | KockpitHelpers::idAlreadyUsed (QList< KockpitUnitMap * > *klist, const QString &id) |
Check id usage. | |
KockpitGroup * | KockpitHelpers::getPrimaryGroupByGid (const QList< KockpitUnitMap * > *kgmap, int gidNumber) |
Group selection. | |
KockpitGroup * | KockpitHelpers::getKockpitGroupFromQListWidgetItem (QListWidgetItem *item) |
Group selection. | |
KockpitUser * | KockpitHelpers::getKockpitUserFromQListWidgetItem (QListWidgetItem *item) |
User selection. | |
void | KockpitHelpers::secDel (QObject *p) |
Secure deletion. | |
void | KockpitHelpers::deleteListObjects (QList< KockpitUnitMap * > &list) |
Delete list objects. | |
void | KockpitHelpers::deleteListMaps (QList< KockpitUnitMap * > &list) |
Delete list maps. | |
QDir | KockpitHelpers::directoryOf (const QString &subdir) |
Return relative QDir Object. |