Interfaces
kimproxy.h
Go to the documentation of this file.
44typedef QMap<QString, int> AppPresence; // appId->presence; contains all applications' ideas of a user's presence
45typedef 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.
QMap< QString, int > AppPresence
FIXME: remove for KDE4, binary compatibility again.
Definition: kimproxy.h:44
QMap< QString, ContactPresenceListCurrent > PresenceStringMap
FIXME: remove presenceMap and call this presenceMap in KDE4.
Definition: kimproxy.h:47
void message(KMessage::MessageType messageType, const QString &text, const QString &caption=QString())
const char * name(StandardAction id)
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.