blogilo
backend.h
Go to the documentation of this file.
110 void slotMediaError( KBlog::Blog::ErrorType type, const QString &errorMessage, KBlog::BlogMedia *media );
void sigCategoryListFetched(int blog_id)
emit when a categoriesListed() Done and Categories added to DB
Definition of a blog post! it's implemented to decrease dependency to KBlog :)
Definition: bilbopost.h:41
void sigError(const QString &errorMessage)
this signal emitted when an error occurred on current transaction.
void sigMediaError(const QString &errorMessage, BilboMedia *media)
void error(KBlog::Blog::ErrorType type, const QString &errorMessage)
Definition: backend.cpp:346
void fetchPost(BilboPost *post)
Fetch a blog post from the server with a specific ID.
Definition: backend.cpp:332
void sigEntriesListFetched(int blog_id)
emit when a entriesListed() Done and Entries added to DB
void sigPostFetched(BilboPost *post)
void getEntriesListFromServer(int count)
retrieve latest posts from server
Definition: backend.cpp:127
Definition: bilbomedia.h:38
void slotMediaError(KBlog::Blog::ErrorType type, const QString &errorMessage, KBlog::BlogMedia *media)
Definition: backend.cpp:356
void getCategoryListFromServer()
Request to Fetch categories list from server.
Definition: backend.cpp:86
void savePostInDbAndEmitResult(KBlog::BlogPost *post)
This function is called after a post published fine, to insert it to DB and emit sigPostPublished.
Definition: backend.cpp:393
void sigMediaUploaded(BilboMedia *media)
This signal is emitted when a media has been uploaded to the server.
void sigPostRemoved(int blog_id, const BilboPost &post)
this signal is emitted when a post removed successfully.
void entriesListed(const QList< KBlog::BlogPost > &posts)
Definition: backend.cpp:135
void sigPostPublished(int blog_id, BilboPost *post)
This signal is emitted when a post published/modified and added/edited to Database.
void categoriesListed(const QList< QMap< QString, QString > > &categories)
Definition: backend.cpp:101
This file is part of the KDE documentation.
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
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.