• 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
  • config
  • behavior
behaviorconfig.h
Go to the documentation of this file.
1 /*
2  behaviorconfig.h - Kopete Look Feel Config
3 
4  Kopete (c) 2002-2005 by the Kopete developers <kopete-devel@kde.org>
5 
6  *************************************************************************
7  * *
8  * This program is free software; you can redistribute it and/or modify *
9  * it under the terms of the GNU General Public License as published by *
10  * the Free Software Foundation; either version 2 of the License, or *
11  * (at your option) any later version. *
12  * *
13  *************************************************************************
14 */
15 
16 #ifndef BEHAVIORCONFIG_H
17 #define BEHAVIORCONFIG_H
18 
19 #include <kcmodule.h>
20 
21 class QTabWidget;
22 
23 class BehaviorConfig_General;
24 class BehaviorConfig_Events;
25 class BehaviorConfig_Chat;
26 class BehaviorConfig_Away;
27 class KPluginInfo;
28 
29 class BehaviorConfig : public KCModule
30 {
31  Q_OBJECT
32 
33  public:
34  BehaviorConfig(QWidget *parent, const QVariantList &args) ;
35 
36  virtual void save();
37  virtual void load();
38 
39  private slots:
40  void slotSettingsChanged(bool);
41  void slotValueChanged(int);
42  void slotTextChanged();
43 
44  private:
45  QTabWidget* mBehaviorTabCtl;
46 
47  BehaviorConfig_General *mPrfsGeneral;
48  BehaviorConfig_Events *mPrfsEvents;
49  BehaviorConfig_Chat *mPrfsChat;
50  BehaviorConfig_Away *mPrfsAway;
51 
52  QList<KPluginInfo> viewPlugins;
53 };
54 #endif
55 // vim: set noet ts=4 sts=4 sw=4:
BehaviorConfig_Away
Definition: behaviorconfig_away.h:23
BehaviorConfig_Events
Definition: behaviorconfig_events.h:23
BehaviorConfig_General
Definition: behaviorconfig_general.h:23
QWidget
BehaviorConfig::BehaviorConfig
BehaviorConfig(QWidget *parent, const QVariantList &args)
BehaviorConfig::save
virtual void save()
Definition: behaviorconfig.cpp:94
BehaviorConfig_Chat
Definition: behaviorconfig_chat.h:25
BehaviorConfig::load
virtual void load()
Definition: behaviorconfig.cpp:115
BehaviorConfig
Definition: behaviorconfig.h:29
KCModule
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