#include <stdio.h>#include <assert.h>#include <stdlib.h>#include "KoStore.h"#include "KoTarStore.h"#include "KoZipStore.h"#include "KoDirectoryStore.h"#include <QBuffer>#include <QFileInfo>#include <QFile>#include <QDir>#include <kurl.h>#include <kdebug.h>#include <kdeversion.h>#include <klocale.h>#include <kmessagebox.h>#include <kio/netaccess.h>Graphe des dépendances par inclusion de KoStore.cpp:
Aller au code source de ce fichier.
Macros | |
| #define | DefaultFormat KoStore::Zip |
Variables | |
| const char *const | ROOTPART = "root" |
| const char *const | MAINNAME = "maindoc.xml" |
| #define DefaultFormat KoStore::Zip |
Définition à la ligne 47 du fichier KoStore.cpp.
Référencé par KoStore::createStore(), et KoStore::determineBackend().
const char* const MAINNAME = "maindoc.xml" [static] |
Définition à la ligne 208 du fichier KoStore.cpp.
Référencé par KoStore::expandEncodedPath(), et KoStore::toExternalNaming().
const char* const ROOTPART = "root" [static] |
1.5.1-p1