kopete/kopete
Go to the documentation of this file.
19 #ifndef IDENTITYSTATUSWIDGET_H
20 #define IDENTITYSTATUSWIDGET_H
23 #include <QListWidgetItem>
24 #include <kopete_export.h>
31 class PropertyContainer;
53 Kopete::Identity *identity()
const;
54 void setIdentity(Kopete::Identity *identity);
56 virtual void setVisible(
bool visible);
59 bool eventFilter(
QObject *watched, QEvent *event );
68 void slotAnimate(qreal amount);
70 void showAccountContextMenu(
const QPoint & );
73 void slotPhotoClicked();
74 void slotAccountRegistered( Kopete::Account *account );
75 void slotAccountUnregistered(
const Kopete::Account *account );
76 void slotAccountStatusIconChanged( Kopete::Contact *contact );
80 void slotIdentityUnregistered(
const Kopete::Identity* identity );
85 void slotIdentityPropertyChanged(Kopete::PropertyContainer *container );
86 void slotIdentityChanged(Kopete::Identity *identity);
89 void addAccountItem( Kopete::Account *account );
90 void resizeAccountListWidget();
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.