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;
Definition: kopenwithdialog_p.h:33
QString execFor(const QModelIndex &index) const
Definition: kopenwithdialog.cpp:327
virtual QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
Definition: kopenwithdialog.cpp:216
virtual QModelIndex parent(const QModelIndex &index) const
Definition: kopenwithdialog.cpp:291
virtual int rowCount(const QModelIndex &parent=QModelIndex()) const
Definition: kopenwithdialog.cpp:309
virtual bool canFetchMore(const QModelIndex &parent) const
Definition: kopenwithdialog.cpp:201
friend class KApplicationModelPrivate
Definition: kopenwithdialog_p.h:55
virtual QVariant headerData(int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const
Definition: kopenwithdialog.cpp:262
bool isDirectory(const QModelIndex &index) const
Definition: kopenwithdialog.cpp:336
virtual ~KApplicationModel()
Definition: kopenwithdialog.cpp:196
virtual QModelIndex index(int row, int column, const QModelIndex &parent=QModelIndex()) const
Definition: kopenwithdialog.cpp:276
QString entryPathFor(const QModelIndex &index) const
Definition: kopenwithdialog.cpp:318
virtual int columnCount(const QModelIndex &parent=QModelIndex()) const
Definition: kopenwithdialog.cpp:210
virtual bool hasChildren(const QModelIndex &parent=QModelIndex()) const
Definition: kopenwithdialog.cpp:253
virtual void fetchMore(const QModelIndex &parent)
Definition: kopenwithdialog.cpp:238
Definition: kopenwithdialog_p.h:67
virtual void setModel(QAbstractItemModel *model)
Definition: kopenwithdialog.cpp:366
void selected(const QString &_name, const QString &_exec)
virtual void currentChanged(const QModelIndex ¤t, const QModelIndex &previous)
Definition: kopenwithdialog.cpp:391
void highlighted(const QString &_name, const QString &_exec)
friend class KApplicationViewPrivate
Definition: kopenwithdialog_p.h:89
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.