kopete/libkopete
Deprecated List
- Member Kopete::ChatSession::setCanBeDeleted (bool canBeDeleted)
- use ref and deref
- Member Kopete::Contact::customContextMenuActions (ChatSession *manager)
- Member Kopete::Contact::deleteContact ()
- Use DeleteContactTask instead. Method to delete a contact from the contact list, should be implemented by protocol plugin to handle protocol-specific actions required to delete a contact (ie. messages to the server, etc) the default implementation simply call deleteLater()
- Member Kopete::Contact::popupMenu (ChatSession *manager)
- Member Kopete::MessageEvent::apply ()
- Use accept() instead to continue the processing of this event once the caller has moved to using MessageHandlers
- Member Kopete::MessageEvent::ignore ()
- Use discard() instead to destroy this event once the caller has moved to using MessageHandlers
- Member Kopete::MetaContact::photo () const
- Use picture().image() instead.
- Member Kopete::MimeTypeHandler::handleURL (const KUrl &url) const
- Member Kopete::OnlineStatus::iconFor (const Account *account, int size) const
- Use the varient which return a QIcon
- Member Kopete::OnlineStatus::iconFor (const Contact *contact, int size) const
- Use the one that return a QIcon
- Parameters
-
contact is the contact the icon should apply to. size is the size we the icon should be scaled to
- Member Kopete::Transfer::transferCanceled ()
- Use result() and check error() for ERR_USER_CANCELED
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.