kopete/libkopete
kopeteidentitymanager.cpp
Go to the documentation of this file.
69 void IdentityManager::setOnlineStatus( uint category , const Kopete::StatusMessage &statusMessage, uint flags )
100 connect(identity, SIGNAL(identityDestroyed(const Kopete::Identity*)) , this, SLOT(unregisterIdentity(const Kopete::Identity*)));
145 ident = new Identity(i18nc("Label for the default identity, used by users to group their instant messaging accounts", "Default Identity"));
219 QStringList identityGroups = config->groupList().filter( QRegExp( QString::fromLatin1( "^Identity_" ) ) );
bool excludeConnect() const
This identity should be connected when connect all is called?
Definition: kopeteidentity.cpp:107
QString label() const
The label is used to identify the identity in the UI.
Definition: kopeteidentity.cpp:96
Identity * defaultIdentity()
Returs the default identity to be used.
Definition: kopeteidentitymanager.cpp:130
Identity * registerIdentity(Identity *identity)
Register the identity.
Definition: kopeteidentitymanager.cpp:79
void setOnlineStatus(uint category, const Kopete::StatusMessage &statusMessage=Kopete::StatusMessage(), uint flags=0)
Set all identities a status in the specified category.
Definition: kopeteidentitymanager.cpp:69
KConfigGroup * configGroup() const
Returns the KConfigGroup that should be used to read/write settings of this identity.
Definition: kopeteidentity.cpp:229
void setDefaultIdentity(Identity *ident)
Sets a new default identity.
Definition: kopeteidentitymanager.cpp:162
void defaultIdentityChanged(Kopete::Identity *identity)
Signals when the default identity has changed.
void removeIdentity(Identity *identity)
Delete the identity and clean the config data.
Definition: kopeteidentitymanager.cpp:179
const Identity::List & identities() const
Retrieve the list of identities.
Definition: kopeteidentitymanager.cpp:115
IdentityManager manages all defined identities in Kopete.
Definition: kopeteidentitymanager.h:39
void identityUnregistered(const Kopete::Identity *identity)
Signals when an identity has been unregistered.
void identityOnlineStatusChanged(Kopete::Identity *identity)
QString id() const
The id is a unique internal handle and should not be exposed in the UI.
Definition: kopeteidentity.cpp:91
static IdentityManager * self()
Retrieve the instance of IdentityManager.
Definition: kopeteidentitymanager.cpp:46
void identityRegistered(Kopete::Identity *identity)
Signals when an identity is ready for use.
Identity * findIdentity(const QString &identityId)
Return the identity asked.
Definition: kopeteidentitymanager.cpp:120
Definition: kopeteidentity.h:41
void setOnlineStatus(uint category, const Kopete::StatusMessage &statusMessage)
Sets the online status for this identity Sets the online status for each account in this identity...
Definition: kopeteidentity.cpp:113
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 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:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.