libkleo
#include "qgpgmeprogresstokenmapper.h"
#include <klocale.h>
#include <KDebug>
#include <QString>
#include <boost/range.hpp>
#include <cassert>
Include dependency graph for qgpgmeprogresstokenmapper.cpp:
Go to the source code of this file.
Macros | |
#define | make_token(x) { #x, x, sizeof(x) / sizeof(*x) } |
Variables | |
static const struct Desc | need_entropy [] |
static const struct Desc | pk_dsa [] |
static const struct Desc | pk_elg [] |
static const struct Desc | primegen [] |
static const struct Desc | starting_agent [] |
static const struct Desc | tick [] |
static const struct _tokens | tokens [] |
Macro Definition Documentation
#define make_token | ( | x | ) | { #x, x, sizeof(x) / sizeof(*x) } |
Variable Documentation
|
static |
Initial value:
= {
{ 0, I18N_NOOP("Waiting for new entropy from random number generator (you might want to exercise the harddisks or move the mouse)...") }
}
Definition at line 62 of file qgpgmeprogresstokenmapper.cpp.
|
static |
Initial value:
= {
{ 0, I18N_NOOP("Generating DSA key...") }
}
Definition at line 49 of file qgpgmeprogresstokenmapper.cpp.
|
static |
Initial value:
= {
{ 0, I18N_NOOP("Generating ElGamal key...") }
}
Definition at line 53 of file qgpgmeprogresstokenmapper.cpp.
|
static |
Initial value:
= {
{ 0, I18N_NOOP("Searching for a large prime number...") }
}
Definition at line 57 of file qgpgmeprogresstokenmapper.cpp.
|
static |
Initial value:
= {
{ 0, I18N_NOOP("Starting gpg-agent (you should consider starting a global instance instead)...") }
}
Definition at line 70 of file qgpgmeprogresstokenmapper.cpp.
|
static |
Initial value:
= {
{ 0, I18N_NOOP("Please wait...") }
}
Definition at line 66 of file qgpgmeprogresstokenmapper.cpp.
|
static |
Initial value:
= {
#define make_token(x)
}
#define make_token(x)
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.