openscenegraph
|
Public Member Functions | |
BrowserImage () | |
virtual void | navigateTo (const std::string &url)=0 |
Protected Member Functions | |
virtual | ~BrowserImage () |
Pure virtual base class that provides the browser interface for integration with 3rd party implementations. Implementations of BrowserImage are provided via the gecko plugin.
osgWidget::BrowserImage::BrowserImage | ( | ) | [inline] |
virtual osgWidget::BrowserImage::~BrowserImage | ( | ) | [inline, protected, virtual] |
virtual void osgWidget::BrowserImage::navigateTo | ( | const std::string & | url | ) | [pure virtual] |
Implemented in osgQt::QWebViewImage.