alkimia
8.0.3
|
#include <alkwebpage.h>
Classes | |
class | Private |
Signals | |
void | loadStarted () |
void | loadFinished (bool) |
Public Member Functions | |
AlkWebPage (QWidget *parent=nullptr) | |
virtual | ~AlkWebPage () |
QWidget * | widget () |
void | load (const QUrl &url, const QString &acceptLanguage) |
void | setUrl (const QUrl &url) |
void | setContent (const QString &s) |
QString | toHtml () |
QString | getFirstElement (const QString &symbol) |
void | setWebInspectorEnabled (bool enable) |
bool | webInspectorEnabled () |
Private Attributes | |
Private * | d |
The AlkWebPage class provides an interface to a browser component with javascript support It is used for fetching and showing web pages.
Definition at line 69 of file alkwebpage.h.
AlkWebPage::AlkWebPage | ( | QWidget * | parent = nullptr | ) |
Definition at line 117 of file alkwebpage.cpp.
|
virtual |
Definition at line 123 of file alkwebpage.cpp.
References d.
QString AlkWebPage::getFirstElement | ( | const QString & | symbol | ) |
Definition at line 154 of file alkwebpage.cpp.
Referenced by AlkOnlineQuote::Private::slotLoadFinishedCssSelector().
void AlkWebPage::load | ( | const QUrl & | url, |
const QString & | acceptLanguage | ||
) |
Definition at line 133 of file alkwebpage.cpp.
Referenced by AlkOnlineQuote::Private::launchWebKitHtmlParser().
|
signal |
|
signal |
void AlkWebPage::setContent | ( | const QString & | s | ) |
Definition at line 144 of file alkwebpage.cpp.
Referenced by AlkOnlineQuote::Private::launchNative().
void AlkWebPage::setUrl | ( | const QUrl & | url | ) |
Definition at line 139 of file alkwebpage.cpp.
Referenced by AlkOnlineQuote::Private::launchWebKitCssSelector().
void AlkWebPage::setWebInspectorEnabled | ( | bool | enable | ) |
Definition at line 161 of file alkwebpage.cpp.
Referenced by AlkOnlineQuotesWidget::Private::slotShowButton().
QString AlkWebPage::toHtml | ( | ) |
Definition at line 149 of file alkwebpage.cpp.
bool AlkWebPage::webInspectorEnabled | ( | ) |
Definition at line 166 of file alkwebpage.cpp.
QWidget * AlkWebPage::widget | ( | ) |
Definition at line 128 of file alkwebpage.cpp.
Referenced by AlkOnlineQuotesWidget::Private::slotShowButton().
|
private |
Definition at line 89 of file alkwebpage.h.
Referenced by ~AlkWebPage().