kmail
KMReaderMainWin Class Reference
#include <kmreadermainwin.h>
Inheritance diagram for KMReaderMainWin:
Public Member Functions | |
KMReaderMainWin (bool htmlOverride, bool htmlLoadExtOverride, char *name=0) | |
KMReaderMainWin (char *name=0) | |
KMReaderMainWin (KMime::Content *aMsgPart, bool aHTML, 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 32 of file kmreadermainwin.h.
Constructor & Destructor Documentation
KMReaderMainWin::KMReaderMainWin | ( | bool | htmlOverride, |
bool | htmlLoadExtOverride, | ||
char * | name = 0 |
||
) |
Definition at line 74 of file kmreadermainwin.cpp.
|
explicit |
Definition at line 88 of file kmreadermainwin.cpp.
KMReaderMainWin::KMReaderMainWin | ( | KMime::Content * | aMsgPart, |
bool | aHTML, | ||
const QString & | encoding, | ||
char * | name = 0 |
||
) |
Definition at line 97 of file kmreadermainwin.cpp.
|
virtual |
Definition at line 126 of file kmreadermainwin.cpp.
Member Function Documentation
void KMReaderMainWin::setUseFixedFont | ( | bool | useFixedFont | ) |
Definition at line 132 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 137 of file kmreadermainwin.cpp.
void KMReaderMainWin::showMessage | ( | const QString & | encoding, |
KMime::Message::Ptr | message | ||
) |
Definition at line 165 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 453 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-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.