32#ifndef _KMAIL_HTMLSTATUSBAR_H_
33#define _KMAIL_HTMLSTATUSBAR_H_
65 HtmlStatusBar( TQWidget * parent=0, const char * name=0, WFlags f=0 );
75 Mode mode() const { return mMode ; }
76 bool isHtml() const { return mode() == Html ; }
77 bool isNormal() const { return mode() == Normal ; }
78 bool isNeutral() const { return mode() == Neutral ; }
92 TQString message() const;
93 TQColor bgColor() const;
94 TQColor fgColor() const;
The HTML statusbar widget for use with the reader.
void setNeutralMode() Switch to "neutral" mode (currently == normal mode).
void setHtmlMode() Switch to "html mode".
void setNormalMode() Switch to "normal mode".
void setMode(Mode m) Switch to mode m.
|