KBlog Client Library
blog.cpp
71 userAgent = QLatin1Char('(') + applicationName + QLatin1Char('/') + applicationVersion + QLatin1String(") KDE-KBlog/");
virtual void setBlogId(const QString &blogId)
Sets the unique ID for the specific blog on the server.
Definition: blog.cpp:103
virtual void setUrl(const KUrl &url)
Sets the URL for the blog's XML-RPC interface.
Definition: blog.cpp:115
virtual void setUsername(const QString &username)
Sets the username used in blog authentication.
Definition: blog.cpp:97
bool isEmpty() const
QString blogId() const
Returns the unique ID for the specific blog on the server.
Definition: blog.cpp:109
Blog(const KUrl &server, QObject *parent=0, const QString &applicationName=QString(), const QString &applicationVersion=QString())
Constructor used by the remote interface implementations.
Definition: blog.cpp:34
virtual void setPassword(const QString &password)
Sets the password used in blog authentication.
Definition: blog.cpp:79
virtual void setTimeZone(const KTimeZone &timeZone)
Sets the time zone of the blog's server.
Definition: blog.cpp:127
void setUserAgent(const QString &applicationName, const QString &applicationVersion)
Sets the HTTP user agent string used to make the HTTP requests.
Definition: blog.cpp:64
A class that provides methods to call functions on a supported blog web application.
Definition: blog.h:71
This is the main interface for blogging APIs.
QString userAgent() const
Returns the HTTP user agent string used to make the HTTP requests.
Definition: blog.cpp:58
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:36:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:36:50 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.