libkleo
Kleo::KeyApprovalDialog Class Reference
#include <keyapprovaldialog.h>
Inheritance diagram for Kleo::KeyApprovalDialog:
Classes | |
struct | Item |
Public Member Functions | |
KeyApprovalDialog (const std::vector< Item > &recipients, const std::vector< GpgME::Key > &sender, QWidget *parent=0) | |
~KeyApprovalDialog () | |
std::vector< Item > | items () const |
bool | preferencesChanged () const |
std::vector< GpgME::Key > | senderKeys () const |
Detailed Description
Definition at line 56 of file keyapprovaldialog.h.
Constructor & Destructor Documentation
Kleo::KeyApprovalDialog::KeyApprovalDialog | ( | const std::vector< Item > & | recipients, |
const std::vector< GpgME::Key > & | sender, | ||
QWidget * | parent = 0 |
||
) |
Definition at line 105 of file keyapprovaldialog.cpp.
Kleo::KeyApprovalDialog::~KeyApprovalDialog | ( | ) |
Definition at line 185 of file keyapprovaldialog.cpp.
Member Function Documentation
std::vector< Kleo::KeyApprovalDialog::Item > Kleo::KeyApprovalDialog::items | ( | ) | const |
Definition at line 193 of file keyapprovaldialog.cpp.
bool Kleo::KeyApprovalDialog::preferencesChanged | ( | ) | const |
Definition at line 207 of file keyapprovaldialog.cpp.
std::vector< GpgME::Key > Kleo::KeyApprovalDialog::senderKeys | ( | ) | const |
Definition at line 189 of file keyapprovaldialog.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.