lokalize
#include <qamodel.h>
|
| QaModel (QObject *parent=0) |
|
| ~QaModel () |
|
QModelIndex | appendRow () |
|
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
|
QVariant | data (const QModelIndex &, int role=Qt::DisplayRole) const |
|
Qt::ItemFlags | flags (const QModelIndex &) const |
|
QVariant | headerData (int section, Qt::Orientation, int role=Qt::DisplayRole) const |
|
bool | loadRules (const QString &filename) |
|
void | removeRow (const QModelIndex &) |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
|
bool | saveRules (QString filename=QString()) |
|
bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
|
QVector< Rule > | toVector () const |
|
Definition at line 32 of file qamodel.h.
Enumerator |
---|
Source |
|
FalseFriend |
|
ColumnCount |
|
Definition at line 37 of file qamodel.h.
QaModel::QaModel |
( |
QObject * |
parent = 0 | ) |
|
QModelIndex QaModel::appendRow |
( |
| ) |
|
int QaModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
inline |
QVariant QaModel::data |
( |
const QModelIndex & |
item, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
Qt::ItemFlags QaModel::flags |
( |
const QModelIndex & |
| ) |
const |
QVariant QaModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
bool QaModel::isInstantiated |
( |
| ) |
|
|
static |
bool QaModel::loadRules |
( |
const QString & |
filename | ) |
|
void QaModel::removeRow |
( |
const QModelIndex & |
rowIndex | ) |
|
int QaModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
bool QaModel::saveRules |
( |
QString |
filename = QString() | ) |
|
bool QaModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
QVector< Rule > QaModel::toVector |
( |
| ) |
const |
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 23:03:45 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.