OpenCOVER
coFlatPanelGeometry.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 CO_FLAT_PANEL_GEOMETRY_H
9#define CO_FLAT_PANEL_GEOMETRY_H
10
13
14namespace vrui
15{
16
17class OPENVRUIEXPORT coFlatPanelGeometry : public coPanelGeometry
18{
19public:
22
24 virtual const char *getClassName() const;
26 virtual bool isOfClassName(const char *) const;
27
29
30private:
31 coUIElement::Material backgroundMaterial;
32};
33}
34#endif
collaborative interface manager
Definition: coVRCommunication.h:41
Definition: coFlatPanelGeometry.h:18
coFlatPanelGeometry(coUIElement::Material backgroundMaterial)
coUIElement::Material getBackgroundMaterial() const
virtual bool isOfClassName(const char *) const
check if the Element or any ancestor is this classname
virtual const char * getClassName() const
get the Element's classname
Definition: coPanelGeometry.h:22
Material
Color definitions, to be used whenever a material is needed.
Definition: coUIElement.h:66