kopete/libkopete
kopeteaddedinfoevent.cpp
Go to the documentation of this file.
88 UI::ContactAddedNotifyDialog::HideWidgetOptions hideFlags = UI::ContactAddedNotifyDialog::DefaultHide;
94 d->addDialog = new UI::ContactAddedNotifyDialog( d->contactId, d->contactNickname, d->account, hideFlags );
You should add contact to Kopete contact list with addContact() this is only emitted if activate(uint...
Definition: kopeteaddedinfoevent.h:84
You should authorize the contact.
Definition: kopeteaddedinfoevent.h:79
Internal default.
Definition: contactaddednotifydialog.h:78
QString contactId() const
Return the contactId of a contact which has added you.
Definition: kopeteaddedinfoevent.cpp:58
virtual void activate(uint actionId)
Activate the action specified action.
Definition: kopeteaddedinfoevent.cpp:78
Dialog which is shown when a contact added you in the contact list.
Definition: contactaddednotifydialog.h:69
void addAction(uint actionId, const QString &actionText)
Set the list of actions link.
Definition: kopeteinfoevent.cpp:94
You should block this and future requests.
Definition: kopeteaddedinfoevent.h:80
Add action was activated.
Definition: kopeteaddedinfoevent.h:78
the checkbox which ask for authorize the contact
Definition: contactaddednotifydialog.h:80
virtual void activate(uint actionId)
Activate the action specified action.
Definition: kopeteinfoevent.cpp:110
AddedInfoEvent(const QString &contactId, Kopete::Account *account)
Constructor.
Definition: kopeteaddedinfoevent.cpp:40
void setContactNickname(const QString &nickname)
Set contact nickname.
Definition: kopeteaddedinfoevent.cpp:73
You should show info about contact.
Definition: kopeteaddedinfoevent.h:82
Kopete::Account * account() const
Return the account that has generated this event.
Definition: kopeteaddedinfoevent.cpp:63
the button which ask for more info about the contact
Definition: contactaddednotifydialog.h:79
Definition: kopetemetacontact.h:54
void showActions(ShowActionOptions actions)
Set which actions should be shown.
Definition: kopeteaddedinfoevent.cpp:68
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.