blogilo
#include <bilboblog.h>
Public Types | |
enum | ApiType { BLOGGER1_API = 0, METAWEBLOG_API, MOVABLETYPE_API, WORDPRESSBUGGY_API, BLOGGER_API } |
Public Member Functions | |
BilboBlog (QObject *parent=0) | |
BilboBlog (const BilboBlog &) | |
~BilboBlog () | |
ApiType | api () const |
QMap< QString, QString > | authData () const |
KBlog::Blog * | blogBackend () |
QString | blogid () const |
QString | blogUrl () const |
Qt::LayoutDirection | direction () const |
int | id () const |
bool | isError () const |
QString | localDirectory () const |
QString | password () const |
void | setApi (const ApiType) |
void | setAuthData (const QMap< QString, QString > &authData) |
void | setBlogId (const QString &) |
void | setBlogUrl (const QString &blogUrl) |
void | setDirection (const Qt::LayoutDirection) |
void | setError (bool isError) |
void | setId (const int) |
void | setLocalDirectory (const QString &) |
void | setPassword (const QString &) |
void | setTitle (const QString &) |
void | setUrl (const KUrl &) |
void | setUsername (const QString &) |
bool | supportCategory () const |
bool | supportTag () const |
bool | supportUploadMedia () const |
QString | title () const |
KUrl | url () const |
QString | username () const |
Public Member Functions inherited from QObject | |
QObject (QObject *parent) | |
QObject (QObject *parent, const char *name) | |
virtual | ~QObject () |
bool | blockSignals (bool block) |
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
const QObjectList & | children () const |
const char * | className () const |
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const QObject *receiver, const char *method) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
T | findChild (const QString &name) const |
QList< T > | findChildren (const QRegExp ®Exp) const |
QList< T > | findChildren (const QString &name) const |
bool | inherits (const char *className) const |
void | insertChild (QObject *object) |
void | installEventFilter (QObject *filterObj) |
bool | isA (const char *className) const |
bool | isWidgetType () const |
void | killTimer (int id) |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
const char * | name () const |
const char * | name (const char *defaultName) const |
QString | objectName () const |
QObject * | parent () const |
QVariant | property (const char *name) const |
void | removeChild (QObject *object) |
void | removeEventFilter (QObject *obj) |
void | setName (const char *name) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
QThread * | thread () const |
Additional Inherited Members | |
Static Public Member Functions inherited from QObject | |
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Member Functions inherited from QObject | |
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
Static Protected Member Functions inherited from QObject | |
QByteArray | normalizeSignalSlot (const char *signalSlot) |
Properties inherited from QObject | |
objectName | |
Detailed Description
Blog definition class!
Definition at line 40 of file bilboblog.h.
Member Enumeration Documentation
enum BilboBlog::ApiType |
Enumerator | |
---|---|
BLOGGER1_API | |
METAWEBLOG_API | |
MOVABLETYPE_API | |
WORDPRESSBUGGY_API | |
BLOGGER_API |
Definition at line 44 of file bilboblog.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 57 of file bilboblog.cpp.
BilboBlog::BilboBlog | ( | const BilboBlog & | blog | ) |
Definition at line 64 of file bilboblog.cpp.
BilboBlog::~BilboBlog | ( | ) |
Definition at line 80 of file bilboblog.cpp.
Member Function Documentation
BilboBlog::ApiType BilboBlog::api | ( | ) | const |
Definition at line 175 of file bilboblog.cpp.
Definition at line 280 of file bilboblog.cpp.
KBlog::Blog * BilboBlog::blogBackend | ( | ) |
Definition at line 85 of file bilboblog.cpp.
QString BilboBlog::blogid | ( | ) | const |
Definition at line 135 of file bilboblog.cpp.
QString BilboBlog::blogUrl | ( | ) | const |
return Blog Actual Url! For http://bilbo.wordpress.com : it's url() is http://bilbo.wordpress.com/xmlrpc.php and it's blogUrl() is http://bilbo.wordpress.com/
- Returns
- Blog actual url.
Definition at line 247 of file bilboblog.cpp.
Qt::LayoutDirection BilboBlog::direction | ( | ) | const |
Definition at line 227 of file bilboblog.cpp.
int BilboBlog::id | ( | ) | const |
Definition at line 217 of file bilboblog.cpp.
bool BilboBlog::isError | ( | ) | const |
Definition at line 115 of file bilboblog.cpp.
QString BilboBlog::localDirectory | ( | ) | const |
Definition at line 237 of file bilboblog.cpp.
QString BilboBlog::password | ( | ) | const |
Definition at line 155 of file bilboblog.cpp.
void BilboBlog::setApi | ( | const ApiType | api | ) |
Definition at line 180 of file bilboblog.cpp.
Definition at line 275 of file bilboblog.cpp.
void BilboBlog::setBlogId | ( | const QString & | url | ) |
Definition at line 140 of file bilboblog.cpp.
void BilboBlog::setBlogUrl | ( | const QString & | blogUrl | ) |
Definition at line 255 of file bilboblog.cpp.
void BilboBlog::setDirection | ( | const Qt::LayoutDirection | dir | ) |
Definition at line 232 of file bilboblog.cpp.
void BilboBlog::setError | ( | bool | isError | ) |
Definition at line 120 of file bilboblog.cpp.
void BilboBlog::setId | ( | const int | id | ) |
Definition at line 222 of file bilboblog.cpp.
void BilboBlog::setLocalDirectory | ( | const QString & | directory | ) |
Definition at line 242 of file bilboblog.cpp.
void BilboBlog::setPassword | ( | const QString & | password | ) |
Definition at line 160 of file bilboblog.cpp.
void BilboBlog::setTitle | ( | const QString & | title | ) |
Definition at line 170 of file bilboblog.cpp.
void BilboBlog::setUrl | ( | const KUrl & | url | ) |
Definition at line 130 of file bilboblog.cpp.
void BilboBlog::setUsername | ( | const QString & | username | ) |
Definition at line 150 of file bilboblog.cpp.
bool BilboBlog::supportCategory | ( | ) | const |
Definition at line 265 of file bilboblog.cpp.
bool BilboBlog::supportTag | ( | ) | const |
Definition at line 270 of file bilboblog.cpp.
bool BilboBlog::supportUploadMedia | ( | ) | const |
Definition at line 260 of file bilboblog.cpp.
QString BilboBlog::title | ( | ) | const |
Definition at line 165 of file bilboblog.cpp.
KUrl BilboBlog::url | ( | ) | const |
returns blog xmlrpc Url! For http://bilbo.wordpress.com : it's url() is http://bilbo.wordpress.com/xmlrpc.php and it's blogUrl() is http://bilbo.wordpress.com/
- Returns
- url usable for xmlrpc!
Definition at line 125 of file bilboblog.cpp.
QString BilboBlog::username | ( | ) | const |
Definition at line 145 of file bilboblog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:16 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.