OpenCOVER
coFlatButtonGeometry.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_BUTTON_GEOMETRY_H
9#define CO_FLAT_BUTTON_GEOMETRY_H
10
12
13#include <string>
14
18namespace vrui
19{
20
21class OPENVRUIEXPORT coFlatButtonGeometry
22 : public coButtonGeometry
23{
24public:
25 coFlatButtonGeometry(const std::string &name = "UI/haken");
27
29 virtual const char *getClassName() const;
31 virtual bool isOfClassName(const char *) const;
32};
33}
34#endif
collaborative interface manager
Definition: coVRCommunication.h:41
Definition: coButtonGeometry.h:27
Definition: coFlatButtonGeometry.h:23
virtual const char * getClassName() const
get the Element's classname
coFlatButtonGeometry(const std::string &name="UI/haken")
virtual bool isOfClassName(const char *) const
check if the Element or any ancestor is this classname