kopete/kopete
#include <statusmodel.h>
|
| KopeteStatusModel (Kopete::Status::StatusGroup *rootItem, QObject *parent=0) |
|
| ~KopeteStatusModel () |
|
virtual int | columnCount (const QModelIndex &parent=QModelIndex()) const |
|
virtual QVariant | data (const QModelIndex &index, int role) const |
|
bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) |
|
virtual Qt::ItemFlags | flags (const QModelIndex &index) const |
|
virtual QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
|
virtual QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
|
QModelIndex | insertItem (const QModelIndex &index, Kopete::Status::StatusItem *item) |
|
QMimeData * | mimeData (const QModelIndexList &indexes) const |
|
QStringList | mimeTypes () const |
|
virtual QModelIndex | parent (const QModelIndex &index) const |
|
virtual bool | removeRows (int row, int count, const QModelIndex &parent=QModelIndex()) |
|
virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
|
virtual bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
|
virtual Qt::DropActions | supportedDropActions () const |
|
Enumerator |
---|
Category |
|
Title |
|
Message |
|
Group |
|
Definition at line 40 of file statusmodel.h.
KopeteStatusModel::KopeteStatusModel |
( |
Kopete::Status::StatusGroup * |
rootItem, |
|
|
QObject * |
parent = 0 |
|
) |
| |
KopeteStatusModel::~KopeteStatusModel |
( |
| ) |
|
void KopeteStatusModel::changed |
( |
| ) |
|
|
signal |
int KopeteStatusModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
virtual |
QVariant KopeteStatusModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
virtual |
bool KopeteStatusModel::dropMimeData |
( |
const QMimeData * |
data, |
|
|
Qt::DropAction |
action, |
|
|
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent |
|
) |
| |
Qt::ItemFlags KopeteStatusModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
virtual |
QVariant KopeteStatusModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
virtual |
QModelIndex KopeteStatusModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
virtual |
QModelIndex KopeteStatusModel::insertItem |
( |
const QModelIndex & |
index, |
|
|
Kopete::Status::StatusItem * |
item |
|
) |
| |
QMimeData * KopeteStatusModel::mimeData |
( |
const QModelIndexList & |
indexes | ) |
const |
QStringList KopeteStatusModel::mimeTypes |
( |
| ) |
const |
QModelIndex KopeteStatusModel::parent |
( |
const QModelIndex & |
index | ) |
const |
|
virtual |
bool KopeteStatusModel::removeRows |
( |
int |
row, |
|
|
int |
count, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| |
|
virtual |
int KopeteStatusModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
virtual |
bool KopeteStatusModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
|
virtual |
Qt::DropActions KopeteStatusModel::supportedDropActions |
( |
| ) |
const |
|
virtual |
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.