KMail::HtmlStatusBar Class Reference
The HTML statusbar widget for use with the reader. More...
#include <htmlstatusbar.h>
Inherits QLabel.
Public Types
- enum Mode { Normal, Html, Neutral }
Public Slots
- void setHtmlMode ()
- void setNormalMode ()
- void setNeutralMode ()
- void setMode (Mode m)
Public Member Functions
- HtmlStatusBar (QWidget *parent=0, const char *name=0, WFlags f=0)
- Mode mode () const
- bool isHtml () const
- bool isNormal () const
- bool isNeutral () const
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
|
|
|
Switch to "html mode".
|
|
Switch to "normal mode".
|
|
Switch to "neutral" mode (currently == normal mode).
|
|
Switch to mode
|
The documentation for this class was generated from the following files:
- htmlstatusbar.h
- htmlstatusbar.cpp