Cleaned up osgWidget::VncClient and osgWidget::Browser so that their implementations are all more consitent with the osgWidget::PdfReader.
This commit is contained in:
@@ -45,11 +45,11 @@ class OSGWIDGET_EXPORT VncClient : public osg::Geode
|
||||
|
||||
VncClient() {}
|
||||
|
||||
VncClient(const std::string& hostname, GeometryHints hints = GeometryHints());
|
||||
VncClient(const std::string& hostname, const GeometryHints& hints = GeometryHints());
|
||||
|
||||
bool assign(VncImage* vncImage, GeometryHints hints = GeometryHints());
|
||||
bool assign(VncImage* vncImage, const GeometryHints& hints = GeometryHints());
|
||||
|
||||
bool connect(const std::string& hostname, GeometryHints hints = GeometryHints());
|
||||
bool connect(const std::string& hostname, const GeometryHints& hints = GeometryHints());
|
||||
|
||||
void close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user