kopete/libkopete
#include "kopeteviewmanager.h"
#include <QList>
#include <QTextDocument>
#include <QtAlgorithms>
#include <kconfig.h>
#include <kdebug.h>
#include <klocale.h>
#include <kplugininfo.h>
#include <knotification.h>
#include <kglobal.h>
#include <kwindowsystem.h>
#include "kopetebehaviorsettings.h"
#include "kopeteaccount.h"
#include "kopetepluginmanager.h"
#include "kopeteviewplugin.h"
#include "kopetechatsessionmanager.h"
#include "kopetemetacontact.h"
#include "kopetecontact.h"
#include "kopetemessageevent.h"
#include "kopeteview.h"
#include "kopetechatsession.h"
#include "kopetegroup.h"
#include "kopetepicture.h"
#include "kopeteemoticons.h"
#include "kopeteactivenotification.h"
#include "kopeteviewmanager.moc"
Include dependency graph for kopeteviewmanager.cpp:
Go to the source code of this file.
Typedefs | |
typedef QList < Kopete::MessageEvent * > | EventList |
typedef QMap < Kopete::ChatSession *, KopeteView * > | SessionMap |
Functions | |
static QString | squashMessage (const Kopete::Message &msg, const int len=30) |
Typedef Documentation
typedef QList<Kopete::MessageEvent*> EventList |
Definition at line 102 of file kopeteviewmanager.cpp.
typedef QMap<Kopete::ChatSession*, KopeteView*> SessionMap |
Definition at line 101 of file kopeteviewmanager.cpp.
Function Documentation
|
static |
Used to exrtract the message that will be shown in the notification popup.
Was in KopeteSystemTray::squashMessage in KDE3
Definition at line 52 of file kopeteviewmanager.cpp.
This file is part of the KDE documentation.
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
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.