libkleo
#include "cryptoconfigmodule.h"
#include "cryptoconfigmodule_p.h"
#include "directoryserviceswidget.h"
#include "kdhorizontalline.h"
#include "filenamerequester.h"
#include "kleo/cryptoconfig.h"
#include <klineedit.h>
#include <klocale.h>
#include <kdebug.h>
#include <knuminput.h>
#include <kiconloader.h>
#include <kglobal.h>
#include <kcomponentdata.h>
#include <kicon.h>
#include <kurlrequester.h>
#include <QApplication>
#include <QLabel>
#include <QLayout>
#include <QPushButton>
#include <QRegExp>
#include <QPixmap>
#include <QVBoxLayout>
#include <QList>
#include <QHBoxLayout>
#include <QGridLayout>
#include <QScrollArea>
#include <QDesktopWidget>
#include <QCheckBox>
#include <QStyle>
#include <QComboBox>
#include <QGroupBox>
#include <cassert>
#include <memory>
#include "cryptoconfigmodule.moc"
#include "cryptoconfigmodule_p.moc"
Go to the source code of this file.
Typedefs | |
typedef CryptoConfigEntryGUI *(* | constructor )(CryptoConfigModule *, Kleo::CryptoConfigEntry *, const QString &, QGridLayout *, QWidget *) |
Functions | |
static KPageView::FaceType | determineJanusFace (const Kleo::CryptoConfig *config, Kleo::CryptoConfigModule::Layout layout, bool &ok) |
KIcon | loadIcon (const QString &s) |
static unsigned int | num_components_with_options (const Kleo::CryptoConfig *config) |
static KUrl::List | string2urls (const QString &str) |
static QString | urls2string (const KUrl::List &urls) |
Variables | |
static const struct { ... } | debugLevels [] |
static const constructor | listWidgets [CryptoConfigEntry::NumArgType] |
static const unsigned int | numDebugLevels = sizeof debugLevels / sizeof *debugLevels |
static const unsigned int | numWidgetsByEntryName = sizeof widgetsByEntryName / sizeof *widgetsByEntryName |
static const constructor | scalarWidgets [CryptoConfigEntry::NumArgType] |
static const struct WidgetsByEntryName | widgetsByEntryName [] |
Typedef Documentation
typedef CryptoConfigEntryGUI*(* constructor)(CryptoConfigModule *, Kleo::CryptoConfigEntry *, const QString &, QGridLayout *, QWidget *) |
Definition at line 379 of file cryptoconfigmodule.cpp.
Function Documentation
|
static |
Definition at line 103 of file cryptoconfigmodule.cpp.
|
inline |
Definition at line 86 of file cryptoconfigmodule.cpp.
|
static |
Definition at line 91 of file cryptoconfigmodule.cpp.
|
static |
Definition at line 993 of file cryptoconfigmodule.cpp.
|
static |
Definition at line 997 of file cryptoconfigmodule.cpp.
Variable Documentation
const { ... } debugLevels[] |
const char* label |
Definition at line 516 of file cryptoconfigmodule.cpp.
|
static |
Definition at line 397 of file cryptoconfigmodule.cpp.
const char* name |
Definition at line 517 of file cryptoconfigmodule.cpp.
|
static |
Definition at line 525 of file cryptoconfigmodule.cpp.
|
static |
Definition at line 395 of file cryptoconfigmodule.cpp.
|
static |
Definition at line 410 of file cryptoconfigmodule.cpp.
|
static |
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.