KNewStuff
qtquick/commentsmodel.h
47 Q_PROPERTY(KNewStuffQuick::CommentsModel::IncludedComments includedComments READ includedComments WRITE setIncludedComments NOTIFY includedCommentsChanged)
Encapsulates a KNSCore::CommentsModel for use in Qt Quick.
Definition qtquick/commentsmodel.h:31
KNewStuffQuick::CommentsModel::IncludedComments includedComments
Which types of comments should be included @default AllComments.
Definition qtquick/commentsmodel.h:47
KNSCore::Entry entry
The index in the model of the entry to fetch comments for.
Definition qtquick/commentsmodel.h:41
IncludedComments
The options which can be set for which comments to include.
Definition qtquick/commentsmodel.h:53
void setIncludedComments(CommentsModel::IncludedComments includedComments)
Set which comments should be included.
Definition qtquick/commentsmodel.cpp:105
Q_SIGNAL void includedCommentsChanged()
Fired when the value of includedComments changes.
ItemsModel * itemsModel
The KNewStuffQuick::ItemsModel to interact with servers through.
Definition qtquick/commentsmodel.h:37
Q_ENUM(...)
Q_INTERFACES(...)
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SIGNALQ_SIGNAL
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:20:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:20:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.