#include <qobjectmodel.h>
|
| | QObjectModel (QObject *parent=0) |
| |
| QList< QObject * > * | children () const |
| |
| int | rowCount (const QModelIndex &parent=QModelIndex()) const |
| |
| int | columnCount (const QModelIndex &parent=QModelIndex()) const |
| |
| QVariant | data (const QModelIndex &index, int role) const |
| |
| Qt::ItemFlags | flags (const QModelIndex &index) const |
| |
| QVariant | headerData (int section, Qt::Orientation o, int role) const |
| |
| void | addChild (QObject *child) |
| |
| void | removeChild (QString child_name) |
| |
| void | clear () |
| |
| | ~QObjectModel () |
| |
Definition at line 35 of file qobjectmodel.h.
| QObjectModel::QObjectModel |
( |
QObject * |
parent = 0 | ) |
|
| QObjectModel::~QObjectModel |
( |
| ) |
|
| void QObjectModel::addChild |
( |
QObject * |
child | ) |
|
| QList< QObject * > * QObjectModel::children |
( |
| ) |
const |
| void QObjectModel::clear |
( |
| ) |
|
| int QObjectModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
| QVariant QObjectModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
| Qt::ItemFlags QObjectModel::flags |
( |
const QModelIndex & |
index | ) |
const |
| QVariant QObjectModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
o, |
|
|
int |
role |
|
) |
| const |
| void QObjectModel::removeChild |
( |
QString |
child_name | ) |
|
| int QObjectModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
| QList<QObject*>* QObjectModel::m_children |
|
protected |
The documentation for this class was generated from the following files: