kleopatra
#include <config-kleopatra.h>
#include <version-kleopatra.h>
#include "assuanserverconnection.h"
#include "assuancommand.h"
#include "sessiondata.h"
#include <models/keycache.h>
#include <utils/input.h>
#include <utils/output.h>
#include <utils/gnupg-helper.h>
#include <utils/detail_p.h>
#include <utils/hex.h>
#include <utils/log.h>
#include <utils/kleo_assert.h>
#include <utils/getpid.h>
#include <kleo/stl_util.h>
#include <kleo/exception.h>
#include <gpgme++/data.h>
#include <gpgme++/key.h>
#include <kmime/kmime_header_parsing.h>
#include <KDebug>
#include <KLocalizedString>
#include <KWindowSystem>
#include <KMessageBox>
#include <QSocketNotifier>
#include <QTimer>
#include <QVariant>
#include <QPointer>
#include <QFileInfo>
#include <QStringList>
#include <QDialog>
#include <QRegExp>
#include <kleo-assuan.h>
#include <boost/type_traits/remove_pointer.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/bind.hpp>
#include <boost/mem_fn.hpp>
#include <boost/mpl/if.hpp>
#include <vector>
#include <map>
#include <string>
#include <memory>
#include <algorithm>
#include <errno.h>
#include <sys/types.h>
#include <unistd.h>
#include "assuanserverconnection.moc"
#include "moc_assuanserverconnection.cpp"
Go to the source code of this file.
|
static void | apply_window_id (QWidget *widget, const QString &winIdStr) |
|
static gpg_error_t | assuan_process_done_msg (assuan_context_t ctx, gpg_error_t err, const char *err_msg) |
|
static gpg_error_t | assuan_process_done_msg (assuan_context_t ctx, gpg_error_t err, const std::string &err_msg) |
|
static gpg_error_t | assuan_process_done_msg (assuan_context_t ctx, gpg_error_t err, const QString &err_msg) |
|
static std::map< std::string,
std::string > | parse_commandline (const char *line) |
|
static std::map< std::string,
std::string > | upcase_option (const char *option, std::map< std::string, std::string > options) |
|
static WId | wid_from_string (const QString &winIdStr, bool *ok=0) |
|
#define QT_NO_CAST_FROM_ASCII |
#define QT_NO_CAST_TO_ASCII |
static void apply_window_id |
( |
QWidget * |
widget, |
|
|
const QString & |
winIdStr |
|
) |
| |
|
static |
static gpg_error_t assuan_process_done_msg |
( |
assuan_context_t |
ctx, |
|
|
gpg_error_t |
err, |
|
|
const char * |
err_msg |
|
) |
| |
|
inlinestatic |
static gpg_error_t assuan_process_done_msg |
( |
assuan_context_t |
ctx, |
|
|
gpg_error_t |
err, |
|
|
const std::string & |
err_msg |
|
) |
| |
|
inlinestatic |
static gpg_error_t assuan_process_done_msg |
( |
assuan_context_t |
ctx, |
|
|
gpg_error_t |
err, |
|
|
const QString & |
err_msg |
|
) |
| |
|
inlinestatic |
static WId wid_from_string |
( |
const QString & |
winIdStr, |
|
|
bool * |
ok = 0 |
|
) |
| |
|
static |
const int FOR_READING = 0 |
|
static |
const unsigned int INIT_SOCKET_FLAGS = 3 |
|
static |
const unsigned int MAX_ACTIVE_FDS = 32 |
|
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.