LeechCraft 0.6.70-14794-g33744ae6ce
Modular cross-platform feature rich live environment.
Loading...
Searching...
No Matches
IWebBrowser Class Referenceabstract

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

#include "iwebbrowser.h"

Public Member Functions

virtual ~IWebBrowser ()=default
 
virtual IWebWidgetGetWidget () const =0
 Returns the IWebWidget for use in another modules of LeechCraft.
 

Detailed Description

Base class for plugins that provide a web browser.

Definition at line 82 of file iwebbrowser.h.

Constructor & Destructor Documentation

◆ ~IWebBrowser()

virtual IWebBrowser::~IWebBrowser ( )
virtualdefault

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:

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