kmail
KMReaderMainWin Class Reference
#include <kmreadermainwin.h>
Inheritance diagram for KMReaderMainWin:
Public Member Functions | |
KMReaderMainWin (MessageViewer::Viewer::DisplayFormatMessage format, bool htmlLoadExtOverride, char *name=0) | |
KMReaderMainWin (char *name=0) | |
KMReaderMainWin (KMime::Content *aMsgPart, MessageViewer::Viewer::DisplayFormatMessage format, const QString &encoding, char *name=0) | |
virtual | ~KMReaderMainWin () |
void | setUseFixedFont (bool useFixedFont) |
void | showMessage (const QString &encoding, const Akonadi::Item &msg, const Akonadi::Collection &parentCollection=Akonadi::Collection()) |
void | showMessage (const QString &encoding, KMime::Message::Ptr message) |
void | showMessagePopup (const Akonadi::Item &msg, const KUrl &aUrl, const KUrl &imageUrl, const QPoint &aPoint, bool contactAlreadyExists, bool uniqueContactFound) |
Public Member Functions inherited from KMail::SecondaryWindow | |
SecondaryWindow (const char *name=0) | |
~SecondaryWindow () | |
Additional Inherited Members | |
Public Slots inherited from KMail::SecondaryWindow | |
virtual void | setCaption (const QString &caption) |
Protected Member Functions inherited from KMail::SecondaryWindow | |
virtual void | closeEvent (QCloseEvent *) |
Detailed Description
Definition at line 34 of file kmreadermainwin.h.
Constructor & Destructor Documentation
KMReaderMainWin::KMReaderMainWin | ( | MessageViewer::Viewer::DisplayFormatMessage | format, |
bool | htmlLoadExtOverride, | ||
char * | name = 0 |
||
) |
Definition at line 73 of file kmreadermainwin.cpp.
|
explicit |
Definition at line 87 of file kmreadermainwin.cpp.
KMReaderMainWin::KMReaderMainWin | ( | KMime::Content * | aMsgPart, |
MessageViewer::Viewer::DisplayFormatMessage | format, | ||
const QString & | encoding, | ||
char * | name = 0 |
||
) |
Definition at line 96 of file kmreadermainwin.cpp.
|
virtual |
Definition at line 125 of file kmreadermainwin.cpp.
Member Function Documentation
void KMReaderMainWin::setUseFixedFont | ( | bool | useFixedFont | ) |
Definition at line 131 of file kmreadermainwin.cpp.
void KMReaderMainWin::showMessage | ( | const QString & | encoding, |
const Akonadi::Item & | msg, | ||
const Akonadi::Collection & | parentCollection = Akonadi::Collection() |
||
) |
take ownership of and show
- Parameters
-
msg The last two parameters, serNumOfOriginalMessage and nodeIdOffset, are needed when msg
is derived from another message, e.g. the user views an encapsulated message in this window. Then, the reader needs to know about that original message, so those to parameters are passed onto setOriginalMsg() of KMReaderWin.
Definition at line 136 of file kmreadermainwin.cpp.
void KMReaderMainWin::showMessage | ( | const QString & | encoding, |
KMime::Message::Ptr | message | ||
) |
Definition at line 164 of file kmreadermainwin.cpp.
void KMReaderMainWin::showMessagePopup | ( | const Akonadi::Item & | msg, |
const KUrl & | aUrl, | ||
const KUrl & | imageUrl, | ||
const QPoint & | aPoint, | ||
bool | contactAlreadyExists, | ||
bool | uniqueContactFound | ||
) |
Definition at line 487 of file kmreadermainwin.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.