KBlog Client Library
blog.cpp
71 userAgent = QLatin1Char('(') + applicationName + QLatin1Char('/') + applicationVersion + QLatin1String(") KDE-KBlog/");
This is the main interface for blogging APIs.
A class that provides methods to call functions on a supported blog web application.
Definition: blog.h:72
virtual void setUsername(const QString &username)
Sets the username used in blog authentication.
Definition: blog.cpp:97
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 setUrl(const KUrl &url)
Sets the URL for the blog's XML-RPC interface.
Definition: blog.cpp:115
void setUserAgent(const QString &applicationName, const QString &applicationVersion)
Sets the HTTP user agent string used to make the HTTP requests.
Definition: blog.cpp:64
QString blogId() const
Returns the unique ID for the specific blog on the server.
Definition: blog.cpp:109
virtual void setBlogId(const QString &blogId)
Sets the unique ID for the specific blog on the server.
Definition: blog.cpp:103
virtual void setTimeZone(const KTimeZone &timeZone)
Sets the time zone of the blog's server.
Definition: blog.cpp:127
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-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.