• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdenetwork API Reference
  • KDE Home
  • Contact Us
 

kopete/libkopete

  • sources
  • kde-4.14
  • kdenetwork
  • kopete
  • libkopete
  • ui
editaccountwidget.h
Go to the documentation of this file.
1 /*
2  editaccountwidget.h - Kopete Account Widget
3 
4  Copyright (c) 2002-2003 by Martijn Klingens <klingens@kde.org>
5  Copyright (c) 2003 by Olivier Goffart <ogoffart@kde.org>
6 
7  Kopete (c) 2002-2003 by the Kopete developers <kopete-devel@kde.org>
8 
9  *************************************************************************
10  * *
11  * This library is free software; you can redistribute it and/or *
12  * modify it under the terms of the GNU Lesser General Public *
13  * License as published by the Free Software Foundation; either *
14  * version 2 of the License, or (at your option) any later version. *
15  * *
16  *************************************************************************
17 */
18 
19 #ifndef EDITACCOUNTWIDGET_H
20 #define EDITACCOUNTWIDGET_H
21 
22 #include "kopete_export.h"
23 
24 namespace Kopete
25 {
26 class Account;
27 }
28 
29 class KopeteEditAccountWidgetPrivate;
30 
55 class KOPETE_EXPORT KopeteEditAccountWidget
56 {
57 public:
64  explicit KopeteEditAccountWidget( Kopete::Account *account );
65 
69  virtual ~KopeteEditAccountWidget();
70 
75  virtual bool validateData() = 0;
76 
81  virtual Kopete::Account *apply() = 0;
82 
83 protected:
88  Kopete::Account * account() const;
89 
93  // FIXME: Is it possible to make the API not require this? A const account
94  // in this widget seems a lot cleaner to me - Martijn
95  void setAccount( Kopete::Account *account );
96 
97 private:
98  KopeteEditAccountWidgetPrivate *d;
99 };
100 
101 // vim: set noet ts=4 sts=4 sw=4:
102 
103 #endif
104 
KOPETE_EXPORT
#define KOPETE_EXPORT
Definition: kopete_export.h:27
kopete_export.h
KopeteEditAccountWidget
Definition: editaccountwidget.h:55
Kopete::Account
The Kopete::Account class handles one account.
Definition: kopeteaccount.h:72
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:19 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kopete/libkopete

Skip menu "kopete/libkopete"
  • 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