kopete/libkopete
Kopete::UI::ContactAction Class Reference
#include <kopetecontactaction.h>
Inheritance diagram for Kopete::UI::ContactAction:
Signals | |
void | triggered (Kopete::Contact *, bool checked) |
void | triggered (const QString &, bool checked) |
Public Member Functions | |
ContactAction (Kopete::Contact *contact, KActionCollection *parent) | |
Detailed Description
Definition at line 36 of file kopetecontactaction.h.
Constructor & Destructor Documentation
Kopete::UI::ContactAction::ContactAction | ( | Kopete::Contact * | contact, |
KActionCollection * | parent | ||
) |
Create a new KopeteContactAction.
The icon, text, and internal KAction name are taken from the Kopete::Contact object given to this constructor
- Parameters
-
contact the contact this action is for parent the collection this action belongs to. The action is automatically added to the collection.
Definition at line 32 of file kopetecontactaction.cpp.
Member Function Documentation
|
signal |
Emitted when the action is triggered.
Connect to this slot when you need to know which contact the action was triggered for
|
signal |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:52 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:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.