#include <kopenwithdialog_p.h>
Definition at line 32 of file kopenwithdialog_p.h.
◆ KApplicationModel()
KApplicationModel::KApplicationModel |
( |
QObject * | parent = 0 | ) |
|
◆ ~KApplicationModel()
KApplicationModel::~KApplicationModel |
( |
| ) |
|
|
virtual |
◆ canFetchMore()
bool KApplicationModel::canFetchMore |
( |
const QModelIndex & | parent | ) |
const |
|
virtual |
◆ columnCount()
int KApplicationModel::columnCount |
( |
const QModelIndex & | parent = QModelIndex() | ) |
const |
|
virtual |
◆ data()
QVariant KApplicationModel::data |
( |
const QModelIndex & | index, |
|
|
int | role = Qt::DisplayRole ) const |
|
virtual |
◆ entryPathFor()
QString KApplicationModel::entryPathFor |
( |
const QModelIndex & | index | ) |
const |
◆ execFor()
QString KApplicationModel::execFor |
( |
const QModelIndex & | index | ) |
const |
◆ fetchMore()
void KApplicationModel::fetchMore |
( |
const QModelIndex & | parent | ) |
|
|
virtual |
◆ hasChildren()
bool KApplicationModel::hasChildren |
( |
const QModelIndex & | parent = QModelIndex() | ) |
const |
|
virtual |
◆ headerData()
QVariant KApplicationModel::headerData |
( |
int | section, |
|
|
Qt::Orientation | orientation, |
|
|
int | role = Qt::DisplayRole ) const |
|
virtual |
◆ index()
QModelIndex KApplicationModel::index |
( |
int | row, |
|
|
int | column, |
|
|
const QModelIndex & | parent = QModelIndex() ) const |
|
virtual |
◆ isDirectory()
bool KApplicationModel::isDirectory |
( |
const QModelIndex & | index | ) |
const |
◆ parent()
QModelIndex KApplicationModel::parent |
( |
const QModelIndex & | index | ) |
const |
|
virtual |
◆ rowCount()
int KApplicationModel::rowCount |
( |
const QModelIndex & | parent = QModelIndex() | ) |
const |
|
virtual |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by
doxygen 1.14.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.