• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

Plasma

notificationsengine.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (C) 2008 Dmitry Suzdalev <dimsuz@gmail.com>
00003  *
00004  * This program is free software you can redistribute it and/or
00005  * modify it under the terms of the GNU Library General Public
00006  * License as published by the Free Software Foundation; either
00007  * version 2 of the License, or (at your option) any later version.
00008  *
00009  * This program is distributed in the hope that it will be useful,
00010  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00011  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012  * Library General Public License for more details.
00013  *
00014  * You should have received a copy of the GNU Library General Public License
00015  * along with this library; see the file COPYING.LIB.  If not, write to
00016  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00017  * Boston, MA 02110-1301, USA.
00018 */
00019 
00020 
00021 #ifndef NOTIFICATIONSENGINE_H
00022 #define NOTIFICATIONSENGINE_H
00023 
00024 #include <Plasma/DataEngine>
00025 
00026 class QSignalMapper;
00027 class QTimer;
00028 
00033 class NotificationsEngine : public Plasma::DataEngine
00034 {
00035     Q_OBJECT
00036 
00037 public:
00038     NotificationsEngine( QObject* parent, const QVariantList& args );
00039     ~NotificationsEngine();
00040 
00041     virtual void init();
00042 
00047     uint Notify(const QString &app_name, uint replaces_id, const QString &event_id, const QString &app_icon, const QString &summary, const QString &body, const QStringList &actions, const QVariantMap &hints, int timeout);
00048 
00049     void CloseNotification( uint id );
00050 
00051     Plasma::Service* serviceForSource(const QString& source);
00052 
00053 signals:
00054     void NotificationClosed( uint id, uint reason );
00055     void ActionInvoked( uint id, const QString& actionKey );
00056 
00057 private:
00062     uint m_nextId;
00063 
00064     friend class NotificationAction;
00065 };
00066 
00067 #endif

Plasma

Skip menu "Plasma"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

API Reference

Skip menu "API Reference"
  • KWin
  •   KWin Libraries
  • Libraries
  •   libkworkspace
  •   libsolidcontrol
  •   libtaskmanager
  • Plasma
  •   Animators
  •   Applets
  •   Engines
  • Solid Modules
Generated for API Reference by doxygen 1.5.7
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal