• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdenetwork API Reference
  • KDE Home
  • Contact Us
 

kopete/libkopete

Namespaces | Classes | Typedefs | Functions | Variables
Kopete Namespace Reference

Namespaces

 AV
 
 Global
 
 Properties
 
 Status
 
 UI
 
 Utils
 

Classes

class  Account
 
class  AccountManager
 
class  ActiveNotification
 
class  AddedInfoEvent
 
class  AppearanceSettings
 
class  AvatarManager
 
class  AvatarQueryJob
 
class  BehaviorSettings
 
class  BlackLister
 
class  ChatSession
 
class  ChatSessionManager
 
class  ChatSessionMembersListModel
 
class  Command
 
class  CommandHandler
 
class  Contact
 
class  ContactList
 
class  ContactListElement
 
class  ContactListStorage
 
class  ContactTaskBase
 
class  DeleteContactTask
 
class  EmoticonMimeTypeHandler
 
class  Emoticons
 
class  FileEngine
 
class  FileEngineHandler
 
class  FileTransferInfo
 
class  Group
 
class  Identity
 
class  IdentityManager
 
class  IdlePlatform
 
class  IdleTimer
 
class  InfoEvent
 
class  InfoEventManager
 
class  KABCPersistence
 
class  ManagedConnectionAccount
 
class  Message
 
class  MessageEvent
 
class  MessageHandler
 
class  MessageHandlerChain
 
class  MessageHandlerFactory
 
class  MetaContact
 
class  MimeTypeHandler
 
class  OnlineStatus
 
class  OnlineStatusManager
 
class  Password
 
class  PasswordedAccount
 
class  Picture
 
class  Plugin
 
class  PluginManager
 
class  ProcessMessageTask
 
class  Property
 
class  PropertyContainer
 
class  PropertyTmpl
 
class  Protocol
 
class  SimpleMessageHandler
 
class  SimpleMessageHandlerFactory
 
class  SocketTimeoutWatcher
 
class  StatusManager
 
class  StatusMessage
 
class  StatusSettings
 
class  Task
 
class  Transfer
 
class  TransferManager
 
class  ViewPlugin
 
class  WalletManager
 
class  WebcamWidget
 
class  XmlContactStorage
 

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 void blendOnLower (const QImage &upper_, QImage &lower, const QPoint &offset)
 
static int compareAccountsByPriority (Account *a, Account *b)
 
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)
 

Variables

static const QString AvatarConfig ("avatarconfig.rc")
 
static const QString ContactDir ("Contacts")
 
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" )
 
static const QString UserDir ("User")
 

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 39 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 void Kopete::blendOnLower ( const QImage &  upper_,
QImage &  lower,
const QPoint &  offset 
)
static

Definition at line 199 of file kopeteonlinestatusmanager.cpp.

static int Kopete::compareAccountsByPriority ( Account *  a,
Account *  b 
)
static

Definition at line 52 of file kopeteaccountmanager.cpp.

static QRect Kopete::getBoundingBox ( const QImage &  image)
static

Definition at line 246 of file kopeteonlinestatusmanager.cpp.

static QPoint Kopete::getOffsetForCorner ( const QImage &  upperImage,
const QImage &  lowerImage,
const int  i 
)
static

Definition at line 302 of file kopeteonlinestatusmanager.cpp.

static QString Kopete::makeRegExp ( const char *  pattern)
static

Definition at line 411 of file kopetemessage.cpp.

KOPETE_EXPORT QString Kopete::nameFromContact ( Kopete::Contact *  c)

Definition at line 719 of file kopetemetacontact.cpp.

KOPETE_EXPORT QString Kopete::nameFromKABC ( const QString &  id)

Definition at line 700 of file kopetemetacontact.cpp.

KOPETE_EXPORT QImage Kopete::photoFromContact ( Kopete::Contact *  contact)

Definition at line 769 of file kopetemetacontact.cpp.

KOPETE_EXPORT QImage Kopete::photoFromKABC ( const QString &  id)

Definition at line 790 of file kopetemetacontact.cpp.

static QString Kopete::unionContents ( const QString &  arg1,
const QString &  arg2 
)
static

utility function to merge two QStrings containing individual elements separated by 0xE000

Definition at line 48 of file kabcpersistence.cpp.

Variable Documentation

const QString Kopete::AvatarConfig("avatarconfig.rc")
static
const QString Kopete::ContactDir("Contacts")
static
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.

const QString Kopete::UserDir("User")
static
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:29:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

kopete/libkopete

Skip menu "kopete/libkopete"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdenetwork API Reference

Skip menu "kdenetwork API Reference"
  • kget
  • kopete
  •   kopete
  •   libkopete
  • krdc
  • krfb

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal