bbtk::WxGUIHtmlBrowserUser Class Reference

Abstract class which defines the callbacks invoked by WxGUIHtmlBrowser. More...

#include <bbtkWxGUIHtmlBrowser.h>

Inheritance diagram for bbtk::WxGUIHtmlBrowserUser:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 WxGUIHtmlBrowserUser ()
virtual ~WxGUIHtmlBrowserUser ()
virtual bool WxGUIHtmlBrowserUserOnLinkClicked (const std::string &target)


Detailed Description

Abstract class which defines the callbacks invoked by WxGUIHtmlBrowser.

Definition at line 96 of file bbtkWxGUIHtmlBrowser.h.


Constructor & Destructor Documentation

bbtk::WxGUIHtmlBrowserUser::WxGUIHtmlBrowserUser (  )  [inline]

Definition at line 99 of file bbtkWxGUIHtmlBrowser.h.

00099 {}

virtual bbtk::WxGUIHtmlBrowserUser::~WxGUIHtmlBrowserUser (  )  [inline, virtual]

Definition at line 100 of file bbtkWxGUIHtmlBrowser.h.

00100 {}


Member Function Documentation

virtual bool bbtk::WxGUIHtmlBrowserUser::WxGUIHtmlBrowserUserOnLinkClicked ( const std::string &  target  )  [inline, virtual]

Reimplemented in bbtk::WxGUIScriptingInterface.

Definition at line 102 of file bbtkWxGUIHtmlBrowser.h.

Referenced by bbtk::WxGUIHtmlBrowser::OnLinkClicked(), and bbtk::WxGUIHtmlBrowser::OnLinkClicked2().

00103     { return true; }

Here is the caller graph for this function:


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

Generated on Thu May 31 14:15:21 2012 for BBTK by  doxygen 1.5.7.1