OpenCOVER
OSGVruiUIContainer.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 OSGVRUIUICONTAINER_H
9#define OSGVRUIUICONTAINER_H
10
13
14namespace vrui
15{
16
18{
19
20public:
23
24protected:
26};
27}
28#endif
collaborative interface manager
Definition: coVRCommunication.h:41
Definition: coUIContainer.h:24
Definition: OSGVruiUIContainer.h:18
OSGVruiUIContainer(coUIContainer *container)
coUIContainer * container
Definition: OSGVruiUIContainer.h:25
Definition: OSGVruiUIElement.h:21