#include <bbtkInterpreterVirtual.h>

Public Member Functions | |
| InterpreterUser () | |
| virtual | ~InterpreterUser () |
| virtual bool | InterpreterUserHasOwnHtmlPageViewer () |
| virtual void | InterpreterUserViewHtmlPage (const std::string &) |
Definition at line 62 of file bbtkInterpreterVirtual.h.
| bbtk::InterpreterUser::InterpreterUser | ( | ) | [inline] |
| virtual bbtk::InterpreterUser::~InterpreterUser | ( | ) | [inline, virtual] |
| virtual bool bbtk::InterpreterUser::InterpreterUserHasOwnHtmlPageViewer | ( | ) | [inline, virtual] |
Reimplemented in bbtk::WxGUIConsole, and bbtk::WxGUIScriptingInterface.
Definition at line 68 of file bbtkInterpreterVirtual.h.
Referenced by bbtk::Interpreter::commandGraph().

| virtual void bbtk::InterpreterUser::InterpreterUserViewHtmlPage | ( | const std::string & | ) | [inline, virtual] |
Reimplemented in bbtk::WxGUIConsole, and bbtk::WxGUIScriptingInterface.
Definition at line 69 of file bbtkInterpreterVirtual.h.
Referenced by bbtk::Interpreter::commandGraph(), and bbtk::Interpreter::commandHelp().

1.5.7.1