blogilo
#include <bilbobrowser.h>
Signals | |
void | sigSetBlogStyle () |
Public Member Functions | |
BilboBrowser (QWidget *parent=0) | |
~BilboBrowser () | |
void | setHtml (const QString &title, const QString &content) |
void | stop () |
Protected Slots | |
void | slotCompleted (bool) |
void | slotGetBlogStyle () |
void | slotSetBlogStyle () |
void | slotSetStatusBarText (const QString &text) |
void | slotViewModeChanged () |
Detailed Description
Implements a simple browser widget for use in blogilo Post Preview.
In addition to normal browsing tools, it has a button for fetching blog styles from the web. This class will use on Win32!
Definition at line 47 of file bilbobrowser.h.
Constructor & Destructor Documentation
|
explicit |
BilboBrowser constructor.
Creates a widget that consists of a KHTMLView, some common browsing tools, and a button for getting blog style.
- Parameters
-
parent is parent widget
Definition at line 45 of file bilbobrowser.cpp.
BilboBrowser::~BilboBrowser | ( | ) |
BilboBrowser destructor.
Definition at line 59 of file bilbobrowser.cpp.
Member Function Documentation
void BilboBrowser::setHtml | ( | const QString & | title, |
const QString & | content | ||
) |
Shows a post with given title and content in the browser.
- Parameters
-
title is the post title. content is the post content.
Definition at line 99 of file bilbobrowser.cpp.
|
signal |
This signal is emmited when the browser finishes getting blog style.
|
protectedslot |
Definition at line 155 of file bilbobrowser.cpp.
|
protectedslot |
Definition at line 123 of file bilbobrowser.cpp.
|
protectedslot |
Definition at line 145 of file bilbobrowser.cpp.
|
protectedslot |
Definition at line 163 of file bilbobrowser.cpp.
|
protectedslot |
Definition at line 170 of file bilbobrowser.cpp.
void BilboBrowser::stop | ( | ) |
Definition at line 118 of file bilbobrowser.cpp.
The documentation for this class was generated from the following files:
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.