KBlog Client Library
blogcomment.cpp
A class that represents a blog comment on the blog post.
Definition: blogcomment.h:51
BlogComment(const BlogComment &comment)
Copy Constructor for list handling.
Definition: blogcomment.cpp:33
Status
The enumartion of the different post status, reflecting the status changes on the server.
Definition: blogcomment.h:202
BlogComment & operator=(const BlogComment &comment)
Overloaded for QList handling.
Definition: blogcomment.cpp:161
void setCreationDateTime(const KDateTime &datetime)
Sets the creation date-time.
Definition: blogcomment.cpp:136
void setModificationDateTime(const KDateTime &datetime)
Sets the modification date-time.
Definition: blogcomment.cpp:126
KDateTime modificationDateTime() const
Returns the modification date-time.
Definition: blogcomment.cpp:121
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.