OpenCOVER
coSquareButtonGeometry.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//-*-c++-*-
9#ifndef CO_SQUARE_BUTTON_GEOMETRY_H
10#define CO_SQUARE_BUTTON_GEOMETRY_H
11
13
14#include <string>
15
19namespace vrui
20{
21
22class OPENVRUIEXPORT coSquareButtonGeometry : public coButtonGeometry
23{
24public:
25 coSquareButtonGeometry(const std::string &name);
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: coSquareButtonGeometry.h:23
virtual bool isOfClassName(const char *) const
check if the Element or any ancestor is this classname
virtual ~coSquareButtonGeometry()
Destructor.
virtual const char * getClassName() const
get the Element's classname
coSquareButtonGeometry(const std::string &name)