![]() |
LeechCraft
0.6.70-10870-g558588d6ec
Modular cross-platform feature rich live environment.
|
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 IWebWidget * | GetWidget () const =0 |
Returns the IWebWidget for use in another modules of LeechCraft. More... | |
virtual | ~IWebBrowser () |
Base class for plugins that provide a web browser.
Definition at line 98 of file iwebbrowser.h.
|
inlinevirtual |
Definition at line 116 of file iwebbrowser.h.
|
pure virtual |
Returns the IWebWidget for use in another modules of LeechCraft.
The ownership transfers to the caller.
Referenced by LeechCraft::Util::SelectableBrowser::Construct().
|
pure virtual |
Opens the url in the web browser itself.
[in] | url | The URL to open. |