• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

kleopatra

  • Kleo
  • Crypto
  • Gui
  • NewSignEncryptFilesWizard
Signals | Public Member Functions | List of all members
Kleo::Crypto::Gui::NewSignEncryptFilesWizard Class Reference

#include <newsignencryptfileswizard.h>

Inheritance diagram for Kleo::Crypto::Gui::NewSignEncryptFilesWizard:
Inheritance graph
[legend]

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
 

Additional Inherited Members

- Public Types inherited from QWizard
enum  WizardButton {
  BackButton, NextButton, CommitButton, FinishButton,
  CancelButton, HelpButton, CustomButton1, CustomButton2,
  CustomButton3, Stretch, NoButton = -1, NStandardButtons = 6,
  NButtons = 9
}
 
enum  WizardOption {
  IndependentPages = 0x00000001, IgnoreSubTitles = 0x00000002, ExtendedWatermarkPixmap = 0x00000004, NoDefaultButton = 0x00000008,
  NoBackButtonOnStartPage = 0x00000010, NoBackButtonOnLastPage = 0x00000020, DisabledBackButtonOnLastPage = 0x00000040, HaveNextButtonOnLastPage = 0x00000080,
  HaveFinishButtonOnEarlyPages = 0x00000100, NoCancelButton = 0x00000200, CancelButtonOnLeft = 0x00000400, HaveHelpButton = 0x00000800,
  HelpButtonOnRight = 0x00001000, HaveCustomButton1 = 0x00002000, HaveCustomButton2 = 0x00004000, HaveCustomButton3 = 0x00008000
}
 
enum  WizardPixmap {
  WatermarkPixmap, LogoPixmap, BannerPixmap, BackgroundPixmap,
  NPixmaps
}
 
enum  WizardStyle {
  ClassicStyle, ModernStyle, MacStyle, AeroStyle,
  NStyles
}
 
- Public Slots inherited from QWizard
void back ()
 
void next ()
 
void restart ()
 
- Protected Member Functions inherited from QWizard
virtual void cleanupPage (int id)
 
void done (int result)
 
bool event (QEvent *event)
 
virtual void initializePage (int id)
 
void paintEvent (QPaintEvent *event)
 
void resizeEvent (QResizeEvent *event)
 
- Properties inherited from QWizard
int currentId
 
WizardOptions options
 
int startId
 
Qt::TextFormat subTitleFormat
 
Qt::TextFormat titleFormat
 
WizardStyle wizardStyle
 

Detailed Description

Definition at line 76 of file newsignencryptfileswizard.h.

Constructor & Destructor Documentation

NewSignEncryptFilesWizard::NewSignEncryptFilesWizard ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
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.

void Kleo::Crypto::Gui::NewSignEncryptFilesWizard::operationPrepared ( )
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:
  • newsignencryptfileswizard.h
  • newsignencryptfileswizard.cpp
This file is part of the KDE documentation.
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.

kleopatra

Skip menu "kleopatra"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal