Public Member Functions | |
| VncClient () | |
| VncClient (const std::string &hostname, const GeometryHints &hints=GeometryHints()) | |
| bool | assign (VncImage *vncImage, const GeometryHints &hints=GeometryHints()) |
| bool | connect (const std::string &hostname, const GeometryHints &hints=GeometryHints()) |
| void | close () |
Protected Attributes | |
| osg::ref_ptr< VncImage > | _vncImage |
Convinience Vnc Client class that provides a interactive quad that can be placed directly in the scene.
| osgWidget::VncClient::VncClient | ( | ) | [inline] |
| osgWidget::VncClient::VncClient | ( | const std::string & | hostname, | |
| const GeometryHints & | hints = GeometryHints() | |||
| ) |
| bool osgWidget::VncClient::assign | ( | VncImage * | vncImage, | |
| const GeometryHints & | hints = GeometryHints() | |||
| ) |
| void osgWidget::VncClient::close | ( | ) |
| bool osgWidget::VncClient::connect | ( | const std::string & | hostname, | |
| const GeometryHints & | hints = GeometryHints() | |||
| ) |
osg::ref_ptr<VncImage> osgWidget::VncClient::_vncImage [protected] |
1.7.1