![]() |
LeechCraft 0.6.70-14794-g33744ae6ce
Modular cross-platform feature rich live environment.
|
Base class for plugins that provide a web browser. More...
#include "iwebbrowser.h"
Public Member Functions | |
virtual | ~IWebBrowser ()=default |
virtual IWebWidget * | GetWidget () const =0 |
Returns the IWebWidget for use in another modules of LeechCraft. | |
Base class for plugins that provide a web browser.
Definition at line 82 of file iwebbrowser.h.
|
virtualdefault |
|
pure virtual |
Returns the IWebWidget for use in another modules of LeechCraft.
The ownership transfers to the caller.
Referenced by LC::Util::SelectableBrowser::Construct().