#include <debug_console.h>
|
| QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const override |
| |
| QModelIndex | parent (const QModelIndex &child) const override |
| |
| int | rowCount (const QModelIndex &parent) const override |
| |
| int | columnCount (const QModelIndex &parent) const override |
| |
| QVariant | data (const QModelIndex &index, int role) const override |
| |
| QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const override |
| |
| void | setSource (AbstractDataSource *source) |
| |
Definition at line 180 of file debug_console.h.
◆ columnCount()
| int KWin::DataSourceModel::columnCount |
( |
const QModelIndex & | parent | ) |
const |
|
inlineoverride |
◆ data()
| QVariant KWin::DataSourceModel::data |
( |
const QModelIndex & | index, |
|
|
int | role ) const |
|
override |
◆ headerData()
| QVariant KWin::DataSourceModel::headerData |
( |
int | section, |
|
|
Qt::Orientation | orientation, |
|
|
int | role = Qt::DisplayRole ) const |
|
override |
◆ index()
| QModelIndex KWin::DataSourceModel::index |
( |
int | row, |
|
|
int | column, |
|
|
const QModelIndex & | parent = QModelIndex() ) const |
|
override |
◆ parent()
| QModelIndex KWin::DataSourceModel::parent |
( |
const QModelIndex & | child | ) |
const |
|
override |
◆ rowCount()
| int KWin::DataSourceModel::rowCount |
( |
const QModelIndex & | parent | ) |
const |
|
override |
◆ setSource()
The documentation for this class was generated from the following files: