org::kde::newstuff::EntryCommentDelegate
Inherits RowLayout.
Properties | |
string | author |
QtObject | commentAuthor |
int | depth |
QtObject | engine |
string | entryAuthorId |
string | entryProviderId |
alias | reviewText |
int | score |
string | title |
Detailed Description
A card based delegate for showing a comment from a KNewStuffQuick::QuickCommentsModel.
Definition at line 15 of file EntryCommentDelegate.qml.
Property Documentation
string org::kde::newstuff::EntryCommentDelegate::author |
The username of the comment's author.
Definition at line 32 of file EntryCommentDelegate.qml.
int org::kde::newstuff::EntryCommentDelegate::depth |
The depth of the comment (in essence, how many parents the comment has)
Definition at line 49 of file EntryCommentDelegate.qml.
QtObject org::kde::newstuff::EntryCommentDelegate::engine |
The KNSQuick Engine object which handles all our content.
Definition at line 20 of file EntryCommentDelegate.qml.
string org::kde::newstuff::EntryCommentDelegate::entryAuthorId |
The username of the author of whatever the comment is attached to.
Definition at line 24 of file EntryCommentDelegate.qml.
string org::kde::newstuff::EntryCommentDelegate::entryProviderId |
The provider ID as supplied by the entry the comment is attached to.
Definition at line 28 of file EntryCommentDelegate.qml.
alias org::kde::newstuff::EntryCommentDelegate::reviewText |
The actual text of the comment.
Definition at line 45 of file EntryCommentDelegate.qml.
int org::kde::newstuff::EntryCommentDelegate::score |
The OCS score, an integer from 1 to 100.
It will be interpreted as a 5 star rating, with half star support (0-10)
Definition at line 37 of file EntryCommentDelegate.qml.
string org::kde::newstuff::EntryCommentDelegate::title |
The title or subject line for the comment.
Definition at line 41 of file EntryCommentDelegate.qml.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 22:44:10 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.