OpenCOVER
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
coDefaultButtonGeometry.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_DEFAULT_BUTTON_GEOMETRY_H
9 #define CO_DEFAULT_BUTTON_GEOMETRY_H
10 
12 
13 #include <string>
14 
15 namespace vrui
16 {
17 
18 class OPENVRUIEXPORT coDefaultButtonGeometry : public coButtonGeometry
19 {
20 public:
21  coDefaultButtonGeometry(const std::string &name);
22  virtual ~coDefaultButtonGeometry();
23 
25  virtual const char *getClassName() const;
27  virtual bool isOfClassName(const char *) const;
28 };
29 }
30 #endif
Definition: coDefaultButtonGeometry.h:18
Definition: coButtonGeometry.h:26