OpenCOVER
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
18 namespace vrui
19 {
20 
21 class OPENVRUIEXPORT coFlatButtonGeometry
22  : public coButtonGeometry
23 {
24 public:
25  coFlatButtonGeometry(const std::string &name = "UI/haken");
26  virtual ~coFlatButtonGeometry();
27 
29  virtual const char *getClassName() const;
31  virtual bool isOfClassName(const char *) const;
32 };
33 }
34 #endif
Definition: coFlatButtonGeometry.h:21
Definition: coButtonGeometry.h:26