OpenCOVER
OSGVruiNull.h
Go to the documentation of this file.
1/* This file is part of COVISE.
2
3 You can use it under the terms of the GNU Lesser General Public License
4 version 2.1 or later, see lgpl-2.1.txt.
5
6 * License: LGPL 2+ */
7
8#ifndef OSG_VRUI_NULL_H
9#define OSG_VRUI_NULL_H
10
11#include <util/coTypes.h>
12
14
21namespace vrui
22{
23
24class OSGVRUIEXPORT OSGVruiNull : public OSGVruiUIElement
25{
26
27public:
29 virtual ~OSGVruiNull();
30
32
33protected:
34 virtual void resizeGeometry();
35};
36}
37#endif
collaborative interface manager
Definition: coVRCommunication.h:41
Definition: coUIElement.h:53
Definition: OSGVruiNull.h:25
virtual ~OSGVruiNull()
virtual void resizeGeometry()
OSGVruiNull(coUIElement *element)
Definition: OSGVruiUIElement.h:21