• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdenetwork API Reference
  • KDE Home
  • Contact Us
 

kopete/kopete

  • sources
  • kde-4.12
  • kdenetwork
  • kopete
  • kopete
  • contactlist
customnotificationprops.h
Go to the documentation of this file.
1 #include <QBoxLayout>
2 /*
3  customnotificationprops.h
4 
5  Kopete Contactlist Custom Notifications GUI for Groups and MetaContacts
6 
7  Copyright (c) 2004 Will Stephenson <wstephenson@kde.org>
8  Kopete (c) 2002-2003 by the Kopete developers <kopete-devel@kde.org>
9 
10  *************************************************************************
11  * *
12  * This program is free software; you can redistribute it and/or modify *
13  * it under the terms of the GNU General Public License as published by *
14  * the Free Software Foundation; either version 2 of the License, or *
15  * (at your option) any later version. *
16  * *
17  *************************************************************************
18 */
19 
20 #ifndef KOPETE_CUSTOM_NOTIFICATION_PROPS_H
21 #define KOPETE_CUSTOM_NOTIFICATION_PROPS_H
22 
23 class KNotifyConfigWidget;
24 class QBoxLayout;
25 
26 
27 class CustomNotificationProps : public QObject
28 {
29  Q_OBJECT
30 public:
31  CustomNotificationProps( QWidget *parent, const QPair<QString,QString> &context, const char * name = 0 );
32  ~CustomNotificationProps() {}
33  void dumpData();
34  void resetEventWidgets();
35  void storeCurrentCustoms();
36  QWidget* widget();
37 
38 private:
39  KNotifyConfigWidget* m_notifyWidget;
40  const QPair<QString,QString> m_item;
41  QStringList m_eventList;
42  QString m_event;
43 };
44 
45 #endif
CustomNotificationProps::storeCurrentCustoms
void storeCurrentCustoms()
Definition: customnotificationprops.cpp:55
QWidget
QObject
CustomNotificationProps::widget
QWidget * widget()
Definition: customnotificationprops.cpp:61
CustomNotificationProps::~CustomNotificationProps
~CustomNotificationProps()
Definition: customnotificationprops.h:32
CustomNotificationProps::CustomNotificationProps
CustomNotificationProps(QWidget *parent, const QPair< QString, QString > &context, const char *name=0)
Definition: customnotificationprops.cpp:37
CustomNotificationProps::resetEventWidgets
void resetEventWidgets()
Definition: customnotificationprops.cpp:51
CustomNotificationProps
Definition: customnotificationprops.h:27
CustomNotificationProps::dumpData
void dumpData()
Definition: customnotificationprops.cpp:47
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:40 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kopete/kopete

Skip menu "kopete/kopete"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal