akonadi
socialfeeditem.cpp
Class representing one entry in the social feed.
Definition socialfeeditem.h:39
void setPostReplies(const QList< SocialFeedItem > &replies)
Sets replies/comments for this post.
Definition socialfeeditem.cpp:238
void setUserId(const QString &userId)
Sets the network user id associated with this post.
Definition socialfeeditem.cpp:148
QString networkString() const
This returns the service string such as "on Facebook", "on Twitter" It's used in the feed as the firs...
Definition socialfeeditem.cpp:50
QString postTimeString() const
Definition socialfeeditem.cpp:115
void setPostLinkTitle(const QString &linkTitle)
Sets the link title the posts links to.
Definition socialfeeditem.cpp:95
void setItemSourceMap(const QVariantMap &itemSourceMap)
Sets the original data which was received from the network and then mapped to a QVariantMap.
Definition socialfeeditem.cpp:208
void setPostTime(const QString &postTimeString, const QString &postTimeFormat)
Sets the time string which was received from the network together with the format which could be rece...
Definition socialfeeditem.cpp:130
QVariantMap itemSourceMap() const
Definition socialfeeditem.cpp:203
void setSharedFromId(const QString &sharedFromId)
Sets the user id of the user this was shared from.
Definition socialfeeditem.cpp:198
QList< SocialFeedItem > postReplies() const
Definition socialfeeditem.cpp:233
void setPostImageUrl(const QUrl &imageUrl)
Sets the URL of an image associated with this post, it can be an image thumb, link thumb etc.
Definition socialfeeditem.cpp:105
QString postTimeFormat() const
Definition socialfeeditem.cpp:138
void setSharedFrom(const QString &sharedFrom)
Sets the display name of the user which was the original author of this post.
Definition socialfeeditem.cpp:188
void setNetworkString(const QString &networkString)
Sets the network string for this item.
Definition socialfeeditem.cpp:55
void setLiked(bool liked)
Sets if the user has liked/favorited the post or not.
Definition socialfeeditem.cpp:228
void setPostText(const QString &text)
Sets the post text to be displayed in the feed.
Definition socialfeeditem.cpp:75
void setShared(bool shared)
Sets if this post was shared from other user.
Definition socialfeeditem.cpp:178
QString userDisplayName() const
Definition socialfeeditem.cpp:163
void setPostInfo(const QString &postInfo)
Sets additional info for the post, like number of comments, likes, retweed from etc.
Definition socialfeeditem.cpp:125
void setUserName(const QString &userName)
Sets the network user name associated with this post.
Definition socialfeeditem.cpp:158
void setAvatarUrl(const QUrl &url)
Sets the url of the avatar picture to be displayed next to the post in the feed.
Definition socialfeeditem.cpp:218
void setUserDisplayName(const QString &userDisplayName)
Sets the name to be displayed to the user (full name usually)
Definition socialfeeditem.cpp:168
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.