• 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
  • status
statusconfig_manager.h
Go to the documentation of this file.
1 /*
2  statusconfig_manager.h
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 program is free software; you can redistribute it and/or modify *
10  * it under the terms of the GNU General Public License as published by *
11  * the Free Software Foundation; either version 2 of the License, or *
12  * (at your option) any later version. *
13  * *
14  *************************************************************************
15 */
16 
17 #ifndef STATUSCONFIG_MANAGER_H
18 #define STATUSCONFIG_MANAGER_H
19 
20 #include "ui_statusconfig_manager.h"
21 
22 class StatusConfig_Manager : public QWidget, private Ui::StatusConfig_Manager
23 {
24  Q_OBJECT
25 
26 public:
27  StatusConfig_Manager( QWidget *parent = 0 );
28  ~StatusConfig_Manager();
29 
30 public slots:
31  void load();
32  void save();
33 
34  void addStatus();
35  void addGroup();
36  void removeStatus();
37 
38 signals:
39  void changed();
40 
41 private slots:
42  void currentRowChanged( const QModelIndex &current, const QModelIndex &previous );
43 
44  void editTitleEdited( const QString &text );
45  void editMessageChanged();
46  void editTypeChanged( int index );
47 
48 private:
49  class Private;
50  Private * const d;
51 };
52 
53 #endif // STATUSCONFIG_MANAGER_H
StatusConfig_Manager::~StatusConfig_Manager
~StatusConfig_Manager()
Definition: statusconfig_manager.cpp:86
QWidget
StatusConfig_Manager::removeStatus
void removeStatus()
Definition: statusconfig_manager.cpp:137
StatusConfig_Manager::changed
void changed()
StatusConfig_Manager::save
void save()
Definition: statusconfig_manager.cpp:97
StatusConfig_Manager::StatusConfig_Manager
StatusConfig_Manager(QWidget *parent=0)
Definition: statusconfig_manager.cpp:34
StatusConfig_Manager::load
void load()
Definition: statusconfig_manager.cpp:93
StatusConfig_Manager::addGroup
void addGroup()
Definition: statusconfig_manager.cpp:119
StatusConfig_Manager
Definition: statusconfig_manager.h:22
StatusConfig_Manager::addStatus
void addStatus()
Definition: statusconfig_manager.cpp:104
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:41 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