interfaces
kimproxy.h File Reference
#include <qdict.h>
#include <qmap.h>
#include <qptrdict.h>
#include <qstringlist.h>
#include "kimproxyiface.h"
Include dependency graph for kimproxy.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KIMProxy |
Provides access to instant messenger programs which implement KDE's instant messanger interface KIMIface. More... | |
Defines | |
#define | IM_CLIENT_PREFERENCES_ENTRY "imClient" |
#define | IM_CLIENT_PREFERENCES_FILE "default_components" |
#define | IM_CLIENT_PREFERENCES_SECTION "InstantMessenger" |
#define | IM_SERVICE_TYPE "DCOP/InstantMessenger" |
Typedefs | |
typedef QMap< QCString, int > | AppPresence |
typedef QDict< AppPresence > | PresenceMap |
typedef QMap< QString, ContactPresenceListCurrent > | PresenceStringMap |
Define Documentation
#define IM_CLIENT_PREFERENCES_ENTRY "imClient" |
Definition at line 36 of file kimproxy.h.
#define IM_CLIENT_PREFERENCES_FILE "default_components" |
Definition at line 34 of file kimproxy.h.
#define IM_CLIENT_PREFERENCES_SECTION "InstantMessenger" |
Definition at line 35 of file kimproxy.h.
#define IM_SERVICE_TYPE "DCOP/InstantMessenger" |
Definition at line 33 of file kimproxy.h.
Typedef Documentation
typedef QMap<QCString, int> AppPresence |
typedef QDict<AppPresence> PresenceMap |
Definition at line 47 of file kimproxy.h.
typedef QMap<QString, ContactPresenceListCurrent> PresenceStringMap |
FIXME: remove presenceMap and call this presenceMap in KDE4.
This hack is for binary compatibility
Definition at line 49 of file kimproxy.h.