mailcommon
#include <snippetsmodel_p.h>
|
virtual bool | insertRows (int row, int count, const QModelIndex &parent=QModelIndex()) |
|
virtual bool | removeRows (int row, int count, const QModelIndex &parent=QModelIndex()) |
|
Definition at line 30 of file snippetsmodel_p.h.
Enumerator |
---|
IsGroupRole |
Returns whether the index represents a group.
|
NameRole |
The name of a snippet or group.
|
TextRole |
The text of a snippet.
|
KeySequenceRole |
The key sequence to activate a snippet.
|
Definition at line 34 of file snippetsmodel_p.h.
SnippetsModel::SnippetsModel |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
SnippetsModel::~SnippetsModel |
( |
| ) |
|
int SnippetsModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
virtual |
QVariant SnippetsModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
virtual |
void MailCommon::SnippetsModel::dndDone |
( |
| ) |
|
|
signal |
bool SnippetsModel::dropMimeData |
( |
const QMimeData * |
data, |
|
|
Qt::DropAction |
action, |
|
|
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent |
|
) |
| |
|
virtual |
Qt::ItemFlags SnippetsModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
virtual |
QModelIndex SnippetsModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
virtual |
bool SnippetsModel::insertRows |
( |
int |
row, |
|
|
int |
count, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| |
|
protectedvirtual |
QMimeData * SnippetsModel::mimeData |
( |
const QModelIndexList & |
indexes | ) |
const |
|
virtual |
QStringList SnippetsModel::mimeTypes |
( |
| ) |
const |
|
virtual |
QModelIndex SnippetsModel::parent |
( |
const QModelIndex & |
index | ) |
const |
|
virtual |
bool SnippetsModel::removeRows |
( |
int |
row, |
|
|
int |
count, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| |
|
protectedvirtual |
int SnippetsModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
virtual |
bool SnippetsModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
|
virtual |
Qt::DropActions SnippetsModel::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:55:15 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.