KBlog Client Library
23 #ifndef KBLOG_BLOGCOMMENT_H
24 #define KBLOG_BLOGCOMMENT_H
26 #include <kblog/kblog_export.h>
28 #include <QtCore/QString>
29 #include <QtCore/QtAlgorithms>
36 class BlogCommentPrivate;
63 explicit BlogComment(
const QString &commentId = QString() );
76 QString title()
const;
84 void setTitle(
const QString &title );
92 QString content()
const;
100 void setContent(
const QString &content );
108 QString commentId()
const;
116 void setCommentId(
const QString &
id );
124 QString email()
const;
132 void setEmail(
const QString &email );
140 QString name()
const;
148 void setName(
const QString &name );
164 void setUrl(
const KUrl &url );
172 KDateTime modificationDateTime()
const;
180 void setModificationDateTime(
const KDateTime &datetime );
188 KDateTime creationDateTime()
const;
196 void setCreationDateTime(
const KDateTime &datetime );
224 Status status()
const;
232 void setStatus( Status status );
240 QString error()
const;
248 void setError(
const QString &error );
261 BlogCommentPrivate *d_ptr;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:24:42 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.