Kgapi
revision.h
bool publishAuto() const
Returns whether subsequent revisions will be automatically republished.
Definition revision.cpp:190
bool pinned() const
Returns whether this revision is pinned to prevent automatic purging.
Definition revision.cpp:165
QDateTime modifiedDate() const
Returns the last time this revision was modified.
Definition revision.cpp:160
void setPinned(bool pinned)
Sets whether this revision is pinned to prevent automatic purging.
Definition revision.cpp:170
void setPublishedOutsideDomain(bool publishedOutsideDomain)
Sets whether this revision is published outside the domain.
Definition revision.cpp:205
QString originalFilename() const
Returns the original filename when this revision was created.
Definition revision.cpp:230
QMap< QString, QUrl > exportLinks() const
Returns the links for exporting Google Docs to specific formats.
Definition revision.cpp:215
void setPublished(bool published)
Sets whether this revision is published.
Definition revision.cpp:180
void setPublishAuto(bool publishAuto)
Sets whether subsequent revisions will be automatically republished.
Definition revision.cpp:195
QString lastModifyingUserName() const
Returns the name of the last user to modify this revision.
Definition revision.cpp:220
bool publishedOutsideDomain() const
Returns whether this revision is published outside the domain.
Definition revision.cpp:200
QString md5Checksum() const
Returns an MD5 checksum for the content of this revision.
Definition revision.cpp:235
UserPtr lastModifyingUser() const
Returns object representing the last user to modify this revision.
Definition revision.cpp:225
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:30 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:30 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.