KBlog Client Library
blogpost.h
void setTrackBackAllowed(bool allowTrackBacks)
Set whether track back should be allowed.
Definition blogpost.cpp:241
QString journalId() const
Returns the ID used by the journal in creation, if created from a journal.
Definition blogpost.cpp:129
void setCreationDateTime(const KDateTime &datetime)
Sets the creation time.
Definition blogpost.cpp:313
KCal::Journal * journal(const Blog &blog) const
Returns a KCal journal from the blog post owned by the caller.
Definition blogpost.cpp:108
KDateTime modificationDateTime() const
Returns the modification date time.
Definition blogpost.cpp:318
void setCommentAllowed(bool commentAllowed)
Set whether comments should be allowed.
Definition blogpost.cpp:231
QString additionalContent() const
Returns the additional content, (mt_text_more of MovableType API)
Definition blogpost.cpp:186
void setAdditionalContent(const QString &additionalContent)
Sets the additional content, (mt_text_more of MovableType API)
Definition blogpost.cpp:191
Status
The enumartion of the different post status, reflecting the status changes on the server.
Definition blogpost.h:393
QString slug() const
Returns the Wordpress posts Slug (or permalink will use for post) Currently just wordpress supports t...
Definition blogpost.cpp:196
bool isTrackBackAllowed() const
Returns whether track back should be allowed.
Definition blogpost.cpp:236
void setModificationDateTime(const KDateTime &datetime)
Sets the modification time.
Definition blogpost.cpp:323
A class that provides methods to call functions on a supported blog web application.
Definition blog.h:72
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.