kdevicelistmodel.h
44 KDELIBS4SUPPORT_DEPRECATED explicit KDeviceListModel(const QString &predicate, QObject *parent = nullptr);
71 QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const override;
76 QModelIndex index(int row, int column, const QModelIndex &parent = QModelIndex()) const override;
virtual int rowCount(const QModelIndex &parent) const =0
virtual QModelIndex index(int row, int column, const QModelIndex &parent) const =0
virtual QVariant data(const QModelIndex &index, int role) const =0
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const
Device list model in Qt's Interview framework.
Definition: kdevicelistmodel.h:39
virtual int columnCount(const QModelIndex &parent) const =0
QObject * parent() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 5 2019 03:47:50 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Thu Dec 5 2019 03:47:50 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.