blogilo
#include <stylegetter.h>
Signals | |
void | sigGetStyleProgress (int percent) |
void | sigStyleFetched () |
Public Member Functions | |
StyleGetter (const int blogid, QObject *parent) | |
~StyleGetter () | |
Static Public Member Functions | |
static QString | styledHtml (const int blogid, const QString &title, const QString &content) |
Detailed Description
This class will:
- Create a temporary post
- Send post
- Read the post's url
- Get & save the html page
Definition at line 51 of file stylegetter.h.
Constructor & Destructor Documentation
StyleGetter::StyleGetter | ( | const int | blogid, |
QObject * | parent | ||
) |
Creates an instance of StyleGetter, to fetch the style of the requested blog.
- Parameters
-
blogid requested blog's id, to fetch style. parent
Definition at line 50 of file stylegetter.cpp.
StyleGetter::~StyleGetter | ( | ) |
StyleGetter destructor.
Definition at line 93 of file stylegetter.cpp.
Member Function Documentation
|
signal |
While the class is fetching blog style from the web, this signal shows the operation progress.
- Parameters
-
percent is a number between 0 to 100, showing the progress in percent
|
signal |
When StyleGetter finishes all jobs to get and save a blog style, this signal will be emmited.
|
static |
Looks for a file named style.html for the requested blog in blogilo data directory, then writes the file content into a buffer, inserts given post title and content in the buffer, and returns it.
- Parameters
-
blogid the id of the requested blog title title of a post to be styled. content content of that post to be styled.
- Returns
- an html string which shows the post in the blog template.
Definition at line 98 of file stylegetter.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.