#include <kopenwithdialog_p.h>
|
| | KApplicationModel (QObject *parent=0) |
| virtual | ~KApplicationModel () |
| virtual bool | canFetchMore (const QModelIndex &parent) const |
| virtual int | columnCount (const QModelIndex &parent=QModelIndex()) const |
| virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
| QString | entryPathFor (const QModelIndex &index) const |
| QString | execFor (const QModelIndex &index) const |
| virtual void | fetchMore (const QModelIndex &parent) |
| virtual bool | hasChildren (const QModelIndex &parent=QModelIndex()) const |
| virtual QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
| virtual QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
| bool | isDirectory (const QModelIndex &index) const |
| virtual QModelIndex | parent (const QModelIndex &index) const |
| virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const |
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-2026 The KDE developers.
Generated on
by
doxygen 1.17.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.