• 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.cpp
Go to the documentation of this file.
1 /*
2  editaccountwidget.cpp - 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 #include "editaccountwidget.h"
20 
21 class KopeteEditAccountWidgetPrivate
22 {
23 public:
24  Kopete::Account *account;
25 };
26 
27 KopeteEditAccountWidget::KopeteEditAccountWidget( Kopete::Account *account )
28 {
29  d = new KopeteEditAccountWidgetPrivate;
30  d->account = account;
31 }
32 
33 KopeteEditAccountWidget::~KopeteEditAccountWidget()
34 {
35  delete d;
36 }
37 
38 Kopete::Account * KopeteEditAccountWidget::account() const
39 {
40  return d->account;
41 }
42 
43 void KopeteEditAccountWidget::setAccount( Kopete::Account *account )
44 {
45  d->account = account;
46 }
47 
48 // vim: set noet ts=4 sts=4 sw=4:
49 
KopeteEditAccountWidget::~KopeteEditAccountWidget
virtual ~KopeteEditAccountWidget()
Destructor.
Definition: editaccountwidget.cpp:33
KopeteEditAccountWidget::setAccount
void setAccount(Kopete::Account *account)
Set the account.
Definition: editaccountwidget.cpp:43
editaccountwidget.h
KopeteEditAccountWidget::KopeteEditAccountWidget
KopeteEditAccountWidget(Kopete::Account *account)
Constructor.
Definition: editaccountwidget.cpp:27
KopeteEditAccountWidget::account
Kopete::Account * account() const
Get a pointer to the Kopete::Account passed to the constructor.
Definition: editaccountwidget.cpp:38
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