Interfaces
kimproxy.h
Go to the documentation of this file.
44 typedef QMap<QString, int> AppPresence; // appId->presence; contains all applications' ideas of a user's presence
45 typedef QHash<QString, AppPresence*> PresenceMap; // uid->AppPresence; contains a AppPresences for all users
203 void sendFile(const QString &uid, const QString &sourceURL, const QString &altFileName = QString(), uint fileSize = 0);
QMap< QString, int > AppPresence
FIXME: remove for KDE4, binary compatibility again.
Definition: kimproxy.h:41
void sigPresenceInfoExpired()
Indicates that the sources of presence information have changed so any previously supplied presence i...
QMap< QString, ContactPresenceListCurrent > PresenceStringMap
FIXME: remove presenceMap and call this presenceMap in KDE4.
Definition: kimproxy.h:47
This class provides an easy-to-use interface to any instant messengers or chat programs that you have...
Definition: kimproxy.h:69
bool updatePresence(const QString &uid, const QString &appId, int presence)
Update our records with the given data.
const char * name(StandardAction id)
QString message
void sigContactPresenceChanged(const QString &uid)
Indicates that the specified UID's presence changed.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Thu Aug 27 2020 00:00:00 by doxygen 1.8.20 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.