libkleo
#include <cryptoconfigmodule_p.h>
Signals | |
void | changed () |
Public Member Functions | |
CryptoConfigEntryGUI (CryptoConfigModule *module, Kleo::CryptoConfigEntry *entry, const QString &entryName) | |
QString | description () const |
bool | isChanged () const |
void | load () |
void | resetToDefault () |
void | save () |
Protected Slots | |
void | slotChanged () |
Protected Member Functions | |
virtual void | doLoad ()=0 |
virtual void | doSave ()=0 |
Protected Attributes | |
bool | mChanged |
Kleo::CryptoConfigEntry * | mEntry |
QString | mName |
Detailed Description
Base class for the widget managers tied to an entry in the crypto config.
Definition at line 119 of file cryptoconfigmodule_p.h.
Constructor & Destructor Documentation
Kleo::CryptoConfigEntryGUI::CryptoConfigEntryGUI | ( | CryptoConfigModule * | module, |
Kleo::CryptoConfigEntry * | entry, | ||
const QString & | entryName | ||
) |
Definition at line 450 of file cryptoconfigmodule.cpp.
Member Function Documentation
|
signal |
QString Kleo::CryptoConfigEntryGUI::description | ( | ) | const |
Definition at line 459 of file cryptoconfigmodule.cpp.
|
protectedpure virtual |
Implemented in Kleo::CryptoConfigEntryKeyserver, Kleo::CryptoConfigEntryLDAPURL, Kleo::CryptoConfigEntryCheckBox, Kleo::CryptoConfigEntrySpinBox, Kleo::CryptoConfigEntryURL, Kleo::CryptoConfigEntryDirPath, Kleo::CryptoConfigEntryPath, Kleo::CryptoConfigEntryDebugLevel, and Kleo::CryptoConfigEntryLineEdit.
|
protectedpure virtual |
Implemented in Kleo::CryptoConfigEntryKeyserver, Kleo::CryptoConfigEntryLDAPURL, Kleo::CryptoConfigEntryCheckBox, Kleo::CryptoConfigEntrySpinBox, Kleo::CryptoConfigEntryURL, Kleo::CryptoConfigEntryDirPath, Kleo::CryptoConfigEntryPath, Kleo::CryptoConfigEntryDebugLevel, and Kleo::CryptoConfigEntryLineEdit.
|
inline |
Definition at line 131 of file cryptoconfigmodule_p.h.
|
inline |
Definition at line 126 of file cryptoconfigmodule_p.h.
void Kleo::CryptoConfigEntryGUI::resetToDefault | ( | ) |
Definition at line 475 of file cryptoconfigmodule.cpp.
|
inline |
Definition at line 127 of file cryptoconfigmodule_p.h.
|
inlineprotectedslot |
Definition at line 137 of file cryptoconfigmodule_p.h.
Member Data Documentation
|
protected |
Definition at line 148 of file cryptoconfigmodule_p.h.
|
protected |
Definition at line 146 of file cryptoconfigmodule_p.h.
|
protected |
Definition at line 147 of file cryptoconfigmodule_p.h.
The documentation for this class was generated from the following files:
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.