blogilo
postentry.h
Go to the documentation of this file.
void showStatusMessage(const QString &message, bool isPermanent)
To show a message on statusBar.
void postTitleChanged(const QString &title)
emitted when title of this entry changed.
void postPublishingDone(bool isError, const QString &customMessage)
This signal emitted when a post manipulation job e.g.
void replaceImageSrc(const QString &src, const QString &dest)
Definition: postentry.cpp:340
void submitPost(int blogId, const BilboPost &postData)
Definition: postentry.cpp:388
QString htmlContent() const
Returns the editor current text in html format Synchronizes HtmlEditor and editor tabs...
Definition: postentry.cpp:227
void setHtmlContent(const QString &content)
Sets the given string as the HtmlEditor and VisualEditor content.
Definition: postentry.cpp:242
Qt::LayoutDirection defaultLayoutDirection() const
Definition: postentry.cpp:323
Definition of a blog post! it's implemented to decrease dependency to KBlog :)
Definition: bilbopost.h:41
void sigBusy(bool isBusy)
This signal is emitted for operations in background, like request of some data from the web...
void setDefaultLayoutDirection(Qt::LayoutDirection direction)
Definition: postentry.cpp:328
void textChanged()
This signal is emitted when the content of VisualEditor or HtmlEditor changes.
Definition: bilbomedia.h:38
void postSavedLocally()
void slotPostPublished(int blog_id, BilboPost *post)
Definition: postentry.cpp:444
void postSavedTemporary()
This signal is emitted when the post is saved temporarily!
bool uploadMediaFiles(Backend *backend=0)
Will Upload media files not uploaded yet, and return true on success and false on failure...
Definition: postentry.cpp:345
void setPostBody(const QString &content, const QString &additionalContent=QString())
Definition: postentry.cpp:266
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.