OpenCOVER
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
15namespace vrui
16{
17
18class OPENVRUIEXPORT coDefaultButtonGeometry : public coButtonGeometry
19{
20public:
21 coDefaultButtonGeometry(const std::string &name);
23
25 virtual const char *getClassName() const;
27 virtual bool isOfClassName(const char *) const;
28};
29}
30#endif
collaborative interface manager
Definition: coVRCommunication.h:41
Definition: coButtonGeometry.h:27
Definition: coDefaultButtonGeometry.h:19
virtual const char * getClassName() const
get the Element's classname
coDefaultButtonGeometry(const std::string &name)
virtual bool isOfClassName(const char *) const
check if the Element or any ancestor is this classname