kgpg
#include <selectpublickeydialog.h>
Public Member Functions | |
KgpgSelectPublicKeyDlg (QWidget *parent, KGpgItemModel *model, const KShortcut &goDefaultKey=KShortcut(QKeySequence(Qt::CTRL+Qt::Key_Home)), const bool hideasciioption=false, const KUrl::List &files=KUrl::List()) | |
bool | getArmor () const |
QString | getCustomOptions () const |
const KUrl::List & | getFiles () const |
bool | getHideId () const |
bool | getSymmetric () const |
bool | getUntrusted () const |
QStringList | selectedKeys () const |
Public Attributes | |
KVBox * | optionsbox |
Detailed Description
shows a dialog to select a public key for encryption
Definition at line 39 of file selectpublickeydialog.h.
Constructor & Destructor Documentation
KgpgSelectPublicKeyDlg::KgpgSelectPublicKeyDlg | ( | QWidget * | parent, |
KGpgItemModel * | model, | ||
const KShortcut & | goDefaultKey = KShortcut(QKeySequence(Qt::CTRL + Qt::Key_Home)) , |
||
const bool | hideasciioption = false , |
||
const KUrl::List & | files = KUrl::List() |
||
) |
Definition at line 38 of file selectpublickeydialog.cpp.
Member Function Documentation
bool KgpgSelectPublicKeyDlg::getArmor | ( | ) | const |
Definition at line 193 of file selectpublickeydialog.cpp.
QString KgpgSelectPublicKeyDlg::getCustomOptions | ( | ) | const |
Definition at line 181 of file selectpublickeydialog.cpp.
const KUrl::List & KgpgSelectPublicKeyDlg::getFiles | ( | ) | const |
return the files passed in the constructor
Definition at line 198 of file selectpublickeydialog.cpp.
bool KgpgSelectPublicKeyDlg::getHideId | ( | ) | const |
Definition at line 203 of file selectpublickeydialog.cpp.
bool KgpgSelectPublicKeyDlg::getSymmetric | ( | ) | const |
Definition at line 176 of file selectpublickeydialog.cpp.
bool KgpgSelectPublicKeyDlg::getUntrusted | ( | ) | const |
Definition at line 188 of file selectpublickeydialog.cpp.
QStringList KgpgSelectPublicKeyDlg::selectedKeys | ( | ) | const |
Definition at line 156 of file selectpublickeydialog.cpp.
Member Data Documentation
KVBox* KgpgSelectPublicKeyDlg::optionsbox |
Definition at line 60 of file selectpublickeydialog.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.