libkleo
Kleo::CryptoConfigEntryPath Class Reference
  #include <cryptoconfigmodule_p.h>
Inheritance diagram for Kleo::CryptoConfigEntryPath:

Public Member Functions | |
| CryptoConfigEntryPath (CryptoConfigModule *module, Kleo::CryptoConfigEntry *entry, const QString &entryName, QGridLayout *layout, QWidget *parent=0) | |
| void | doLoad () | 
| void | doSave () | 
  Public Member Functions inherited from Kleo::CryptoConfigEntryGUI | |
| CryptoConfigEntryGUI (CryptoConfigModule *module, Kleo::CryptoConfigEntry *entry, const QString &entryName) | |
| QString | description () const | 
| bool | isChanged () const | 
| void | load () | 
| void | resetToDefault () | 
| void | save () | 
Additional Inherited Members | |
  Signals inherited from Kleo::CryptoConfigEntryGUI | |
| void | changed () | 
  Protected Slots inherited from Kleo::CryptoConfigEntryGUI | |
| void | slotChanged () | 
  Protected Attributes inherited from Kleo::CryptoConfigEntryGUI | |
| bool | mChanged | 
| Kleo::CryptoConfigEntry * | mEntry | 
| QString | mName | 
Detailed Description
A widget manager for a path entry in the crypto config.
Definition at line 189 of file cryptoconfigmodule_p.h.
Constructor & Destructor Documentation
| Kleo::CryptoConfigEntryPath::CryptoConfigEntryPath | ( | CryptoConfigModule * | module, | 
| Kleo::CryptoConfigEntry * | entry, | ||
| const QString & | entryName, | ||
| QGridLayout * | layout, | ||
| QWidget * | parent = 0  | 
        ||
| ) | 
Definition at line 572 of file cryptoconfigmodule.cpp.
Member Function Documentation
      
  | 
  virtual | 
Implements Kleo::CryptoConfigEntryGUI.
Definition at line 623 of file cryptoconfigmodule.cpp.
      
  | 
  virtual | 
Implements Kleo::CryptoConfigEntryGUI.
Definition at line 614 of file cryptoconfigmodule.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: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.
    KDE API Reference
 Public Member Functions inherited from