• 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
kopeteaccountstatusbaricon.h
Go to the documentation of this file.
1 /*
2  kopeteaccountstatusbaricon.h - Kopete Account StatusBar Dock Icon
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 KOPETEACCOUNTSTATUSBARICON_H
18 #define KOPETEACCOUNTSTATUSBARICON_H
19 
20 #include <QtGui/QLabel>
21 
22 namespace Kopete
23 {
24  class Account;
25 }
26 
27 class QMouseEvent;
28 class QMovie;
29 
33 class KopeteAccountStatusBarIcon : public QLabel
34 {
35  Q_OBJECT
36 
37 public:
41  KopeteAccountStatusBarIcon( Kopete::Account *account, QWidget *parent );
42  virtual ~KopeteAccountStatusBarIcon();
43 
44 protected:
45  virtual void mousePressEvent( QMouseEvent *me );
46  virtual bool event( QEvent *event );
47 
48 private slots:
49  void statusIconChanged();
50 
51 private:
52  Kopete::Account *mAccount;
53  QMovie* mMovie;
54 };
55 
56 #endif
KopeteAccountStatusBarIcon::~KopeteAccountStatusBarIcon
virtual ~KopeteAccountStatusBarIcon()
Definition: kopeteaccountstatusbaricon.cpp:45
QWidget
KopeteAccountStatusBarIcon::KopeteAccountStatusBarIcon
KopeteAccountStatusBarIcon(Kopete::Account *account, QWidget *parent)
Create a statusbar icon.
Definition: kopeteaccountstatusbaricon.cpp:32
KopeteAccountStatusBarIcon::event
virtual bool event(QEvent *event)
Definition: kopeteaccountstatusbaricon.cpp:92
KopeteAccountStatusBarIcon::mousePressEvent
virtual void mousePressEvent(QMouseEvent *me)
Definition: kopeteaccountstatusbaricon.cpp:54
QLabel
KopeteAccountStatusBarIcon
Definition: kopeteaccountstatusbaricon.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:40 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