LeechCraft  0.6.70-13729-g7046a9d2a7
Modular cross-platform feature rich live environment.
IWebBrowser Class Referenceabstract

Base class for plugins that provide a web browser. More...

#include "iwebbrowser.h"

Public Member Functions

virtual void Open (const QString &url)=0
 Opens the url in the web browser itself. More...
 
virtual IWebWidgetGetWidget () const =0
 Returns the IWebWidget for use in another modules of LeechCraft. More...
 
virtual ~IWebBrowser ()
 

Detailed Description

Base class for plugins that provide a web browser.

Definition at line 98 of file iwebbrowser.h.

Constructor & Destructor Documentation

◆ ~IWebBrowser()

virtual IWebBrowser::~IWebBrowser ( )
inlinevirtual

Definition at line 116 of file iwebbrowser.h.

Member Function Documentation

◆ GetWidget()

virtual IWebWidget* IWebBrowser::GetWidget ( ) const
pure virtual

Returns the IWebWidget for use in another modules of LeechCraft.

The ownership transfers to the caller.

Returns
The IWebWidget.

Referenced by LC::Util::SelectableBrowser::Construct().

+ Here is the caller graph for this function:

◆ Open()

virtual void IWebBrowser::Open ( const QString &  url)
pure virtual

Opens the url in the web browser itself.

Parameters
[in]urlThe URL to open.

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