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

#include <alkwebpage.h>

Inheritance diagram for AlkWebPage:

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

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 37 of file alkwebpage.h.

Constructor & Destructor Documentation

◆ AlkWebPage()

AlkWebPage::AlkWebPage ( QWidget *  parent = nullptr)

Definition at line 58 of file alkwebpage.cpp.

◆ ~AlkWebPage()

AlkWebPage::~AlkWebPage ( )
virtual

Definition at line 67 of file alkwebpage.cpp.

Member Function Documentation

◆ getFirstElement()

QString AlkWebPage::getFirstElement ( const QString &  symbol)

Definition at line 87 of file alkwebpage.cpp.

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

◆ load()

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

Definition at line 72 of file alkwebpage.cpp.

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

◆ setWebInspectorEnabled()

void AlkWebPage::setWebInspectorEnabled ( bool  enable)

◆ toHtml()

QString AlkWebPage::toHtml ( )

Definition at line 81 of file alkwebpage.cpp.

◆ webInspectorEnabled()

bool AlkWebPage::webInspectorEnabled ( )

Definition at line 99 of file alkwebpage.cpp.

References d, and AlkWebPage::Private::webInspectorEnabled().

Member Data Documentation

◆ d

Private* AlkWebPage::d
private

Definition at line 50 of file alkwebpage.h.

Referenced by setWebInspectorEnabled(), and webInspectorEnabled().


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