14#ifndef OSGWIDGET_VNCCLIENT
15#define OSGWIDGET_VNCCLIENT
30 virtual bool connect(
const std::string& hostname) = 0;
The osgWidget library is a NodeKit that extends the core scene graph to support a 2D (and eventually ...
Definition Box:21
A Geode is a "geometry node", that is, a leaf node on the scene graph that can have "renderable thing...
Definition Geode:29
Image class for encapsulating the storage texture image data.
Definition Image:179
Smart pointer for handling referenced counted objects.
Definition ref_ptr:32
Hints structure that can be passed to PdfReader and VncClient classes to help guide them on what geom...
Definition PdfReader:27
Pure virtual base class for VncImage that is sublcassed by vnc plugin to provide the actual implement...
Definition VncClient:25
virtual bool connect(const std::string &hostname)=0
VncImage()
Definition VncClient:28
virtual ~VncImage()
Definition VncClient:36
osg::ref_ptr< VncImage > _vncImage
Definition VncClient:58
VncClient(const std::string &hostname, const GeometryHints &hints=GeometryHints())
VncClient()
Definition VncClient:46
bool connect(const std::string &hostname, const GeometryHints &hints=GeometryHints())
bool assign(VncImage *vncImage, const GeometryHints &hints=GeometryHints())
#define OSGWIDGET_EXPORT
Definition Export:42