kopete/libkopete
Kopete::ActiveNotification Class Reference
#include <kopeteactivenotification.h>
Inheritance diagram for Kopete::ActiveNotification:
Public Member Functions | |
ActiveNotification (KNotification *notification, const QString &id_, ActiveNotifications ¬ifications_, const QString &title_, const QString &body_) | |
~ActiveNotification () | |
void | incrementMessages () |
void | showNotification () |
Detailed Description
Definition at line 30 of file kopeteactivenotification.h.
Constructor & Destructor Documentation
Kopete::ActiveNotification::ActiveNotification | ( | KNotification * | notification, |
const QString & | id_, | ||
ActiveNotifications & | notifications_, | ||
const QString & | title_, | ||
const QString & | body_ | ||
) |
Construct an active notification and add to the specified hash.
notification becomes the parent object
Definition at line 23 of file kopeteactivenotification.cpp.
Kopete::ActiveNotification::~ActiveNotification | ( | ) |
Remove active notification from queue.
Definition at line 39 of file kopeteactivenotification.cpp.
Member Function Documentation
void Kopete::ActiveNotification::incrementMessages | ( | ) |
received another message from a sender with a notification
Definition at line 53 of file kopeteactivenotification.cpp.
void Kopete::ActiveNotification::showNotification | ( | ) |
Show this notification.
Definition at line 46 of file kopeteactivenotification.cpp.
The documentation for this class was generated from the following files:
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
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.