DNSSD
Go to the documentation of this file.
21 #ifndef DNSSDDOMAINMODEL_H
22 #define DNSSDDOMAINMODEL_H
24 #include <QtCore/QAbstractItemModel>
30 struct DomainModelPrivate;
77 virtual int columnCount(
const QModelIndex& parent = QModelIndex() )
const;
79 virtual int rowCount(
const QModelIndex& parent = QModelIndex() )
const;
81 virtual QModelIndex parent(
const QModelIndex& index )
const;
83 virtual QModelIndex index(
int row,
int column,
const QModelIndex& parent = QModelIndex() )
const;
85 virtual QVariant data(
const QModelIndex& index,
int role = Qt::DisplayRole )
const;
87 virtual bool hasIndex(
int row,
int column,
const QModelIndex &parent)
const;
90 DomainModelPrivate*
const d;
91 friend struct DomainModelPrivate;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jun 1 2013 22:03:13 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.