• 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
avatardialog.h
Go to the documentation of this file.
1 /*
2  avatardialog.h - Dialog to manage and select user avatar
3 
4  Copyright (c) 2007 by Gustavo Pichorim Boiko <gustavo.boiko@kdemail.net>
5  Copyright (c) 2007 by MichaĆ«l Larouche <larouche@kde.org>
6 
7  Kopete (c) 2002-2007 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 #ifndef KOPETE_AVATARDIALOG_H
19 #define KOPETE_AVATARDIALOG_H
20 
21 // KDE includes
22 #include <kdialog.h>
23 
24 // Kopete includes
25 #include <kopete_export.h>
26 
27 namespace Kopete
28 {
29 
30 namespace UI
31 {
32 
58 class KOPETE_EXPORT AvatarDialog : public KDialog
59 {
60  Q_OBJECT
61 public:
66  AvatarDialog(QWidget *parent = 0);
70  virtual ~AvatarDialog();
71 
80  QString selectedAvatarPath() const;
81 
91  static QString getAvatar(QWidget *parent = 0, const QString &currentAvatar = QString(), bool * ok = 0 );
92 
93 Q_SIGNALS:
98  void result();
99 
100 protected Q_SLOTS:
105  virtual void slotButtonClicked(int button);
106 
107 private:
108  class Private;
109  Private * const d;
110 };
111 
112 } // namespace UI
113 
114 } // namespace Kopete
115 
116 #endif
KOPETE_EXPORT
#define KOPETE_EXPORT
Definition: kopete_export.h:27
QWidget
KDialog
Kopete::UI::AvatarDialog
Dialog to manage and select user avatar.
Definition: avatardialog.h:58
kopete_export.h
QString
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