blogilo
SyncUploader Class Reference
#include <syncuploader.h>
Inheritance diagram for SyncUploader:
Public Member Functions | |
SyncUploader (QObject *parent=0) | |
~SyncUploader () | |
QString | errorMessage () const |
bool | uploadMedia (Backend *backend, BilboMedia *media) |
Detailed Description
Synchronous uploader.
This class has just one function, that will upload a media object in synchronous way. (KBlog upload media asynchronous) and return True on success and false on failure.
Definition at line 41 of file syncuploader.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 46 of file syncuploader.cpp.
SyncUploader::~SyncUploader | ( | ) |
Definition at line 51 of file syncuploader.cpp.
Member Function Documentation
QString SyncUploader::errorMessage | ( | ) | const |
Definition at line 56 of file syncuploader.cpp.
bool SyncUploader::uploadMedia | ( | Backend * | backend, |
BilboMedia * | media | ||
) |
Synchronous Media file uploader!
- Returns
- True on success, and false on failure
Definition at line 61 of file syncuploader.cpp.
The documentation for this class was generated from the following files:
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.