KWin
Loading...
Searching...
No Matches
Public Member Functions | List of all members
KWin::SurfaceTreeModel Class Reference

#include <debug_console.h>

Inheritance diagram for KWin::SurfaceTreeModel:

Public Member Functions

 SurfaceTreeModel (QObject *parent=nullptr)
 
 ~SurfaceTreeModel () override
 
int columnCount (const QModelIndex &parent) const override
 
QVariant data (const QModelIndex &index, int role) const override
 
QModelIndex index (int row, int column, const QModelIndex &parent) const override
 
int rowCount (const QModelIndex &parent) const override
 
QModelIndex parent (const QModelIndex &child) const override
 

Detailed Description

Definition at line 110 of file debug_console.h.

Constructor & Destructor Documentation

◆ SurfaceTreeModel()

KWin::SurfaceTreeModel::SurfaceTreeModel ( QObject * parent = nullptr)
explicit

Definition at line 1307 of file debug_console.cpp.

◆ ~SurfaceTreeModel()

KWin::SurfaceTreeModel::~SurfaceTreeModel ( )
overridedefault

Member Function Documentation

◆ columnCount()

int KWin::SurfaceTreeModel::columnCount ( const QModelIndex & parent) const
override

Definition at line 1338 of file debug_console.cpp.

◆ data()

QVariant KWin::SurfaceTreeModel::data ( const QModelIndex & index,
int role ) const
override

Definition at line 1435 of file debug_console.cpp.

◆ index()

QModelIndex KWin::SurfaceTreeModel::index ( int row,
int column,
const QModelIndex & parent ) const
override

Definition at line 1355 of file debug_console.cpp.

◆ parent()

QModelIndex KWin::SurfaceTreeModel::parent ( const QModelIndex & child) const
override

Definition at line 1388 of file debug_console.cpp.

◆ rowCount()

int KWin::SurfaceTreeModel::rowCount ( const QModelIndex & parent) const
override

Definition at line 1343 of file debug_console.cpp.


The documentation for this class was generated from the following files: