LeechCraft  0.6.70-15082-g543737046d
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 ~IWebBrowser ()=default
 
virtual std::unique_ptr< IWebWidgetCreateWidget () const =0
 Returns the IWebWidget for use in another modules of LeechCraft. More...
 

Detailed Description

Base class for plugins that provide a web browser.

Definition at line 83 of file iwebbrowser.h.

Constructor & Destructor Documentation

◆ ~IWebBrowser()

virtual IWebBrowser::~IWebBrowser ( )
virtualdefault

Member Function Documentation

◆ CreateWidget()

virtual std::unique_ptr<IWebWidget> IWebBrowser::CreateWidget ( ) const
pure virtual

Returns the IWebWidget for use in another modules of LeechCraft.

Returns
The IWebWidget.

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