kleopatra
#include <config-kleopatra.h>
#include "archivedefinition.h"
#include <utils/input.h>
#include <utils/output.h>
#include <utils/path-helper.h>
#include <utils/kleo_assert.h>
#include <kleo/exception.h>
#include <kleo/cryptobackendfactory.h>
#include <KConfigGroup>
#include <KDebug>
#include <KLocalizedString>
#include <KGlobal>
#include <KConfig>
#include <KShell>
#include <KStandardDirs>
#include <QProcess>
#include <QString>
#include <QStringList>
#include <QDir>
#include <QMutex>
#include <QCoreApplication>
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
static const QLatin1String EXTENSIONS_CMS_ENTRY |
( |
"extensions-cms" |
| ) |
|
|
static |
static const QLatin1String EXTENSIONS_ENTRY |
( |
"extensions" |
| ) |
|
|
static |
static const QLatin1String EXTENSIONS_OPENPGP_ENTRY |
( |
"extensions-openpgp" |
| ) |
|
|
static |
static const QLatin1String FILE_PLACEHOLDER |
( |
"%f" |
| ) |
|
|
static |
static const QLatin1String ID_ENTRY |
( |
"id" |
| ) |
|
|
static |
static const QLatin1String INSTALLPATH_PLACEHOLDER |
( |
"%I" |
| ) |
|
|
static |
static QByteArray make_input |
( |
const QStringList & |
files, |
|
|
char |
sep |
|
) |
| |
|
static |
static const QLatin1String NAME_ENTRY |
( |
"Name" |
| ) |
|
|
static |
static const QLatin1Char NEWLINE_SEPARATED_STDIN_INDICATOR |
( |
'|' |
| ) |
|
|
static |
static const QLatin1String NULL_SEPARATED_STDIN_INDICATOR |
( |
"0|" |
| ) |
|
|
static |
static const QLatin1String PACK_COMMAND_CMS_ENTRY |
( |
"pack-command-cms" |
| ) |
|
|
static |
static const QLatin1String PACK_COMMAND_ENTRY |
( |
"pack-command" |
| ) |
|
|
static |
static const QLatin1String PACK_COMMAND_OPENPGP_ENTRY |
( |
"pack-command-openpgp" |
| ) |
|
|
static |
static void parse_command |
( |
QString |
cmdline, |
|
|
const QString & |
id, |
|
|
const QString & |
whichCommand, |
|
|
QString * |
command, |
|
|
QStringList * |
prefix, |
|
|
QStringList * |
suffix, |
|
|
ArchiveDefinition::ArgumentPassingMethod * |
method, |
|
|
bool |
parseFilePlaceholder |
|
) |
| |
|
static |
static QString try_extensions |
( |
const QString & |
path | ) |
|
|
static |
static const QLatin1String UNPACK_COMMAND_CMS_ENTRY |
( |
"unpack-command-cms" |
| ) |
|
|
static |
static const QLatin1String UNPACK_COMMAND_ENTRY |
( |
"unpack-command" |
| ) |
|
|
static |
static const QLatin1String UNPACK_COMMAND_OPENPGP_ENTRY |
( |
"unpack-command-openpgp" |
| ) |
|
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.