kopete/libkopete
Go to the documentation of this file.
16 #ifndef KOPETEINFOEVENT_H
17 #define KOPETEINFOEVENT_H
19 #include <QtCore/QMap>
20 #include <QtCore/QObject>
21 #include <QtCore/QString>
50 QString title()
const;
56 void setTitle(
const QString& title );
73 void setText(
const QString& text );
78 QString additionalText()
const;
87 void setAdditionalText(
const QString& text );
92 QMap<uint, QString> actions()
const;
98 void addAction( uint actionId,
const QString& actionText );
103 bool showOnSend()
const;
109 void setShowOnSend(
bool showOnSend );
114 bool isClosed()
const;
120 virtual void sendEvent();
125 virtual void activate( uint actionId );
145 void actionActivated( uint actionId );
Base class for all Info Events.
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.