kwallet
allyourbase.h File Reference
#include <kwallet.h>
#include <kiconloader.h>
#include <kicontheme.h>
#include <klistwidget.h>
#include <QPixmap>
#include <QDropEvent>
#include <QDragEnterEvent>
#include <QMouseEvent>
#include <QTreeWidget>
Include dependency graph for allyourbase.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KWalletContainerItem |
class | KWalletEntryItem |
class | KWalletEntryList |
class | KWalletFolderItem |
class | KWalletItem |
Macros | |
#define | KWALLETENTRYMAGIC ((quint32) 0x6B776C65) |
#define | KWALLETFOLDERMAGIC ((quint32) 0x6B776C66) |
Enumerations | |
enum | KWalletListItemClasses { KWalletFolderItemClass = QTreeWidgetItem::UserType, KWalletContainerItemClass, KWalletEntryItemClass, KWalletUnknownClass } |
Functions | |
QDataStream & | operator<< (QDataStream &str, const KWalletEntryItem &w) |
QDataStream & | operator<< (QDataStream &str, const KWalletFolderItem &w) |
Macro Definition Documentation
#define KWALLETENTRYMAGIC ((quint32) 0x6B776C65) |
Definition at line 34 of file allyourbase.h.
#define KWALLETFOLDERMAGIC ((quint32) 0x6B776C66) |
Definition at line 35 of file allyourbase.h.
Enumeration Type Documentation
Enumerator | |
---|---|
KWalletFolderItemClass | |
KWalletContainerItemClass | |
KWalletEntryItemClass | |
KWalletUnknownClass |
Definition at line 38 of file allyourbase.h.
Function Documentation
|
inline |
Definition at line 146 of file allyourbase.h.
|
inline |
Definition at line 157 of file allyourbase.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:01 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.