libkleo
messagebox.h
Go to the documentation of this file.
61 static void information( QWidget * parent, const GpgME::SigningResult & result, const Kleo::Job * job, const QString & caption, KMessageBox::Options options=KMessageBox::Notify );
62 static void information( QWidget * parent, const GpgME::SigningResult & result, const Kleo::Job * job, KMessageBox::Options options=KMessageBox::Notify );
63 static void error( QWidget * parent, const GpgME::SigningResult & result, const Kleo::Job * job, const QString & caption, KMessageBox::Options options=KMessageBox::Notify );
64 static void error( QWidget * parent, const GpgME::SigningResult & result, const Kleo::Job * job, KMessageBox::Options options=KMessageBox::Notify );
66 static void information( QWidget * parent, const GpgME::EncryptionResult & result, const Kleo::Job * job, const QString & caption, KMessageBox::Options options=KMessageBox::Notify );
67 static void information( QWidget * parent, const GpgME::EncryptionResult & result, const Kleo::Job * job, KMessageBox::Options options=KMessageBox::Notify );
68 static void error( QWidget * parent, const GpgME::EncryptionResult & result, const Kleo::Job * job, const QString & caption, KMessageBox::Options options=KMessageBox::Notify );
69 static void error( QWidget * parent, const GpgME::EncryptionResult & result, const Kleo::Job * job, KMessageBox::Options options=KMessageBox::Notify );
71 static void information( QWidget * parent, const GpgME::SigningResult & sresult, const GpgME::EncryptionResult & eresult, const Kleo::Job * job, const QString & caption, KMessageBox::Options options=KMessageBox::Notify );
72 static void information( QWidget * parent, const GpgME::SigningResult & sresult, const GpgME::EncryptionResult & eresult, const Kleo::Job * job, KMessageBox::Options options=KMessageBox::Notify );
73 static void error( QWidget * parent, const GpgME::SigningResult & sresult, const GpgME::EncryptionResult & eresult, const Kleo::Job * job, const QString & caption, KMessageBox::Options options=KMessageBox::Notify );
74 static void error( QWidget * parent, const GpgME::SigningResult & sresult, const GpgME::EncryptionResult & eresult, const Kleo::Job * job, KMessageBox::Options options=KMessageBox::Notify );
84 static void make( QWidget * parent, QMessageBox::Icon icon, const QString & text, const Kleo::Job * job, const QString & caption, KMessageBox::Options options );
Definition: messagebox.h:59
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:48 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:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.