#include "KoXmlWriter.h"
#include <KoXmlReader.h>
#include "KoZipStore.h"
#include <QString>
#include <QByteArray>
#include <QIODevice>
#include <QWidget>
#include <QtCrypto>
#include <kpassworddialog.h>
#include "KoEncryptedStore.h"
#include <kwallet.h>
#include <klocale.h>
#include <kfilterdev.h>
#include <kmessage.h>
#include <kmessagebox.h>
Graphe des dépendances par inclusion de KoEncryptedStore.cpp:
Aller au code source de ce fichier.
Classes | |
struct | KoEncryptedStore_EncryptionData |
Variables | |
const char * | MANIFEST_FILE = "META-INF/manifest.xml" |
const char * | META_FILE = "meta.xml" |
const char * | THUMBNAIL_FILE = "Thumbnails/thumbnail.png" |
const char* MANIFEST_FILE = "META-INF/manifest.xml" [static] |
Définition à la ligne 54 du fichier KoEncryptedStore.cpp.
Référencé par KoEncryptedStore::closeWrite(), KoEncryptedStore::openWrite(), et KoEncryptedStore::~KoEncryptedStore().
const char* META_FILE = "meta.xml" [static] |
Définition à la ligne 55 du fichier KoEncryptedStore.cpp.
Référencé par KoEncryptedStore::closeWrite().
const char* THUMBNAIL_FILE = "Thumbnails/thumbnail.png" [static] |
Définition à la ligne 56 du fichier KoEncryptedStore.cpp.
Référencé par KoEncryptedStore::closeWrite().