• 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.14
  • 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 #include <QPair>
24 #include <QStringList>
25 
26 class KNotifyConfigWidget;
27 class QBoxLayout;
28 
29 
30 class CustomNotificationProps : public QObject
31 {
32  Q_OBJECT
33 public:
34  CustomNotificationProps( QWidget *parent, const QPair<QString,QString> &context, const char * name = 0 );
35  ~CustomNotificationProps() {}
36  void dumpData();
37  void resetEventWidgets();
38  void storeCurrentCustoms();
39  QWidget* widget();
40 
41 private:
42  KNotifyConfigWidget* m_notifyWidget;
43  const QPair<QString,QString> m_item;
44  QStringList m_eventList;
45  QString m_event;
46 };
47 
48 #endif
QWidget
CustomNotificationProps::storeCurrentCustoms
void storeCurrentCustoms()
Definition: customnotificationprops.cpp:55
CustomNotificationProps::widget
QWidget * widget()
Definition: customnotificationprops.cpp:61
QObject::name
const char * name() const
CustomNotificationProps::~CustomNotificationProps
~CustomNotificationProps()
Definition: customnotificationprops.h:35
QObject
CustomNotificationProps::CustomNotificationProps
CustomNotificationProps(QWidget *parent, const QPair< QString, QString > &context, const char *name=0)
Definition: customnotificationprops.cpp:37
QString
QStringList
QPair< QString, QString >
CustomNotificationProps::resetEventWidgets
void resetEventWidgets()
Definition: customnotificationprops.cpp:51
CustomNotificationProps
Definition: customnotificationprops.h:30
CustomNotificationProps::dumpData
void dumpData()
Definition: customnotificationprops.cpp:47
QObject::parent
QObject * parent() const
QBoxLayout
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:08 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