#include <windowmodel.h>
|
| WindowModel (QObject *parent=nullptr) |
|
QHash< int, QByteArray > | roleNames () const override |
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
|
Definition at line 22 of file windowmodel.h.
◆ Roles
Enumerator |
---|
WindowRole | |
OutputRole | |
DesktopRole | |
ActivityRole | |
Definition at line 27 of file windowmodel.h.
◆ WindowModel()
KWin::WindowModel::WindowModel |
( |
QObject * | parent = nullptr | ) |
|
|
explicit |
◆ data()
QVariant KWin::WindowModel::data |
( |
const QModelIndex & | index, |
|
|
int | role = Qt::DisplayRole ) const |
|
override |
◆ roleNames()
QHash< int, QByteArray > KWin::WindowModel::roleNames |
( |
| ) |
const |
|
override |
◆ rowCount()
int KWin::WindowModel::rowCount |
( |
const QModelIndex & | parent = QModelIndex() | ) |
const |
|
override |
The documentation for this class was generated from the following files: