• 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
  • appearance
contactlistlayouteditwidget.h
Go to the documentation of this file.
1 /***************************************************************************
2  * Copyright (c) 2009 Nikolaj Hald Nielsen <nhnFreespirit@gmail.com> *
3  * Copyright (c) 2009 Roman Jarosz <kedgedev@gmail.com> *
4  * *
5  * This program is free software; you can redistribute it and/or modify *
6  * it under the terms of the GNU General Public License as published by *
7  * the Free Software Foundation; either version 2 of the License, or *
8  * (at your option) any later version. *
9  * *
10  * This program is distributed in the hope that it will be useful, *
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13  * GNU General Public License for more details. *
14  * *
15  * You should have received a copy of the GNU General Public License *
16  * along with this program; if not, write to the *
17  * Free Software Foundation, Inc., *
18  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
19  ***************************************************************************/
20 
21 #ifndef CONTACTLISTLAYOUTEDITWIDGET_H
22 #define CONTACTLISTLAYOUTEDITWIDGET_H
23 
24 #include "contactlistlayoutitemconfig.h"
25 
26 #include <KVBox>
27 
28 class KHBox;
29 class QCheckBox;
30 class QSpinBox;
31 class TokenDropTarget;
32 class ContactListTokenFactory;
33 
39 namespace ContactList {
40 
41 class LayoutEditWidget : public KVBox
42 {
43  Q_OBJECT
44 
45 public:
46  LayoutEditWidget( QWidget *parent );
47  ~LayoutEditWidget();
48 
49  void readLayout( ContactList::LayoutItemConfig config );
50  ContactList::LayoutItemConfig config();
51 
52 signals:
53  void focussed( QWidget* );
54  void changed();
55 
56 private:
57  QCheckBox *m_showIconCheckBox;
58  TokenDropTarget *m_tokenDropTarget;
59  ContactListTokenFactory *m_tokenFactory;
60 };
61 
62 }
63 
64 #endif
QWidget
KVBox
ContactList::LayoutEditWidget::config
ContactList::LayoutItemConfig config()
Definition: contactlistlayouteditwidget.cpp:89
ContactList::LayoutEditWidget::LayoutEditWidget
LayoutEditWidget(QWidget *parent)
Definition: contactlistlayouteditwidget.cpp:35
ContactList::LayoutEditWidget::focussed
void focussed(QWidget *)
TokenDropTarget
Definition: TokenDropTarget.h:32
ContactList::LayoutEditWidget
Definition: contactlistlayouteditwidget.h:41
ContactList::LayoutItemConfig
This class wraps the data needed to paint a LayoutItemDelegate.
Definition: contactlistlayoutitemconfig.h:73
QCheckBox
QSpinBox
contactlistlayoutitemconfig.h
ContactList::LayoutEditWidget::~LayoutEditWidget
~LayoutEditWidget()
Definition: contactlistlayouteditwidget.cpp:49
ContactListTokenFactory
Definition: contactlisttoken.h:23
ContactList::LayoutEditWidget::changed
void changed()
ContactList::LayoutEditWidget::readLayout
void readLayout(ContactList::LayoutItemConfig config)
Definition: contactlistlayouteditwidget.cpp:54
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