• 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
  • config
  • status
statusconfig.h
Go to the documentation of this file.
1 /*
2  statusconfig.h - Kopete Status Config
3 
4  Copyright (c) 2008 by Roman Jarosz <kedgedev@centrum.cz>
5  Kopete (c) 2008 by the Kopete developers <kopete-devel@kde.org>
6 
7  *************************************************************************
8  * *
9  * This library is free software; you can redistribute it and/or *
10  * modify it under the terms of the GNU Lesser General Public *
11  * License as published by the Free Software Foundation; either *
12  * version 2 of the License, or (at your option) any later version. *
13  * *
14  *************************************************************************
15 */
16 #ifndef STATUSCONFIG_H
17 #define STATUSCONFIG_H
18 
19 #include <kcmodule.h>
20 
21 class QTabWidget;
22 
23 class StatusConfig_Manager;
24 class StatusConfig_General;
25 
29 class StatusConfig : public KCModule
30 {
31  Q_OBJECT
32 
33  public:
34  StatusConfig( QWidget *parent, const QVariantList &args );
35 
36  public slots:
37  virtual void save();
38  virtual void load();
39 
40  private:
41  QTabWidget* mStatusTabCtl;
42 
43  StatusConfig_Manager *mPrfsManager;
44  StatusConfig_General *mPrfsGeneral;
45 };
46 
47 #endif
QWidget
StatusConfig::StatusConfig
StatusConfig(QWidget *parent, const QVariantList &args)
Definition: statusconfig.cpp:30
QTabWidget
StatusConfig::load
virtual void load()
Definition: statusconfig.cpp:50
StatusConfig::save
virtual void save()
Definition: statusconfig.cpp:56
StatusConfig
Definition: statusconfig.h:29
StatusConfig_Manager
Definition: statusconfig_manager.h:22
StatusConfig_General
Definition: statusconfig_general.h:22
KCModule
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