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);
279 // map containing numeric presence and the originating application ID for each KABC uid we know of
This class provides an easy-to-use interface to any instant messengers or chat programs that you have...
Definition: kimproxy.h:69
void sigPresenceInfoExpired()
Indicates that the sources of presence information have changed so any previously supplied presence i...
bool updatePresence(const QString &uid, const QString &appId, int presence)
Update our records with the given data.
void sigContactPresenceChanged(const QString &uid)
Indicates that the specified UID's presence changed.
QString message
QMap< QString, int > AppPresence
FIXME: remove for KDE4, binary compatibility again.
Definition: kimproxy.h:41
QMap< QString, ContactPresenceListCurrent > PresenceStringMap
FIXME: remove presenceMap and call this presenceMap in KDE4.
Definition: kimproxy.h:47
const char * name(StandardAction id)
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Feb 3 2022 00:00:00 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Feb 3 2022 00:00:00 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.