libkleo
#include <cryptoconfigmodule.h>
Public Types | |
enum | Layout { TabbedLayout, IconListLayout, LinearizedLayout } |
Signals | |
void | changed () |
Public Member Functions | |
CryptoConfigModule (Kleo::CryptoConfig *config, QWidget *parent=0) | |
CryptoConfigModule (Kleo::CryptoConfig *config, Layout layout, QWidget *parent=0) | |
void | cancel () |
void | defaults () |
bool | hasError () const |
void | reset () |
void | save () |
Detailed Description
Crypto Config Module widget, dynamically generated from CryptoConfig It's a simple QWidget so that it can be embedded into a dialog or into a KCModule.
Definition at line 57 of file cryptoconfigmodule.h.
Member Enumeration Documentation
Enumerator | |
---|---|
TabbedLayout | |
IconListLayout | |
LinearizedLayout |
Definition at line 60 of file cryptoconfigmodule.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 115 of file cryptoconfigmodule.cpp.
|
explicit |
Definition at line 121 of file cryptoconfigmodule.cpp.
Member Function Documentation
void Kleo::CryptoConfigModule::cancel | ( | ) |
Definition at line 253 of file cryptoconfigmodule.cpp.
|
signal |
void Kleo::CryptoConfigModule::defaults | ( | ) |
Definition at line 245 of file cryptoconfigmodule.cpp.
bool Kleo::CryptoConfigModule::hasError | ( | ) | const |
Definition at line 221 of file cryptoconfigmodule.cpp.
void Kleo::CryptoConfigModule::reset | ( | ) |
Definition at line 237 of file cryptoconfigmodule.cpp.
void Kleo::CryptoConfigModule::save | ( | ) |
Definition at line 225 of file cryptoconfigmodule.cpp.
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.