OpenCOVER
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
vruiActionUserData.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 VRUI_ACTION_USER_DATA_H
9 #define VRUI_ACTION_USER_DATA_H
10 
11 #include <OpenVRUI/coAction.h>
13 
14 namespace vrui
15 {
16 
18 class OPENVRUIEXPORT vruiActionUserData : public virtual vruiUserData
19 {
20 public:
22  {
23  action = a;
24  }
25  virtual ~vruiActionUserData();
26 
28 };
29 }
30 #endif
coAction * action
the associated action
Definition: vruiActionUserData.h:27
Definition: coAction.h:25
vruiActionUserData(coAction *a)
Definition: vruiActionUserData.h:21
Userdata that can be attached to Nodes in the scenegraph.
Definition: vruiActionUserData.h:18
Userdata that can be attached to Nodes in the scenegraph.
Definition: vruiUserData.h:17