kleopatra
#include <newsignencryptfileswizard.h>
Signals | |
void | operationPrepared () |
Signals inherited from QWizard | |
void | currentIdChanged (int id) |
void | customButtonClicked (int which) |
void | helpRequested () |
void | pageAdded (int id) |
void | pageRemoved (int id) |
Public Member Functions | |
NewSignEncryptFilesWizard (QWidget *parent=0, Qt::WindowFlags f=0) | |
~NewSignEncryptFilesWizard () | |
QString | archiveFileName (GpgME::Protocol proto) const |
bool | isAsciiArmorEnabled () const |
bool | isCreateArchiveSelected () const |
bool | isEncryptionSelected () const |
bool | isRemoveUnencryptedFilesEnabled () const |
bool | isSigningSelected () const |
const std::vector< GpgME::Key > & | resolvedRecipients () const |
std::vector< GpgME::Key > | resolvedSigners () const |
boost::shared_ptr < ArchiveDefinition > | selectedArchiveDefinition () const |
void | setArchiveDefinitionId (const QString &id) |
void | setCreateArchivePreset (bool preset) |
void | setCreateArchiveUserMutable (bool mut) |
void | setEncryptionPreset (bool preset) |
void | setEncryptionUserMutable (bool mut) |
void | setFiles (const QStringList &files) |
void | setPresetProtocol (GpgME::Protocol proto) |
void | setSigningPreset (bool preset) |
void | setSigningUserMutable (bool mut) |
void | setTaskCollection (const boost::shared_ptr< TaskCollection > &coll) |
Public Member Functions inherited from QWizard | |
QWizard (QWidget *parent=0, Qt::WindowFlags flags=0) | |
~QWizard () | |
int | addPage (QWizardPage *page) |
QAbstractButton * | button (WizardButton which) const |
QString | buttonText (WizardButton which) const |
int | currentId () const |
QWizardPage * | currentPage () const |
QVariant | field (const QString &name) const |
bool | hasVisitedPage (int id) const |
virtual int | nextId () const |
WizardOptions | options () const |
QWizardPage * | page (int id) const |
QList< int > | pageIds () const |
QPixmap | pixmap (WizardPixmap which) const |
void | removePage (int id) |
void | setButton (WizardButton which, QAbstractButton *button) |
void | setButtonLayout (const QList< WizardButton > &layout) |
void | setButtonText (WizardButton which, const QString &text) |
void | setDefaultProperty (const char *className, const char *property, const char *changedSignal) |
void | setField (const QString &name, const QVariant &value) |
void | setOption (WizardOption option, bool on=true) |
void | setOptions (WizardOptions options) |
void | setPage (int id, QWizardPage *page) |
void | setPixmap (WizardPixmap which, const QPixmap &pixmap) |
void | setSideWidget (QWidget *widget) |
void | setStartId (int id) |
void | setSubTitleFormat (Qt::TextFormat format) |
void | setTitleFormat (Qt::TextFormat format) |
void | setVisible (bool visible) |
void | setWizardStyle (WizardStyle style) |
QWidget * | sideWidget () const |
QSize | sizeHint () const |
int | startId () const |
Qt::TextFormat | subTitleFormat () const |
bool | testOption (WizardOption option) const |
Qt::TextFormat | titleFormat () const |
virtual bool | validateCurrentPage () |
QList< int > | visitedPages () const |
WizardStyle | wizardStyle () const |
Detailed Description
Definition at line 76 of file newsignencryptfileswizard.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 998 of file newsignencryptfileswizard.cpp.
NewSignEncryptFilesWizard::~NewSignEncryptFilesWizard | ( | ) |
Definition at line 1004 of file newsignencryptfileswizard.cpp.
Member Function Documentation
QString NewSignEncryptFilesWizard::archiveFileName | ( | GpgME::Protocol | proto | ) | const |
Definition at line 1093 of file newsignencryptfileswizard.cpp.
bool NewSignEncryptFilesWizard::isAsciiArmorEnabled | ( | ) | const |
Definition at line 1077 of file newsignencryptfileswizard.cpp.
bool NewSignEncryptFilesWizard::isCreateArchiveSelected | ( | ) | const |
Definition at line 1085 of file newsignencryptfileswizard.cpp.
bool NewSignEncryptFilesWizard::isEncryptionSelected | ( | ) | const |
Definition at line 1073 of file newsignencryptfileswizard.cpp.
bool NewSignEncryptFilesWizard::isRemoveUnencryptedFilesEnabled | ( | ) | const |
Definition at line 1081 of file newsignencryptfileswizard.cpp.
bool NewSignEncryptFilesWizard::isSigningSelected | ( | ) | const |
Definition at line 1069 of file newsignencryptfileswizard.cpp.
|
signal |
const std::vector< Key > & NewSignEncryptFilesWizard::resolvedRecipients | ( | ) | const |
Definition at line 1097 of file newsignencryptfileswizard.cpp.
std::vector< Key > NewSignEncryptFilesWizard::resolvedSigners | ( | ) | const |
Definition at line 1101 of file newsignencryptfileswizard.cpp.
shared_ptr< ArchiveDefinition > NewSignEncryptFilesWizard::selectedArchiveDefinition | ( | ) | const |
Definition at line 1089 of file newsignencryptfileswizard.cpp.
void NewSignEncryptFilesWizard::setArchiveDefinitionId | ( | const QString & | id | ) |
Definition at line 1028 of file newsignencryptfileswizard.cpp.
void NewSignEncryptFilesWizard::setCreateArchivePreset | ( | bool | preset | ) |
Definition at line 1012 of file newsignencryptfileswizard.cpp.
void NewSignEncryptFilesWizard::setCreateArchiveUserMutable | ( | bool | mut | ) |
Definition at line 1020 of file newsignencryptfileswizard.cpp.
void NewSignEncryptFilesWizard::setEncryptionPreset | ( | bool | preset | ) |
Definition at line 1048 of file newsignencryptfileswizard.cpp.
void NewSignEncryptFilesWizard::setEncryptionUserMutable | ( | bool | mut | ) |
Definition at line 1056 of file newsignencryptfileswizard.cpp.
void NewSignEncryptFilesWizard::setFiles | ( | const QStringList & | files | ) |
Definition at line 1064 of file newsignencryptfileswizard.cpp.
void NewSignEncryptFilesWizard::setPresetProtocol | ( | GpgME::Protocol | proto | ) |
Definition at line 1006 of file newsignencryptfileswizard.cpp.
void NewSignEncryptFilesWizard::setSigningPreset | ( | bool | preset | ) |
Definition at line 1032 of file newsignencryptfileswizard.cpp.
void NewSignEncryptFilesWizard::setSigningUserMutable | ( | bool | mut | ) |
Definition at line 1040 of file newsignencryptfileswizard.cpp.
void NewSignEncryptFilesWizard::setTaskCollection | ( | const boost::shared_ptr< TaskCollection > & | coll | ) |
Definition at line 1106 of file newsignencryptfileswizard.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.