Interfaces
kimproxy.h File Reference
#include <QtCore/QHash>
#include <QtCore/QMap>
#include <QtCore/QStringList>
#include <QtGui/QPixmap>
#include <kimproxy_export.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 |
This class provides an easy-to-use interface to any instant messengers or chat programs that you have installed that implement 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 "DBUS/InstantMessenger" |
Typedefs | |
typedef QMap< QString, int > | AppPresence |
typedef QHash< QString, AppPresence * > | PresenceMap |
typedef QMap< QString, ContactPresenceListCurrent > | PresenceStringMap |
Define Documentation
#define IM_CLIENT_PREFERENCES_ENTRY "imClient" |
Definition at line 37 of file kimproxy.h.
#define IM_CLIENT_PREFERENCES_FILE "default_components" |
Definition at line 35 of file kimproxy.h.
#define IM_CLIENT_PREFERENCES_SECTION "InstantMessenger" |
Definition at line 36 of file kimproxy.h.
#define IM_SERVICE_TYPE "DBUS/InstantMessenger" |
Definition at line 34 of file kimproxy.h.
Typedef Documentation
typedef QMap<QString, int> AppPresence |
typedef QHash<QString, AppPresence*> PresenceMap |
Definition at line 45 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 47 of file kimproxy.h.