KIO
KcmSsl Class Reference
#include <kcmssl.h>
Inheritance diagram for KcmSsl:

Public Member Functions | |
| KcmSsl (QWidget *parent, const QVariantList &) | |
| virtual void | defaults () |
| virtual void | load () |
| virtual void | save () |
Public Member Functions inherited from KCModule | |
| KCModule (const KComponentData &componentData, QWidget *parent=0, const QVariantList &args=QVariantList()) | |
| ~KCModule () | |
| virtual const KAboutData * | aboutData () const |
| KAuth::Action * | authAction () const |
| Buttons | buttons () const |
| KComponentData | componentData () const |
| QList< KConfigDialogManager * > | configs () const |
| QString | exportText () const |
| bool | needsAuthorization () const |
| virtual QString | quickHelp () const |
| QString | rootOnlyMessage () const |
| void | setAboutData (const KAboutData *about) |
| void | setExportText (const QString &) |
| void | setNeedsAuthorization (bool needsAuth) |
| bool | useRootOnlyMessage () const |
Additional Inherited Members | |
Public Types inherited from KCModule | |
| enum | Button |
Public Slots inherited from KCModule | |
Signals inherited from KCModule | |
| void | changed (bool state) |
| void | quickHelpChanged () |
| void | rootOnlyMessageChanged (bool use, QString message) |
Protected Slots inherited from KCModule | |
| void | authStatusChanged (int) |
| void | changed () |
| void | widgetChanged () |
Protected Member Functions inherited from KCModule | |
| KConfigDialogManager * | addConfig (KCoreConfigSkeleton *config, QWidget *widget) |
| KConfigDialogManager * | addConfig (KConfigSkeleton *config, QWidget *widget) |
| bool | managedWidgetChangeState () const |
| void | setButtons (Buttons btn) |
| void | setQuickHelp (const QString &help) |
| void | setRootOnlyMessage (const QString &message) |
| void | setUseRootOnlyMessage (bool on) |
| virtual void | showEvent (QShowEvent *ev) |
| void | unmanagedWidgetChangeState (bool) |
Detailed Description
Constructor & Destructor Documentation
| KcmSsl::KcmSsl | ( | QWidget * | parent, |
| const QVariantList & | args | ||
| ) |
Definition at line 36 of file kcmssl.cpp.
Member Function Documentation
|
virtual |
Reimplemented from KCModule.
Definition at line 70 of file kcmssl.cpp.
|
virtual |
Reimplemented from KCModule.
Definition at line 60 of file kcmssl.cpp.
|
virtual |
Reimplemented from KCModule.
Definition at line 65 of file kcmssl.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 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:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from