kopete/libkopete
kopeteaccount.h
Go to the documentation of this file.
77 Q_PROPERTY( QString accountId READ accountId )
79 Q_PROPERTY( QColor color READ color WRITE setColor )
80 Q_PROPERTY( QPixmap accountIcon READ accountIcon )
84 Q_PROPERTY( uint priority READ priority WRITE setPriority )
96 OtherClient = -4,
97 BadPassword = -3,
98 BadUserName = -2,
99 InvalidHost = -1,
100 Manual = 0,
101 ConnectionReset = 1,
102 Unknown = 99
110 ChangeKABC = 0,
111 DontChangeKABC = 1,
112 Temporary = 2
121 KeepSpecialFlags = 0x01
336 MetaContact* addContact( const QString &contactId, const QString &displayName = QString(), Group *group = 0, AddMode mode = DontChangeKABC );
351 bool addContact( const QString &contactId, MetaContact *parent, AddMode mode = DontChangeKABC );
621 void slotOnlineStatusChanged( Kopete::Contact *contact, const Kopete::OnlineStatus &newStatus, const Kopete::OnlineStatus &oldStatus );
626 void slotContactPropertyChanged( Kopete::PropertyContainer *, const QString &, const QVariant &, const QVariant & );
Definition: kopeteonlinestatus.h:68
OnlineStatusOption
Describes what should be done when we set new OnlineStatus.
Definition: kopeteaccount.h:119
AddMode
Describes what should be done when the contact is added to a metacontact.
Definition: kopeteaccount.h:109
Definition: kopetecontact.h:58
Definition: networkstatuscommon.h:11
Manages the list of blacklisted contacts for an account.
Definition: kopeteblacklister.h:45
Definition: kopetemetacontact.h:54
Definition: kopeteidentity.h:41
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.