OpenSceneGraph 3.6.5
VncClient
Go to the documentation of this file.
1/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2008 Robert Osfield
2 *
3 * This library is open source and may be redistributed and/or modified under
4 * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or
5 * (at your option) any later version. The full license is in LICENSE file
6 * included with this distribution, and on the openscenegraph.org website.
7 *
8 * This library is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * OpenSceneGraph Public License for more details.
12*/
13
14#ifndef OSGWIDGET_VNCCLIENT
15#define OSGWIDGET_VNCCLIENT
16
17#include <osgDB/ReaderWriter>
18
19#include <osgWidget/PdfReader>
20
21namespace osgWidget {
22
24class VncImage : public osg::Image
25{
26 public:
27
29
30 virtual bool connect(const std::string& hostname) = 0;
31
32 virtual void close() = 0;
33
34 protected:
35
36 virtual ~VncImage() {}
37
38};
39
40
43{
44 public:
45
47
48 VncClient(const std::string& hostname, const GeometryHints& hints = GeometryHints());
49
50 bool assign(VncImage* vncImage, const GeometryHints& hints = GeometryHints());
51
52 bool connect(const std::string& hostname, const GeometryHints& hints = GeometryHints());
53
54 void close();
55
56 protected:
57
59};
60
61}
62
63#endif
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 void close()=0
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

osg logo
Generated at Sun Jul 27 2025 00:00:00 for the OpenSceneGraph by doxygen 1.14.0.