alkimia
8.0.2
|
#include <alkwebpage.h>
Classes | |
class | Private |
Public Member Functions | |
AlkWebPage (QWidget *parent=nullptr) | |
virtual | ~AlkWebPage () |
void | load (const QUrl &url, const QString &acceptLanguage) |
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 37 of file alkwebpage.h.
AlkWebPage::AlkWebPage | ( | QWidget * | parent = nullptr | ) |
Definition at line 58 of file alkwebpage.cpp.
|
virtual |
Definition at line 67 of file alkwebpage.cpp.
References d.
QString AlkWebPage::getFirstElement | ( | const QString & | symbol | ) |
Definition at line 87 of file alkwebpage.cpp.
Referenced by AlkOnlineQuote::Private::slotLoadFinishedCssSelector().
void AlkWebPage::load | ( | const QUrl & | url, |
const QString & | acceptLanguage | ||
) |
Definition at line 72 of file alkwebpage.cpp.
Referenced by AlkOnlineQuote::Private::launchWebKitHtmlParser().
void AlkWebPage::setWebInspectorEnabled | ( | bool | enable | ) |
Definition at line 94 of file alkwebpage.cpp.
References d, and AlkWebPage::Private::setWebInspectorEnabled().
Referenced by AlkOnlineQuotesWidget::Private::slotShowButton().
QString AlkWebPage::toHtml | ( | ) |
Definition at line 81 of file alkwebpage.cpp.
bool AlkWebPage::webInspectorEnabled | ( | ) |
Definition at line 99 of file alkwebpage.cpp.
References d, and AlkWebPage::Private::webInspectorEnabled().
|
private |
Definition at line 50 of file alkwebpage.h.
Referenced by setWebInspectorEnabled(), webInspectorEnabled(), and ~AlkWebPage().