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