#include <kmreaderwin.h>
|
| KMReaderWin (TQWidget *parent, TQWidget *mainWindow, TDEActionCollection *actionCollection, const char *name=0, int f=0) |
|
void | update (KMail::Interface::Observable *) |
|
void | readConfig () |
|
void | writeConfig (bool withSync=true) const |
|
const KMail::HeaderStyle * | headerStyle () const |
|
void | setHeaderStyleAndStrategy (const KMail::HeaderStyle *style, const KMail::HeaderStrategy *strategy) |
|
const KMail::HeaderStrategy * | headerStrategy () const |
|
const KMail::AttachmentStrategy * | attachmentStrategy () const |
|
void | setAttachmentStrategy (const KMail::AttachmentStrategy *strategy) |
|
TQString | overrideEncoding () const |
|
void | setOverrideEncoding (const TQString &encoding) |
|
void | setPrintFont (const TQFont &font) |
|
const TQTextCodec * | overrideCodec () const |
|
virtual void | setPrinting (bool enable) |
|
virtual void | setMsg (KMMessage *msg, bool force=false, bool updateOnly=false) |
|
void | setOriginalMsg (unsigned long serNumOfOriginalMessage, int nodeIdOffset) |
|
void | setMsgPart (KMMessagePart *aMsgPart, bool aHTML, const TQString &aFileName, const TQString &pname) |
|
void | setMsgPart (partNode *node) |
|
void | showHideMimeTree (bool isPlainTextTopLevel) |
|
void | setIdOfLastViewedMessage (const TQString &msgId) |
|
void | clear (bool force=false) |
|
void | saveRelativePosition () |
|
void | update (bool force=false) |
|
virtual void | printMsg (void) |
|
TQString | copyText () |
|
bool | autoDelete (void) const |
|
void | setAutoDelete (bool f) |
|
bool | htmlOverride () const |
|
void | setHtmlOverride (bool override) |
|
bool | htmlLoadExtOverride () const |
|
void | setHtmlLoadExtDefault (bool loadExtDefault) |
|
void | setHtmlLoadExtOverride (bool loadExtOverride) |
|
bool | htmlMail () |
|
bool | htmlLoadExternal () |
|
void | displaySplashPage (const TQString &info) |
|
void | displayAboutPage () |
|
void | displayBusyPage () |
|
void | displayOfflinePage () |
|
void | enableMsgDisplay () |
|
void | atmViewMsg (KMMessagePart *msgPart, int nodeId) |
|
bool | atBottom () const |
|
bool | isFixedFont () |
|
void | setUseFixedFont (bool useFixedFont) |
|
KMail::HtmlWriter * | htmlWriter () |
|
TDEToggleAction * | toggleFixFontAction () |
|
TDEToggleAction * | toggleMimePartTreeAction () |
|
TDEAction * | mailToComposeAction () |
|
TDEAction * | mailToReplyAction () |
|
TDEAction * | mailToForwardAction () |
|
TDEAction * | addAddrBookAction () |
|
TDEAction * | openAddrBookAction () |
|
TDEAction * | copyAction () |
|
TDEAction * | selectAllAction () |
|
TDEAction * | copyURLAction () |
|
TDEAction * | urlOpenAction () |
|
TDEAction * | urlSaveAsAction () |
|
TDEAction * | addBookmarksAction () |
|
TDEAction * | startImChatAction () |
|
void | objectTreeToDecryptedMsg (partNode *node, NewByteArray &resultingData, KMMessage &theMessage, bool weAreReplacingTheRootNode=false, int recCount=0) |
|
partNode * | partNodeFromUrl (const KURL &url) |
|
partNode * | partNodeForId (int id) |
|
KURL | tempFileUrlFromPartNode (const partNode *node) |
|
void | setUpdateAttachment (bool update=true) |
|
TDEHTMLPart * | htmlPart () const |
|
KMMessage * | message (KMFolder **folder=0) const |
|
void | openAttachment (int id, const TQString &name) |
|
void | saveAttachment (const KURL &tempFileName) |
|
void | emitUrlClicked (const KURL &url, int button) |
|
void | emitPopupMenu (const KURL &url, const TQPoint &p) |
|
void | showAttachmentPopup (int id, const TQString &name, const TQPoint &p) |
|
void | setWaitingForSerNum (unsigned long serNum) |
|
TQWidget * | mainWindow () |
|
bool | decryptMessage () const |
|
void | setDecryptMessageOverwrite (bool overwrite=true) |
|
bool | showSignatureDetails () const |
|
void | setShowSignatureDetails (bool showDetails=true) |
|
bool | showAttachmentQuicklist () const |
|
void | setShowAttachmentQuicklist (bool showAttachmentQuicklist=true) |
|
bool | showRawToltecMail () const |
|
void | setShowRawToltecMail (bool showRawToltecMail) |
|
KMail::Interface::BodyPartMemento * | bodyPartMemento (const partNode *node, const TQCString &which) const |
|
void | setBodyPartMemento (const partNode *node, const TQCString &which, KMail::Interface::BodyPartMemento *memento) |
|
void | scrollToAttachment (const partNode *node) |
|
virtual void | update (Observable *obs)=0 |
|
|
class | KMail::ObjectTreeParser |
|
class | KMail::KHtmlPartHtmlWriter |
|
TQ_OBJECT friend void | KMMimePartTree::itemClicked (TQListViewItem *item) |
|
void | KMMimePartTree::itemRightClicked (TQListViewItem *item, const TQPoint &) |
|
void | KMMimePartTree::slotSaveAs () |
|
void | KMMimePartTree::startDrag () |
|
This class implements a "reader window", that is a window used for reading or viewing messages.
Definition at line 75 of file kmreaderwin.h.
◆ KMReaderWin()
KMReaderWin::KMReaderWin |
( |
TQWidget * |
parent, |
|
|
TQWidget * |
mainWindow, |
|
|
TDEActionCollection * |
actionCollection, |
|
|
const char * |
name = 0 , |
|
|
int |
f = 0 |
|
) |
| |
◆ ~KMReaderWin()
KMReaderWin::~KMReaderWin |
( |
| ) |
|
|
virtual |
◆ addAddrBookAction()
TDEAction * KMReaderWin::addAddrBookAction |
( |
| ) |
|
|
inline |
◆ addBookmarksAction()
TDEAction * KMReaderWin::addBookmarksAction |
( |
| ) |
|
|
inline |
◆ atBottom()
bool KMReaderWin::atBottom |
( |
| ) |
const |
◆ atmViewMsg()
void KMReaderWin::atmViewMsg |
( |
KMMessagePart * |
msgPart, |
|
|
int |
nodeId |
|
) |
| |
View message part of type message/RFC822 in extra viewer window.
- Parameters
-
msgPart | the part to display |
nodeId | the part index of the message part that is displayed |
Definition at line 2171 of file kmreaderwin.cpp.
◆ attachmentStrategy()
const KMail::AttachmentStrategy * KMReaderWin::attachmentStrategy |
( |
| ) |
const |
|
inline |
Get/set the message attachment strategy.
Definition at line 121 of file kmreaderwin.h.
◆ autoDelete()
bool KMReaderWin::autoDelete |
( |
void |
| ) |
const |
|
inline |
◆ bodyPartMemento()
BodyPartMemento * KMReaderWin::bodyPartMemento |
( |
const partNode * |
node, |
|
|
const TQCString & |
which |
|
) |
| const |
◆ clear()
void KMReaderWin::clear |
( |
bool |
force = false | ) |
|
|
inline |
Clear the reader and discard the current message.
Definition at line 179 of file kmreaderwin.h.
◆ clearCache
void KMReaderWin::clearCache |
( |
| ) |
|
|
slot |
◆ closeEvent()
void KMReaderWin::closeEvent |
( |
TQCloseEvent * |
e | ) |
|
|
protectedvirtual |
◆ contactStatusChanged
void KMReaderWin::contactStatusChanged |
( |
const TQString & |
uid | ) |
|
|
slot |
◆ copyAction()
TDEAction * KMReaderWin::copyAction |
( |
| ) |
|
|
inline |
◆ copyText()
TQString KMReaderWin::copyText |
( |
| ) |
|
◆ copyURLAction()
TDEAction * KMReaderWin::copyURLAction |
( |
| ) |
|
|
inline |
◆ createTempDir()
TQString KMReaderWin::createTempDir |
( |
const TQString & |
param = TQString() | ) |
|
|
protected |
Creates a temporary dir for saving attachments, etc.
Will be automatically deleted when another message is viewed. - Parameters
-
param | Optional part of the directory name. |
Definition at line 1802 of file kmreaderwin.cpp.
◆ cssHelper
KMail::CSSHelper * KMReaderWin::cssHelper |
( |
| ) |
|
|
slot |
◆ decryptMessage()
bool KMReaderWin::decryptMessage |
( |
| ) |
const |
Returns wether the message should be decryted.
Definition at line 2925 of file kmreaderwin.cpp.
◆ disconnectMsgAdded
void KMReaderWin::disconnectMsgAdded |
( |
| ) |
|
|
protectedslot |
Helper functions used to change message selection in the message list after deleting an attachment, see slotDeleteAttachment()
Definition at line 2893 of file kmreaderwin.cpp.
◆ displayAboutPage()
void KMReaderWin::displayAboutPage |
( |
| ) |
|
◆ displayBusyPage()
void KMReaderWin::displayBusyPage |
( |
| ) |
|
Display the 'please wait' page instead of a message.
Definition at line 1315 of file kmreaderwin.cpp.
◆ displayMessage()
void KMReaderWin::displayMessage |
( |
| ) |
|
|
protected |
Feeds the HTML viewer with the contents of the given message.
HTML begin/end parts are written around the message.
Definition at line 1467 of file kmreaderwin.cpp.
◆ displayOfflinePage()
void KMReaderWin::displayOfflinePage |
( |
| ) |
|
Display the 'we are currently in offline mode' page instead of a message.
Definition at line 1323 of file kmreaderwin.cpp.
◆ displaySplashPage()
void KMReaderWin::displaySplashPage |
( |
const TQString & |
info | ) |
|
Display a generic HTML splash page instead of a message.
Definition at line 1292 of file kmreaderwin.cpp.
◆ emitPopupMenu()
void KMReaderWin::emitPopupMenu |
( |
const KURL & |
url, |
|
|
const TQPoint & |
p |
|
) |
| |
|
inline |
◆ emitUrlClicked()
void KMReaderWin::emitUrlClicked |
( |
const KURL & |
url, |
|
|
int |
button |
|
) |
| |
|
inline |
◆ enableMsgDisplay()
void KMReaderWin::enableMsgDisplay |
( |
| ) |
|
Enable the displaying of messages again after an URL was displayed.
Definition at line 1398 of file kmreaderwin.cpp.
◆ event()
bool KMReaderWin::event |
( |
TQEvent * |
e | ) |
|
|
protectedvirtual |
◆ eventFilter()
bool KMReaderWin::eventFilter |
( |
TQObject * |
obj, |
|
|
TQEvent * |
ev |
|
) |
| |
|
protected |
◆ fillCommandInfo
void KMReaderWin::fillCommandInfo |
( |
partNode * |
node, |
|
|
KMMessage ** |
msg, |
|
|
int * |
nodeId |
|
) |
| |
|
slot |
Find the node ID and the message of the attachment that should be edited or deleted.
This is used when setOriginalMsg() was called before, in that case we want to operate on the original message instead of our copy.
- See also
- setOriginalMsg
Definition at line 2820 of file kmreaderwin.cpp.
◆ headerStrategy()
const KMail::HeaderStrategy * KMReaderWin::headerStrategy |
( |
| ) |
const |
|
inline |
◆ headerStyle()
◆ htmlLoadExternal()
bool KMReaderWin::htmlLoadExternal |
( |
| ) |
|
Is loading ext.
references to be supported? Takes into account override
Definition at line 2521 of file kmreaderwin.cpp.
◆ htmlLoadExtOverride()
bool KMReaderWin::htmlLoadExtOverride |
( |
| ) |
const |
|
inline |
Get the load external references override setting.
Definition at line 203 of file kmreaderwin.h.
◆ htmlMail()
bool KMReaderWin::htmlMail |
( |
| ) |
|
Is html mail to be supported? Takes into account override.
Definition at line 2514 of file kmreaderwin.cpp.
◆ htmlOverride()
bool KMReaderWin::htmlOverride |
( |
| ) |
const |
|
inline |
Override default html mail setting.
Definition at line 199 of file kmreaderwin.h.
◆ htmlPart()
TDEHTMLPart * KMReaderWin::htmlPart |
( |
| ) |
const |
|
inline |
Access to the TDEHTMLPart used for the viewer.
Use with care!
Definition at line 297 of file kmreaderwin.h.
◆ htmlWriter()
Return the HtmlWriter connected to the TDEHTMLPart we use.
Definition at line 255 of file kmreaderwin.h.
◆ initHtmlWidget()
void KMReaderWin::initHtmlWidget |
( |
void |
| ) |
|
|
protectedvirtual |
◆ isFixedFont()
bool KMReaderWin::isFixedFont |
( |
| ) |
|
|
inline |
◆ mailToComposeAction()
TDEAction * KMReaderWin::mailToComposeAction |
( |
| ) |
|
|
inline |
◆ mailToForwardAction()
TDEAction * KMReaderWin::mailToForwardAction |
( |
| ) |
|
|
inline |
◆ mailToReplyAction()
TDEAction * KMReaderWin::mailToReplyAction |
( |
| ) |
|
|
inline |
◆ mainWindow()
TQWidget * KMReaderWin::mainWindow |
( |
| ) |
|
|
inline |
◆ message()
◆ msgAdded
void KMReaderWin::msgAdded |
( |
TQListViewItem * |
item | ) |
|
|
protectedslot |
◆ msgPartFromUrl()
int KMReaderWin::msgPartFromUrl |
( |
const KURL & |
url | ) |
|
|
static |
Returns id of message part from given URL or -1 if invalid.
Definition at line 1842 of file kmreaderwin.cpp.
◆ newFeaturesMD5()
TQString KMReaderWin::newFeaturesMD5 |
( |
| ) |
|
|
static |
Returns the MD5 hash for the list of new features.
Definition at line 1280 of file kmreaderwin.cpp.
◆ noDrag
void KMReaderWin::noDrag |
( |
void |
| ) |
|
|
signal |
Pgp displays a password dialog.
◆ objectTreeToDecryptedMsg()
void KMReaderWin::objectTreeToDecryptedMsg |
( |
partNode * |
node, |
|
|
NewByteArray & |
resultingData, |
|
|
KMMessage & |
theMessage, |
|
|
bool |
weAreReplacingTheRootNode = false , |
|
|
int |
recCount = 0 |
|
) |
| |
◆ openAddrBookAction()
TDEAction * KMReaderWin::openAddrBookAction |
( |
| ) |
|
|
inline |
◆ openAttachment()
void KMReaderWin::openAttachment |
( |
int |
id, |
|
|
const TQString & |
name |
|
) |
| |
◆ overrideCodec()
const TQTextCodec * KMReaderWin::overrideCodec |
( |
| ) |
const |
Get codec corresponding to the currently selected override character encoding.
- Returns
- The override codec or 0 if auto-detection is selected.
Definition at line 1117 of file kmreaderwin.cpp.
◆ overrideEncoding()
TQString KMReaderWin::overrideEncoding |
( |
| ) |
const |
|
inline |
Get selected override character encoding.
- Returns
- The encoding selected by the user or an empty string if auto-detection is selected.
Definition at line 129 of file kmreaderwin.h.
◆ parseMsg()
void KMReaderWin::parseMsg |
( |
KMMessage * |
msg | ) |
|
|
protectedvirtual |
Parse given message and add it's contents to the reader window.
Definition at line 1510 of file kmreaderwin.cpp.
◆ partNodeForId()
partNode * KMReaderWin::partNodeForId |
( |
int |
id | ) |
|
◆ partNodeFromUrl()
partNode * KMReaderWin::partNodeFromUrl |
( |
const KURL & |
url | ) |
|
Returns message part from given URL or null if invalid.
Definition at line 2668 of file kmreaderwin.cpp.
◆ pointsToPixel()
int KMReaderWin::pointsToPixel |
( |
int |
pointSize | ) |
const |
|
protected |
◆ popupMenu
void KMReaderWin::popupMenu |
( |
KMMessage & |
msg, |
|
|
const KURL & |
url, |
|
|
const TQPoint & |
mousePos |
|
) |
| |
|
signal |
The user presses the right mouse button.
'url' may be 0.
◆ printMsg()
void KMReaderWin::printMsg |
( |
void |
| ) |
|
|
virtual |
◆ readConfig()
void KMReaderWin::readConfig |
( |
void |
| ) |
|
◆ removeTempFiles()
void KMReaderWin::removeTempFiles |
( |
| ) |
|
|
protectedvirtual |
◆ replaceMsgByUnencryptedVersion
void KMReaderWin::replaceMsgByUnencryptedVersion |
( |
| ) |
|
|
signal |
Emitted after parsing of a message to have it stored in unencrypted state in it's folder.
◆ resizeEvent()
void KMReaderWin::resizeEvent |
( |
TQResizeEvent * |
| ) |
|
|
protectedvirtual |
◆ saveAttachment()
void KMReaderWin::saveAttachment |
( |
const KURL & |
tempFileName | ) |
|
◆ saveRelativePosition()
void KMReaderWin::saveRelativePosition |
( |
| ) |
|
Saves the relative position of the scroll view.
Call this before calling update() if you want to preserve the current view.
Definition at line 2540 of file kmreaderwin.cpp.
◆ scrollToAttachment()
void KMReaderWin::scrollToAttachment |
( |
const partNode * |
node | ) |
|
Scrolls to the given attachment and marks it with a yellow border.
Definition at line 2932 of file kmreaderwin.cpp.
◆ selectAll
void KMReaderWin::selectAll |
( |
| ) |
|
|
slot |
◆ selectAllAction()
TDEAction * KMReaderWin::selectAllAction |
( |
| ) |
|
|
inline |
◆ setAttachmentStrategy()
void KMReaderWin::setAttachmentStrategy |
( |
const KMail::AttachmentStrategy * |
strategy | ) |
|
◆ setAutoDelete()
void KMReaderWin::setAutoDelete |
( |
bool |
f | ) |
|
|
inline |
◆ setBodyPartMemento()
◆ setDecryptMessageOverwrite()
void KMReaderWin::setDecryptMessageOverwrite |
( |
bool |
overwrite = true | ) |
|
|
inline |
◆ setHeaderStyleAndStrategy()
void KMReaderWin::setHeaderStyleAndStrategy |
( |
const KMail::HeaderStyle * |
style, |
|
|
const KMail::HeaderStrategy * |
strategy |
|
) |
| |
Set the header style and strategy.
We only want them to be set together.
Definition at line 1060 of file kmreaderwin.cpp.
◆ setHtmlLoadExtDefault()
void KMReaderWin::setHtmlLoadExtDefault |
( |
bool |
loadExtDefault | ) |
|
Default behavior for loading external references.
Use this for specifying the external reference loading behavior as specified in the user settings. - See also
- setHtmlLoadExtOverride
Definition at line 2502 of file kmreaderwin.cpp.
◆ setHtmlLoadExtOverride()
void KMReaderWin::setHtmlLoadExtOverride |
( |
bool |
loadExtOverride | ) |
|
Override default load external references setting.
- Warning
- This must only be called when the user has explicitly been asked to retrieve external references!
- See also
- setHtmlLoadExtDefault
Definition at line 2507 of file kmreaderwin.cpp.
◆ setHtmlOverride()
void KMReaderWin::setHtmlOverride |
( |
bool |
override | ) |
|
◆ setIdOfLastViewedMessage()
void KMReaderWin::setIdOfLastViewedMessage |
( |
const TQString & |
msgId | ) |
|
|
inline |
Store message id of last viewed message, normally no need to call this function directly, since correct value is set automatically in parseMsg(KMMessage* aMsg, bool onlyProcessHeaders).
Definition at line 175 of file kmreaderwin.h.
◆ setMsg()
void KMReaderWin::setMsg |
( |
KMMessage * |
msg, |
|
|
bool |
force = false , |
|
|
bool |
updateOnly = false |
|
) |
| |
|
virtual |
Set the message that shall be shown.
If msg is 0, an empty page is displayed.
Definition at line 1154 of file kmreaderwin.cpp.
◆ setMsgPart() [1/2]
void KMReaderWin::setMsgPart |
( |
KMMessagePart * |
aMsgPart, |
|
|
bool |
aHTML, |
|
|
const TQString & |
aFileName, |
|
|
const TQString & |
pname |
|
) |
| |
Instead of settings a message to be shown sets a message part to be shown.
Definition at line 2204 of file kmreaderwin.cpp.
◆ setMsgPart() [2/2]
void KMReaderWin::setMsgPart |
( |
partNode * |
node | ) |
|
◆ setOriginalMsg()
void KMReaderWin::setOriginalMsg |
( |
unsigned long |
serNumOfOriginalMessage, |
|
|
int |
nodeIdOffset |
|
) |
| |
This should be called when setting a message that was constructed from another message, which is the case when viewing encapsulated messages in the seperate reader window.
We need to know the serial number of the original message, and at which part index the encapsulated message was at that original message, so that deleting and editing attachments can work on the original message.
This is a HACK. There really shouldn't be a copy of the original mail.
- See also
- slotDeleteAttachment, slotEditAttachment, fillCommandInfo
Definition at line 1147 of file kmreaderwin.cpp.
◆ setOverrideEncoding()
void KMReaderWin::setOverrideEncoding |
( |
const TQString & |
encoding | ) |
|
◆ setPrintFont()
void KMReaderWin::setPrintFont |
( |
const TQFont & |
font | ) |
|
◆ setPrinting()
virtual void KMReaderWin::setPrinting |
( |
bool |
enable | ) |
|
|
inlinevirtual |
◆ setShowAttachmentQuicklist()
void KMReaderWin::setShowAttachmentQuicklist |
( |
bool |
showAttachmentQuicklist = true | ) |
|
|
inline |
◆ setShowRawToltecMail()
void KMReaderWin::setShowRawToltecMail |
( |
bool |
showRawToltecMail | ) |
|
|
inline |
◆ setShowSignatureDetails()
void KMReaderWin::setShowSignatureDetails |
( |
bool |
showDetails = true | ) |
|
|
inline |
◆ setStyleDependantFrameWidth()
void KMReaderWin::setStyleDependantFrameWidth |
( |
| ) |
|
|
protected |
Set the width of the frame to a reasonable value for the current GUI style.
Definition at line 2077 of file kmreaderwin.cpp.
◆ setUpdateAttachment()
void KMReaderWin::setUpdateAttachment |
( |
bool |
update = true | ) |
|
|
inline |
◆ setUseFixedFont()
void KMReaderWin::setUseFixedFont |
( |
bool |
useFixedFont | ) |
|
|
inline |
◆ setWaitingForSerNum()
void KMReaderWin::setWaitingForSerNum |
( |
unsigned long |
serNum | ) |
|
|
inline |
Set the serial number of the message this reader window is currently waiting for.
Used to discard updates for already deselected messages.
Definition at line 318 of file kmreaderwin.h.
◆ showAttachmentPopup()
void KMReaderWin::showAttachmentPopup |
( |
int |
id, |
|
|
const TQString & |
name, |
|
|
const TQPoint & |
p |
|
) |
| |
◆ showAttachmentQuicklist()
bool KMReaderWin::showAttachmentQuicklist |
( |
| ) |
const |
|
inline |
◆ showHideMimeTree()
void KMReaderWin::showHideMimeTree |
( |
bool |
isPlainTextTopLevel | ) |
|
Show or hide the Mime Tree Viewer if configuration is set to smart mode.
Definition at line 1449 of file kmreaderwin.cpp.
◆ showRawToltecMail()
bool KMReaderWin::showRawToltecMail |
( |
| ) |
const |
|
inline |
◆ showSignatureDetails()
bool KMReaderWin::showSignatureDetails |
( |
| ) |
const |
|
inline |
◆ showVCard()
void KMReaderWin::showVCard |
( |
KMMessagePart * |
msgPart | ) |
|
|
protected |
◆ slotAddBookmarks
void KMReaderWin::slotAddBookmarks |
( |
| ) |
|
|
slot |
◆ slotAllHeaders
void KMReaderWin::slotAllHeaders |
( |
| ) |
|
|
protectedslot |
◆ slotAtmView
void KMReaderWin::slotAtmView |
( |
int |
id, |
|
|
const TQString & |
name |
|
) |
| |
|
protectedslot |
◆ slotBriefHeaders
void KMReaderWin::slotBriefHeaders |
( |
| ) |
|
|
protectedslot |
◆ slotCopySelectedText
void KMReaderWin::slotCopySelectedText |
( |
| ) |
|
|
slot |
◆ slotCycleAttachmentStrategy
void KMReaderWin::slotCycleAttachmentStrategy |
( |
| ) |
|
|
protectedslot |
◆ slotCycleHeaderStyles
void KMReaderWin::slotCycleHeaderStyles |
( |
| ) |
|
|
protectedslot |
◆ slotDelayedResize
void KMReaderWin::slotDelayedResize |
( |
| ) |
|
|
protectedslot |
◆ slotDeleteAttachment
void KMReaderWin::slotDeleteAttachment |
( |
partNode * |
node | ) |
|
|
slot |
◆ slotDocumentChanged
void KMReaderWin::slotDocumentChanged |
( |
| ) |
|
|
slot |
◆ slotDocumentDone
void KMReaderWin::slotDocumentDone |
( |
| ) |
|
|
slot |
◆ slotEditAttachment
void KMReaderWin::slotEditAttachment |
( |
partNode * |
node | ) |
|
|
slot |
◆ slotEnterpriseHeaders
void KMReaderWin::slotEnterpriseHeaders |
( |
| ) |
|
|
protectedslot |
◆ slotFancyHeaders
void KMReaderWin::slotFancyHeaders |
( |
| ) |
|
|
protectedslot |
◆ slotFind
void KMReaderWin::slotFind |
( |
| ) |
|
|
slot |
◆ slotFindNext
void KMReaderWin::slotFindNext |
( |
| ) |
|
|
slot |
◆ slotHandleAttachment
void KMReaderWin::slotHandleAttachment |
( |
int |
choice | ) |
|
|
protectedslot |
◆ slotHeaderOnlyAttachments
void KMReaderWin::slotHeaderOnlyAttachments |
( |
| ) |
|
|
protectedslot |
◆ slotHideAttachments
void KMReaderWin::slotHideAttachments |
( |
| ) |
|
|
protectedslot |
◆ slotIconicAttachments
void KMReaderWin::slotIconicAttachments |
( |
| ) |
|
|
protectedslot |
◆ slotIMChat
void KMReaderWin::slotIMChat |
( |
| ) |
|
|
slot |
◆ slotInlineAttachments
void KMReaderWin::slotInlineAttachments |
( |
| ) |
|
|
protectedslot |
◆ slotJumpDown
void KMReaderWin::slotJumpDown |
( |
| ) |
|
|
slot |
◆ slotLevelQuote
void KMReaderWin::slotLevelQuote |
( |
int |
l | ) |
|
|
slot |
◆ slotLongHeaders
void KMReaderWin::slotLongHeaders |
( |
| ) |
|
|
protectedslot |
◆ slotMailtoAddAddrBook
void KMReaderWin::slotMailtoAddAddrBook |
( |
| ) |
|
|
slot |
◆ slotMailtoCompose
void KMReaderWin::slotMailtoCompose |
( |
| ) |
|
|
slot |
◆ slotMailtoForward
void KMReaderWin::slotMailtoForward |
( |
| ) |
|
|
slot |
◆ slotMailtoOpenAddrBook
void KMReaderWin::slotMailtoOpenAddrBook |
( |
| ) |
|
|
slot |
◆ slotMailtoReply
void KMReaderWin::slotMailtoReply |
( |
| ) |
|
|
slot |
◆ slotMessageArrived
void KMReaderWin::slotMessageArrived |
( |
KMMessage * |
msg | ) |
|
|
slot |
◆ slotSaveAttachments
void KMReaderWin::slotSaveAttachments |
( |
| ) |
|
|
slot |
◆ slotSaveMsg
void KMReaderWin::slotSaveMsg |
( |
| ) |
|
|
slot |
◆ slotScrollDown
void KMReaderWin::slotScrollDown |
( |
| ) |
|
|
slot |
◆ slotScrollNext
void KMReaderWin::slotScrollNext |
( |
| ) |
|
|
slot |
◆ slotScrollPrior
void KMReaderWin::slotScrollPrior |
( |
| ) |
|
|
slot |
◆ slotScrollUp
void KMReaderWin::slotScrollUp |
( |
| ) |
|
|
slot |
◆ slotSmartAttachments
void KMReaderWin::slotSmartAttachments |
( |
| ) |
|
|
protectedslot |
◆ slotStandardHeaders
void KMReaderWin::slotStandardHeaders |
( |
| ) |
|
|
protectedslot |
◆ slotTextSelected
void KMReaderWin::slotTextSelected |
( |
bool |
| ) |
|
|
slot |
◆ slotToggleFixedFont
void KMReaderWin::slotToggleFixedFont |
( |
| ) |
|
|
slot |
The user toggled the "Fixed Font" flag from the view menu.
Definition at line 2144 of file kmreaderwin.cpp.
◆ slotToggleMimePartTree
void KMReaderWin::slotToggleMimePartTree |
( |
| ) |
|
|
slot |
◆ slotTouchMessage
void KMReaderWin::slotTouchMessage |
( |
| ) |
|
|
slot |
◆ slotUrlClicked
void KMReaderWin::slotUrlClicked |
( |
| ) |
|
|
slot |
◆ slotUrlCopy
void KMReaderWin::slotUrlCopy |
( |
| ) |
|
|
slot |
Copy URL in mUrlCurrent to clipboard.
Removes "mailto:" at beginning of URL before copying.
Definition at line 2626 of file kmreaderwin.cpp.
◆ slotUrlOn
void KMReaderWin::slotUrlOn |
( |
const TQString & |
url | ) |
|
|
slot |
◆ slotUrlOpen [1/2]
void KMReaderWin::slotUrlOpen |
( |
const KURL & |
url, |
|
|
const KParts::URLArgs & |
args |
|
) |
| |
|
slot |
◆ slotUrlOpen [2/2]
void KMReaderWin::slotUrlOpen |
( |
const KURL & |
url = KURL() | ) |
|
|
slot |
◆ slotUrlPopup
void KMReaderWin::slotUrlPopup |
( |
const TQString & |
aUrl, |
|
|
const TQPoint & |
mousePos |
|
) |
| |
|
slot |
The user presses the right mouse button on an URL.
Definition at line 2004 of file kmreaderwin.cpp.
◆ slotUrlSave
void KMReaderWin::slotUrlSave |
( |
| ) |
|
|
slot |
◆ startImChatAction()
TDEAction * KMReaderWin::startImChatAction |
( |
| ) |
|
|
inline |
◆ styleChange()
void KMReaderWin::styleChange |
( |
TQStyle & |
oldStyle | ) |
|
|
protected |
reimplemented in order to update the frame width in case of a changed GUI style
Definition at line 2094 of file kmreaderwin.cpp.
◆ tempFileUrlFromPartNode()
KURL KMReaderWin::tempFileUrlFromPartNode |
( |
const partNode * |
node | ) |
|
◆ toggleFixFontAction()
TDEToggleAction * KMReaderWin::toggleFixFontAction |
( |
| ) |
|
|
inline |
◆ toggleMimePartTreeAction()
TDEToggleAction * KMReaderWin::toggleMimePartTreeAction |
( |
| ) |
|
|
inline |
◆ update() [1/2]
void KMReaderWin::update |
( |
bool |
force = false | ) |
|
◆ update() [2/2]
◆ updateHeader
void KMReaderWin::updateHeader |
( |
| ) |
|
|
slot |
◆ updateReaderWin
void KMReaderWin::updateReaderWin |
( |
| ) |
|
|
slot |
◆ urlClicked
void KMReaderWin::urlClicked |
( |
const KURL & |
url, |
|
|
int |
button |
|
) |
| |
|
signal |
The user has clicked onto an URL that is no attachment.
◆ urlOpenAction()
TDEAction * KMReaderWin::urlOpenAction |
( |
| ) |
|
|
inline |
◆ urlSaveAsAction()
TDEAction * KMReaderWin::urlSaveAsAction |
( |
| ) |
|
|
inline |
◆ writeConfig()
void KMReaderWin::writeConfig |
( |
bool |
withSync = true | ) |
const |
Write settings to app's config file.
Calls sync() if withSync is TRUE.
Definition at line 982 of file kmreaderwin.cpp.
◆ writeMessagePartToTempFile()
TQString KMReaderWin::writeMessagePartToTempFile |
( |
KMMessagePart * |
msgPart, |
|
|
int |
partNumber |
|
) |
| |
|
protected |
Writes the given message part to a temporary file and returns the name of this file or TQString() if writing failed.
Definition at line 1761 of file kmreaderwin.cpp.
◆ writeMsgHeader()
TQString KMReaderWin::writeMsgHeader |
( |
KMMessage * |
aMsg, |
|
|
partNode * |
vCardNode = 0 , |
|
|
bool |
topLevel = false |
|
) |
| |
|
protected |
Creates a nice mail header depending on the current selected header style.
Definition at line 1745 of file kmreaderwin.cpp.
◆ KMail::KHtmlPartHtmlWriter
friend class KMail::KHtmlPartHtmlWriter |
|
friend |
◆ KMail::ObjectTreeParser
friend class KMail::ObjectTreeParser |
|
friend |
The documentation for this class was generated from the following files:
|