kopete/libkopete
Namespaces | |
AV | |
Global | |
Properties | |
Status | |
UI | |
Utils | |
Typedefs | |
typedef QHash< QString, ActiveNotification * > | ActiveNotifications |
typedef QMultiHash< QString, Command * > | CommandList |
typedef QList< Contact * > | ContactPtrList |
typedef QList< Group * > | GroupList |
typedef QList< Message > | MessageList |
typedef QList< Plugin * > | PluginList |
Functions | |
static const QString | AvatarConfig ("avatarconfig.rc") |
static void | blendOnLower (const QImage &upper_, QImage &lower, const QPoint &offset) |
static int | compareAccountsByPriority (Account *a, Account *b) |
static const QString | ContactDir ("Contacts") |
static QRect | getBoundingBox (const QImage &image) |
static QPoint | getOffsetForCorner (const QImage &upperImage, const QImage &lowerImage, const int i) |
static QString | makeRegExp (const char *pattern) |
QString | nameFromContact (Kopete::Contact *c) |
QString | nameFromKABC (const QString &id) |
QImage | photoFromContact (Kopete::Contact *contact) |
QImage | photoFromKABC (const QString &id) |
static QString | unionContents (const QString &arg1, const QString &arg2) |
static const QString | UserDir ("User") |
Variables | |
const QString | NSAID_ELEM = QString::fromUtf8( "nameSourceAccountId" ) |
const QString | NSCID_ELEM = QString::fromUtf8( "nameSourceContactId" ) |
const QString | NSPID_ELEM = QString::fromUtf8( "nameSourcePluginId" ) |
const QString | PSAID_ELEM = QString::fromUtf8( "photoSourceAccountId" ) |
const QString | PSCID_ELEM = QString::fromUtf8( "photoSourceContactId" ) |
const QString | PSPID_ELEM = QString::fromUtf8( "photoSourcePluginId" ) |
Detailed Description
This namespace contains all of Kopete's core classes and functions.
Typedef Documentation
typedef QHash<QString, ActiveNotification *> Kopete::ActiveNotifications |
Definition at line 26 of file kopeteactivenotification.h.
typedef QMultiHash<QString, Command*> Kopete::CommandList |
Definition at line 40 of file kopetecommandhandler.h.
typedef QList< Contact * > Kopete::ContactPtrList |
Definition at line 52 of file kopetechatsession.h.
typedef QList<Group *> Kopete::GroupList |
Definition at line 46 of file kopetecontact.h.
typedef QList< Message > Kopete::MessageList |
Definition at line 55 of file kopetechatsession.h.
typedef QList<Plugin*> Kopete::PluginList |
Definition at line 32 of file kopetepluginmanager.h.
Function Documentation
|
static |
|
static |
Definition at line 199 of file kopeteonlinestatusmanager.cpp.
|
static |
Definition at line 51 of file kopeteaccountmanager.cpp.
|
static |
|
static |
Definition at line 246 of file kopeteonlinestatusmanager.cpp.
|
static |
Definition at line 302 of file kopeteonlinestatusmanager.cpp.
|
static |
Definition at line 410 of file kopetemessage.cpp.
KOPETE_EXPORT QString Kopete::nameFromContact | ( | Kopete::Contact * | c | ) |
Definition at line 713 of file kopetemetacontact.cpp.
KOPETE_EXPORT QString Kopete::nameFromKABC | ( | const QString & | id | ) |
Definition at line 694 of file kopetemetacontact.cpp.
KOPETE_EXPORT QImage Kopete::photoFromContact | ( | Kopete::Contact * | contact | ) |
Definition at line 763 of file kopetemetacontact.cpp.
KOPETE_EXPORT QImage Kopete::photoFromKABC | ( | const QString & | id | ) |
Definition at line 784 of file kopetemetacontact.cpp.
|
static |
utility function to merge two QStrings containing individual elements separated by 0xE000
Definition at line 48 of file kabcpersistence.cpp.
|
static |
Variable Documentation
const QString Kopete::NSAID_ELEM = QString::fromUtf8( "nameSourceAccountId" ) |
Definition at line 55 of file xmlcontactstorage.cpp.
const QString Kopete::NSCID_ELEM = QString::fromUtf8( "nameSourceContactId" ) |
Definition at line 53 of file xmlcontactstorage.cpp.
const QString Kopete::NSPID_ELEM = QString::fromUtf8( "nameSourcePluginId" ) |
Definition at line 54 of file xmlcontactstorage.cpp.
const QString Kopete::PSAID_ELEM = QString::fromUtf8( "photoSourceAccountId" ) |
Definition at line 58 of file xmlcontactstorage.cpp.
const QString Kopete::PSCID_ELEM = QString::fromUtf8( "photoSourceContactId" ) |
Definition at line 56 of file xmlcontactstorage.cpp.
const QString Kopete::PSPID_ELEM = QString::fromUtf8( "photoSourcePluginId" ) |
Definition at line 57 of file xmlcontactstorage.cpp.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.