KIO
kopenwithdialog_p.h
Go to the documentation of this file.
45 virtual QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
virtual QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
Definition: kopenwithdialog.cpp:262
QString entryPathFor(const QModelIndex &index) const
Definition: kopenwithdialog.cpp:318
virtual bool hasChildren(const QModelIndex &parent=QModelIndex()) const
Definition: kopenwithdialog.cpp:253
virtual QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
Definition: kopenwithdialog.cpp:216
virtual int columnCount(const QModelIndex &parent=QModelIndex()) const
Definition: kopenwithdialog.cpp:210
friend class KApplicationModelPrivate
Definition: kopenwithdialog_p.h:55
virtual int rowCount(const QModelIndex &parent=QModelIndex()) const
Definition: kopenwithdialog.cpp:309
virtual QModelIndex parent(const QModelIndex &index) const
Definition: kopenwithdialog.cpp:291
Definition: kopenwithdialog_p.h:66
QString execFor(const QModelIndex &index) const
Definition: kopenwithdialog.cpp:327
virtual bool canFetchMore(const QModelIndex &parent) const
Definition: kopenwithdialog.cpp:201
bool isDirectory(const QModelIndex &index) const
Definition: kopenwithdialog.cpp:336
virtual QModelIndex index(int row, int column, const QModelIndex &parent=QModelIndex()) const
Definition: kopenwithdialog.cpp:276
void highlighted(const QString &_name, const QString &_exec)
KApplicationView(QWidget *parent=0)
Definition: kopenwithdialog.cpp:356
void selected(const QString &_name, const QString &_exec)
friend class KApplicationViewPrivate
Definition: kopenwithdialog_p.h:89
virtual void currentChanged(const QModelIndex ¤t, const QModelIndex &previous)
Definition: kopenwithdialog.cpp:391
KApplicationModel(QObject *parent=0)
Definition: kopenwithdialog.cpp:190
virtual ~KApplicationModel()
Definition: kopenwithdialog.cpp:196
Definition: kopenwithdialog_p.h:32
virtual void fetchMore(const QModelIndex &parent)
Definition: kopenwithdialog.cpp:238
virtual void setModel(QAbstractItemModel *model)
Definition: kopenwithdialog.cpp:366
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.