libkpgp

#include <kpgpui.h>

Inherits TQWidget.

Signals

void changed ()
 

Public Member Functions

 Config (TQWidget *parent=0, const char *name=0, bool encrypt=true)
 
virtual void setValues ()
 
virtual void applySettings ()
 
TQGroupBox * optionsGroupBox ()
 

Protected Attributes

Module * pgp
 
TQCheckBox * storePass
 
TQCheckBox * encToSelf
 
TQCheckBox * showCipherText
 
TQCheckBox * showKeyApprovalDlg
 
TQComboBox * toolCombo
 
TQGroupBox * mpOptionsGroupBox
 

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 76 of file kpgpui.h.

Constructor & Destructor Documentation

◆ Config()

Kpgp::Config::Config ( TQWidget *  parent = 0,
const char *  name = 0,
bool  encrypt = true 
)

Definition at line 107 of file kpgpui.cpp.

◆ ~Config()

Kpgp::Config::~Config ( )
virtual

Definition at line 224 of file kpgpui.cpp.

Member Function Documentation

◆ applySettings()

void Kpgp::Config::applySettings ( )
virtual

Definition at line 254 of file kpgpui.cpp.

◆ optionsGroupBox()

TQGroupBox * Kpgp::Config::optionsGroupBox ( )
inline

Definition at line 87 of file kpgpui.h.

◆ setValues()

void Kpgp::Config::setValues ( )
virtual

Definition at line 229 of file kpgpui.cpp.

Member Data Documentation

◆ encToSelf

TQCheckBox* Kpgp::Config::encToSelf
protected

Definition at line 94 of file kpgpui.h.

◆ mpOptionsGroupBox

TQGroupBox* Kpgp::Config::mpOptionsGroupBox
protected

Definition at line 98 of file kpgpui.h.

◆ pgp

Module* Kpgp::Config::pgp
protected

Definition at line 92 of file kpgpui.h.

◆ showCipherText

TQCheckBox* Kpgp::Config::showCipherText
protected

Definition at line 95 of file kpgpui.h.

◆ showKeyApprovalDlg

TQCheckBox* Kpgp::Config::showKeyApprovalDlg
protected

Definition at line 96 of file kpgpui.h.

◆ storePass

TQCheckBox* Kpgp::Config::storePass
protected

Definition at line 93 of file kpgpui.h.

◆ toolCombo

TQComboBox* Kpgp::Config::toolCombo
protected

Definition at line 97 of file kpgpui.h.


The documentation for this class was generated from the following files: