16 #include <kdelibs_export.h>
49 KWindowInfo( TQWidget *parent,
const char *name=0 );
71 static void showMessage( TQWidget *window,
const TQString &text,
int timeout = -1 );
77 static void showMessage( TQWidget *window,
const TQString &text,
78 const TQPixmap &pix,
int timeout = -1 );
84 void message(
const TQString &text );
89 void message(
const TQString &text,
const TQPixmap &pix );
94 void message(
const TQString &text,
int timeout );
103 void message(
const TQString &text,
const TQPixmap &pix,
int timeout );
108 void permanent(
const TQString &text );
113 void permanent(
const TQString &text,
const TQPixmap &pix );
119 virtual void display(
const TQString &text,
const TQPixmap &pix );
131 virtual void restore();
136 TQPixmap oldMiniIcon;
Displays messages in the window icon and title.
bool autoDelete() const
Returns true iff the object should delete itself when it resets.
void setAutoDelete(bool enable)
Set to true if you want the object to delete itself when the message timeout occurs.