kopete/libkopete
#include <kopetestdaction.h>
Static Public Member Functions | |
static KAction * | addGroup (const QObject *recvr, const char *slot, QObject *parent) |
static KAction * | blockContact (const QObject *recvr, const char *slot, QObject *parent) |
static KAction * | changeAlias (const QObject *recvr, const char *slot, QObject *parent) |
static KAction * | changeMetaContact (const QObject *recvr, const char *slot, QObject *parent) |
static KAction * | chat (const QObject *recvr, const char *slot, QObject *parent) |
static KAction * | contactInfo (const QObject *recvr, const char *slot, QObject *parent) |
static KAction * | deleteContact (const QObject *recvr, const char *slot, QObject *parent) |
static KAction * | preferences (KActionCollection *parent, const char *name=0) |
static KAction * | sendFile (const QObject *recvr, const char *slot, QObject *parent) |
static KAction * | sendMessage (const QObject *recvr, const char *slot, QObject *parent) |
static KAction * | toggleAlwaysVisible (const QObject *recvr, const char *slot, QObject *parent) |
static KAction * | unblockContact (const QObject *recvr, const char *slot, QObject *parent) |
static KAction * | viewHistory (const QObject *recvr, const char *slot, QObject *parent) |
Detailed Description
Definition at line 33 of file kopetestdaction.h.
Member Function Documentation
|
static |
Standard action to add a group.
Definition at line 106 of file kopetestdaction.cpp.
|
static |
Standard action to block a contact.
Definition at line 134 of file kopetestdaction.cpp.
|
static |
Standard action to change a contact alias/nickname in your contact list.
Definition at line 129 of file kopetestdaction.cpp.
|
static |
Standard action to change a contacts Kopete::MetaContact.
Definition at line 116 of file kopetestdaction.cpp.
|
static |
Standard action to start a chat.
Definition at line 81 of file kopetestdaction.cpp.
|
static |
Standard action to open a user info dialog.
Definition at line 91 of file kopetestdaction.cpp.
|
static |
Standard action to delete a contact.
Definition at line 121 of file kopetestdaction.cpp.
|
static |
Return an action to change the Kopete preferences.
The object has no signal/slot, the prefs are automatically shown
Definition at line 66 of file kopetestdaction.cpp.
|
static |
Standard action to initiate sending a file to a contact.
Definition at line 96 of file kopetestdaction.cpp.
|
static |
Standard action to send a single message.
Definition at line 86 of file kopetestdaction.cpp.
|
static |
Standard action to toggle is the contact is visible even when offline.
Definition at line 111 of file kopetestdaction.cpp.
|
static |
Standard action to unblock a contact.
Definition at line 139 of file kopetestdaction.cpp.
|
static |
Standard action to open a history dialog or something similar.
Definition at line 101 of file kopetestdaction.cpp.
The documentation for this class was generated from the following files:
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.