blogilo
Go to the documentation of this file.
31 #include <kxmlguiwindow.h>
35 class KStatusNotifierItem;
51 class StorageServiceManager;
67 void slotOpenCurrentBlogInBrowser();
68 void slotSettingsChanged();
69 void slotCreateNewPost();
71 void slotPostTitleChanged(
const QString& title );
72 void slotToggleToolboxVisible(
bool isVisible );
73 void slotToolboxVisibilityChanged(
bool isVisible );
74 void slotActivePostChanged(
int tabIndex );
75 void slotNewPostOpened(
BilboPost &newPost,
int blog_id );
77 void slotPublishPost();
82 void slotRemovePostEntry(
int post );
84 void slotSavePostLocally();
86 void slotError(
const QString &errorMessage );
92 void uploadMediaObject();
94 void optionsPreferences();
95 void postManipulationDone(
bool isError,
const QString &customMessage );
96 void slotBusy(
bool isBusy );
97 void slotShowStatusMessage(
const QString &message,
bool isPermanent);
98 void currentBlogChanged(
QAction* );
100 void slotBlogAdded(
const BilboBlog &blog );
101 void slotBlogEdited(
const BilboBlog &blog );
102 void slotBlogRemoved(
int blog_id );
104 void slotDialogDestroyed(
QObject *win );
106 void slotCloseTabClicked();
107 void slotRemoveAllExclude(
int);
109 void slotUploadFileDone(
const QString &serviceName,
const QString &filename);
110 void slotUploadFileFailed(
const QString &serviceName,
const QString &filename);
111 void slotActionFailed(
const QString &serviceName,
const QString &filename);
118 void setCurrentBlog(
int blog_id );
120 void setupSystemTray();
122 void initStorageService();
123 void setupStatusBar();
133 KStatusNotifierItem *systemTray;
136 int previousActivePostIndex;
141 KSelectAction *blogs;
145 PimCommon::StorageServiceManager *mStorageManager;
void closeEvent(QCloseEvent *event)
Definition of a blog post! it's implemented to decrease dependency to KBlog :)
Post Entry Widget contains Editor, and Title box.
void mediaFilesUploaded(int count)
void keyPressEvent(QKeyEvent *event)
This file is part of the KDE documentation.
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.