EntryCommentDelegate
Properties | |
string | author |
NewStuffAuthor | commentAuthor |
int | depth |
NewStuffEngine | 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 14 of file EntryCommentDelegate.qml.
Property Documentation
◆ author
|
read |
The username of the comment's author.
Definition at line 31 of file EntryCommentDelegate.qml.
◆ commentAuthor
|
read |
Definition at line 53 of file EntryCommentDelegate.qml.
◆ depth
|
read |
The depth of the comment (in essence, how many parents the comment has)
Definition at line 48 of file EntryCommentDelegate.qml.
◆ engine
|
read |
The KNSQuick Engine object which handles all our content.
Definition at line 19 of file EntryCommentDelegate.qml.
◆ entryAuthorId
|
read |
The username of the author of whatever the comment is attached to.
Definition at line 23 of file EntryCommentDelegate.qml.
◆ entryProviderId
|
read |
The provider ID as supplied by the entry the comment is attached to.
Definition at line 27 of file EntryCommentDelegate.qml.
◆ reviewText
|
read |
The actual text of the comment.
Definition at line 44 of file EntryCommentDelegate.qml.
◆ score
|
read |
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 36 of file EntryCommentDelegate.qml.
◆ title
|
read |
The title or subject line for the comment.
Definition at line 40 of file EntryCommentDelegate.qml.
The documentation for this class was generated from the following file:
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.