KDE PIM / Developers / API Docs / kmail

KMail::HtmlStatusBar Class Reference

The HTML statusbar widget for use with the reader. More...

#include <htmlstatusbar.h>

Inherits QLabel.

List of all members.

Public Types

Public Slots

Public Member Functions


Detailed Description

The HTML statusbar widget for use with the reader.

The HTML status bar is a small widget that acts as an indicator for the message content. It can be in one of two modes:

Normal
Default. No HTML.
Neutral
Temporary value. Used while the real mode is undetermined.
Html
HTML content is being shown. Since HTML mails can mimic all sorts of KMail markup in the reader, this provides out-of-band information about the presence of (rendered) HTML.

Author:
Ingo Kloecker <kloecker@kde.org>, Marc Mutz <mutz@kde.org>


Member Function Documentation

Mode KMail::HtmlStatusBar::mode  )  const [inline]
 

Returns:
current mode.

void KMail::HtmlStatusBar::setHtmlMode  )  [slot]
 

Switch to "html mode".

void KMail::HtmlStatusBar::setNormalMode  )  [slot]
 

Switch to "normal mode".

void KMail::HtmlStatusBar::setNeutralMode  )  [slot]
 

Switch to "neutral" mode (currently == normal mode).

void KMail::HtmlStatusBar::setMode Mode  m  )  [slot]
 

Switch to mode m.


The documentation for this class was generated from the following files: