kopete/kopete
accountidentitydialog.cpp
Go to the documentation of this file.
73 connect(manager, SIGNAL(identityRegistered(Kopete::Identity*)), this, SLOT(slotLoadIdentities()));
74 connect(manager, SIGNAL(identityUnregistered(const Kopete::Identity*)), this, SLOT(slotLoadIdentities()));
78 connect(acmanager, SIGNAL(accountOnlineStatusChanged(Kopete::Account*,Kopete::OnlineStatus,Kopete::OnlineStatus)),
214 bool AccountIdentityDialog::changeAccountIdentity( QWidget *parent, QList<Kopete::Account*> accountList,
AccountIdentityDialog(QWidget *parent=0)
Default constructor for the account identity dialog.
Definition: accountidentitydialog.cpp:51
void setAccount(Kopete::Account *account)
Sets the account this dialog will change the identity of.
Definition: accountidentitydialog.cpp:172
virtual Kopete::ChatSession * manager(Kopete::Contact::CanCreateFlags)
Definition: chatwindowconfig.cpp:94
void setAccounts(QList< Kopete::Account * > accountList)
Sets the accounts this dialog will change the identity of.
Definition: accountidentitydialog.cpp:179
void setHiddenIdentity(Kopete::Identity *ident)
Sets the identity to be hidden.
Definition: accountidentitydialog.cpp:190
void setMessage(const QString &text)
Sets the text message to be displayed in the dialog.
Definition: accountidentitydialog.cpp:185
~AccountIdentityDialog()
Definition: accountidentitydialog.cpp:167
static bool changeAccountIdentity(QWidget *parent, Kopete::Account *account, Kopete::Identity *hidden_ident=0, const QString &message=QString())
This is the easiest (and the recommended) way of changing the account identity.
Definition: accountidentitydialog.cpp:198
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
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.