kmail
KMPrintCommand Class Reference
#include <kmcommands.h>
Inheritance diagram for KMPrintCommand:

Public Member Functions | |
| KMPrintCommand (QWidget *parent, const Akonadi::Item &msg, MessageViewer::HeaderStyle *headerStyle=0, MessageViewer::HeaderStrategy *headerStrategy=0, bool htmlOverride=false, bool htmlLoadExtOverride=false, bool useFixedFont=false, const QString &encoding=QString()) | |
| void | setAttachmentStrategy (const MessageViewer::AttachmentStrategy *strategy) |
| void | setOverrideFont (const QFont &) |
| void | setPrintPreview (bool preview) |
Public Member Functions inherited from KMCommand | |
| KMCommand (QWidget *parent=0) | |
| KMCommand (QWidget *parent, const Akonadi::Item &) | |
| KMCommand (QWidget *parent, const QList< Akonadi::Item > &msgList) | |
| virtual | ~KMCommand () |
| Result | result () const |
Additional Inherited Members | |
Public Types inherited from KMCommand | |
| enum | Result { Undefined, OK, Canceled, Failed } |
Public Slots inherited from KMCommand | |
| void | start () |
Signals inherited from KMCommand | |
| void | completed (KMCommand *command) |
| void | messagesTransfered (KMCommand::Result result) |
Protected Member Functions inherited from KMCommand | |
| bool | deletesItself () const |
| bool | emitsCompletedItself () const |
| Akonadi::ItemFetchScope & | fetchScope () |
| QWidget * | parentWidget () const |
| Akonadi::Item | retrievedMessage () const |
| const QList< Akonadi::Item > | retrievedMsgs () const |
| void | setDeletesItself (bool deletesItself) |
| void | setEmitsCompletedItself (bool emitsCompletedItself) |
| void | setResult (Result result) |
Protected Attributes inherited from KMCommand | |
| QList< Akonadi::Item > | mRetrievedMsgs |
Detailed Description
Definition at line 377 of file kmcommands.h.
Constructor & Destructor Documentation
| KMPrintCommand::KMPrintCommand | ( | QWidget * | parent, |
| const Akonadi::Item & | msg, | ||
| MessageViewer::HeaderStyle * | headerStyle = 0, |
||
| MessageViewer::HeaderStrategy * | headerStrategy = 0, |
||
| bool | htmlOverride = false, |
||
| bool | htmlLoadExtOverride = false, |
||
| bool | useFixedFont = false, |
||
| const QString & | encoding = QString() |
||
| ) |
Definition at line 1068 of file kmcommands.cpp.
Member Function Documentation
| void KMPrintCommand::setAttachmentStrategy | ( | const MessageViewer::AttachmentStrategy * | strategy | ) |
Definition at line 1096 of file kmcommands.cpp.
| void KMPrintCommand::setOverrideFont | ( | const QFont & | font | ) |
Definition at line 1091 of file kmcommands.cpp.
| void KMPrintCommand::setPrintPreview | ( | bool | preview | ) |
Definition at line 1101 of file kmcommands.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:58:52 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:58:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Member Functions inherited from