libkpgp
Kpgp::Config Class Reference
#include <kpgpui.h>
Inheritance diagram for Kpgp::Config:

Detailed Description
A widget for configuring the pgp interface.Can be included into a tabdialog. This widget by itself does not provide an apply/cancel button mechanism.
Definition at line 78 of file kpgpui.h.
Signals | |
| void | changed () |
Public Member Functions | |
| virtual void | applySettings () |
| Config (QWidget *parent=0, bool encrypt=true) | |
| QGroupBox * | optionsGroupBox () |
| virtual void | setValues () |
| virtual | ~Config () |
Protected Attributes | |
| QCheckBox * | encToSelf |
| QGroupBox * | mpOptionsGroupBox |
| Module * | pgp |
| QCheckBox * | showCipherText |
| QCheckBox * | showKeyApprovalDlg |
| QCheckBox * | storePass |
| QComboBox * | toolCombo |
Constructor & Destructor Documentation
| Kpgp::Config::Config | ( | QWidget * | parent = 0, |
|
| bool | encrypt = true | |||
| ) | [explicit] |
Definition at line 94 of file kpgpui.cpp.
| Kpgp::Config::~Config | ( | ) | [virtual] |
Definition at line 219 of file kpgpui.cpp.
Member Function Documentation
| void Kpgp::Config::applySettings | ( | ) | [virtual] |
Definition at line 249 of file kpgpui.cpp.
| void Kpgp::Config::changed | ( | ) | [signal] |
| void Kpgp::Config::setValues | ( | ) | [virtual] |
Definition at line 224 of file kpgpui.cpp.
Member Data Documentation
QCheckBox* Kpgp::Config::encToSelf [protected] |
QGroupBox* Kpgp::Config::mpOptionsGroupBox [protected] |
Module* Kpgp::Config::pgp [protected] |
QCheckBox* Kpgp::Config::showCipherText [protected] |
QCheckBox* Kpgp::Config::showKeyApprovalDlg [protected] |
QCheckBox* Kpgp::Config::storePass [protected] |
QComboBox* Kpgp::Config::toolCombo [protected] |
The documentation for this class was generated from the following files:
KDE 4.1 API Reference