OpenCOVER
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
coTrackerButtonInteraction.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_TRACKERBUTTONINTERACTION_H
9 #define CO_TRACKERBUTTONINTERACTION_H
10 
13 
14 namespace vrui
15 {
16 
17 class vruiButtons;
18 
19 class OPENVRUIEXPORT coTrackerButtonInteraction
20  : public coButtonInteraction
21 {
22 public:
23  coTrackerButtonInteraction(InteractionType type, const std::string &name, InteractionPriority priority = Medium);
24  virtual ~coTrackerButtonInteraction();
25 
26 protected:
27  virtual void update();
28 };
29 }
30 #endif
Definition: coTrackerButtonInteraction.h:19
Definition: coButtonInteraction.h:19
InteractionType
Definition: coInteraction.h:44
InteractionPriority
Definition: coInteraction.h:33