alkimia  8.0.3
Classes | Signals | Public Member Functions | Private Attributes | List of all members
AlkWebPage Class Reference

#include <alkwebpage.h>

Inheritance diagram for AlkWebPage:

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

Privated
 

Detailed Description

The AlkWebPage class provides an interface to a browser component with javascript support It is used for fetching and showing web pages.

Author
Ralf Habacker ralf..nosp@m.haba.nosp@m.cker@.nosp@m.free.nosp@m.net.d.nosp@m.e

Definition at line 69 of file alkwebpage.h.

Constructor & Destructor Documentation

◆ AlkWebPage()

AlkWebPage::AlkWebPage ( QWidget *  parent = nullptr)

Definition at line 117 of file alkwebpage.cpp.

◆ ~AlkWebPage()

AlkWebPage::~AlkWebPage ( )
virtual

Definition at line 123 of file alkwebpage.cpp.

References d.

Member Function Documentation

◆ getFirstElement()

QString AlkWebPage::getFirstElement ( const QString &  symbol)

◆ load()

void AlkWebPage::load ( const QUrl &  url,
const QString &  acceptLanguage 
)

Definition at line 133 of file alkwebpage.cpp.

Referenced by AlkOnlineQuote::Private::launchWebKitHtmlParser().

◆ loadFinished

void AlkWebPage::loadFinished ( bool  )
signal

◆ loadStarted

void AlkWebPage::loadStarted ( )
signal

◆ setContent()

void AlkWebPage::setContent ( const QString &  s)

Definition at line 144 of file alkwebpage.cpp.

Referenced by AlkOnlineQuote::Private::launchNative().

◆ setUrl()

void AlkWebPage::setUrl ( const QUrl &  url)

Definition at line 139 of file alkwebpage.cpp.

Referenced by AlkOnlineQuote::Private::launchWebKitCssSelector().

◆ setWebInspectorEnabled()

void AlkWebPage::setWebInspectorEnabled ( bool  enable)

Definition at line 161 of file alkwebpage.cpp.

Referenced by AlkOnlineQuotesWidget::Private::slotShowButton().

◆ toHtml()

QString AlkWebPage::toHtml ( )

Definition at line 149 of file alkwebpage.cpp.

◆ webInspectorEnabled()

bool AlkWebPage::webInspectorEnabled ( )

Definition at line 166 of file alkwebpage.cpp.

◆ widget()

QWidget * AlkWebPage::widget ( )

Definition at line 128 of file alkwebpage.cpp.

Referenced by AlkOnlineQuotesWidget::Private::slotShowButton().

Member Data Documentation

◆ d

Private* AlkWebPage::d
private

Definition at line 88 of file alkwebpage.h.

Referenced by ~AlkWebPage().


The documentation for this class was generated from the following files: