kopete/libkopete
Go to the documentation of this file.
17 #ifndef KOPETESTATUSMESSAGE_H
18 #define KOPETESTATUSMESSAGE_H
20 #include <QtCore/QVariant>
22 #include <ksharedptr.h>
67 StatusMessage(
const QString &statusTitle,
const QString &statusMessage);
94 void addMetaData(
const QString &key,
const QVariant &value);
100 void addMetaData(
const QHash<QString,QVariant> &otherHash);
107 bool hasMetaData(
const QString &key)
const;
113 QVariant metaData(
const QString &key)
const;
119 void setMessage(
const QString &message);
124 QString message()
const;
130 void setTitle(
const QString &title);
136 QString title()
const;
140 KSharedPtr<Private> d;
This class encapsulate a status message.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.