kopete/kopete
#include <contactlistmodel.h>
Kopete::UI::ContactListModel::ContactListModel |
( |
QObject * |
parent = 0 | ) |
|
void Kopete::UI::ContactListModel::addGroup |
( |
Kopete::Group * |
group | ) |
|
|
virtualslot |
void Kopete::UI::ContactListModel::addMetaContact |
( |
Kopete::MetaContact * |
contact | ) |
|
|
virtualslot |
void Kopete::UI::ContactListModel::addMetaContactToGroup |
( |
Kopete::MetaContact * |
mc, |
|
|
Kopete::Group * |
group |
|
) |
| |
|
virtualslot |
virtual void Kopete::UI::ContactListModel::appearanceConfigChanged |
( |
| ) |
|
|
protectedpure virtualslot |
int Kopete::UI::ContactListModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
virtual |
bool Kopete::UI::ContactListModel::dropMetaContacts |
( |
int |
row, |
|
|
const QModelIndex & |
parent, |
|
|
Qt::DropAction |
action, |
|
|
const QList< GroupMetaContactPair > & |
items |
|
) |
| |
|
protectedvirtual |
bool Kopete::UI::ContactListModel::dropUrl |
( |
const QMimeData * |
data, |
|
|
int |
row, |
|
|
const QModelIndex & |
parent, |
|
|
Qt::DropAction |
action |
|
) |
| |
|
protected |
virtual void Kopete::UI::ContactListModel::handleContactDataChange |
( |
Kopete::MetaContact * |
| ) |
|
|
protectedpure virtualslot |
void Kopete::UI::ContactListModel::handleContactDataChange |
( |
| ) |
|
|
protectedslot |
void Kopete::UI::ContactListModel::init |
( |
| ) |
|
void Kopete::UI::ContactListModel::loadContactList |
( |
| ) |
|
|
protectedvirtualslot |
bool Kopete::UI::ContactListModel::loadModelSettings |
( |
const QString & |
modelType | ) |
|
virtual void Kopete::UI::ContactListModel::loadModelSettingsImpl |
( |
QDomElement & |
rootElement | ) |
|
|
protectedpure virtual |
QVariant Kopete::UI::ContactListModel::metaContactData |
( |
const Kopete::MetaContact * |
mc, |
|
|
int |
role |
|
) |
| const |
|
protected |
QVariant Kopete::UI::ContactListModel::metaContactImage |
( |
const Kopete::MetaContact * |
mc | ) |
const |
|
protected |
QString Kopete::UI::ContactListModel::metaContactTooltip |
( |
const Kopete::MetaContact * |
metaContact | ) |
const |
|
protected |
QMimeData * Kopete::UI::ContactListModel::mimeData |
( |
const QModelIndexList & |
indexes | ) |
const |
|
virtual |
QStringList Kopete::UI::ContactListModel::mimeTypes |
( |
| ) |
const |
|
virtual |
void Kopete::UI::ContactListModel::moveMetaContactToGroup |
( |
Kopete::MetaContact * |
mc, |
|
|
Kopete::Group * |
from, |
|
|
Kopete::Group * |
to |
|
) |
| |
|
virtualslot |
void Kopete::UI::ContactListModel::newMessageEvent |
( |
Kopete::MessageEvent * |
event | ) |
|
|
protectedslot |
void Kopete::UI::ContactListModel::newMessageEventDone |
( |
Kopete::MessageEvent * |
event | ) |
|
|
protectedslot |
void Kopete::UI::ContactListModel::removeGroup |
( |
Kopete::Group * |
group | ) |
|
|
virtualslot |
void Kopete::UI::ContactListModel::removeMetaContact |
( |
Kopete::MetaContact * |
contact | ) |
|
|
virtualslot |
void Kopete::UI::ContactListModel::removeMetaContactFromGroup |
( |
Kopete::MetaContact * |
mc, |
|
|
Kopete::Group * |
group |
|
) |
| |
|
virtualslot |
bool Kopete::UI::ContactListModel::saveModelSettings |
( |
const QString & |
modelType | ) |
|
virtual void Kopete::UI::ContactListModel::saveModelSettingsImpl |
( |
QDomDocument & |
doc, |
|
|
QDomElement & |
rootElement |
|
) |
| |
|
protectedpure virtual |
bool Kopete::UI::ContactListModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
const int |
role |
|
) |
| |
|
virtual |
Qt::DropActions Kopete::UI::ContactListModel::supportedDropActions |
( |
| ) |
const |
|
virtual |
bool Kopete::UI::ContactListModel::m_manualGroupSorting |
|
protected |
bool Kopete::UI::ContactListModel::m_manualMetaContactSorting |
|
protected |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:41 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.