17 #ifndef MITKINTERACTEVENTCONST_H
18 #define MITKINTERACTEVENTCONST_H
30 static const std::string xmlHead();
33 static const std::string xmlTagConfigRoot();
34 static const std::string xmlTagEvents();
35 static const std::string xmlTagInteractions();
36 static const std::string xmlTagParam();
37 static const std::string xmlTagEventVariant();
38 static const std::string xmlTagAttribute();
39 static const std::string xmlTagRenderer();
42 static const std::string xmlParameterName();
43 static const std::string xmlParameterValue();
44 static const std::string xmlParameterEventVariant();
45 static const std::string xmlParameterEventClass();
48 static const std::string xmlEventPropertyModifier();
49 static const std::string xmlEventPropertyEventButton();
50 static const std::string xmlEventPropertyButtonState();
51 static const std::string xmlEventPropertyPositionInWorld();
52 static const std::string xmlEventPropertyPositionOnScreen();
53 static const std::string xmlEventPropertyKey();
54 static const std::string xmlEventPropertyScrollDirection();
55 static const std::string xmlEventPropertyWheelDelta();
56 static const std::string xmlEventPropertySignalName();
57 static const std::string xmlEventPropertyRendererName();
58 static const std::string xmlEventPropertyViewDirection();
59 static const std::string xmlEventPropertyMapperID();
61 static const std::string xmlRenderSizeX();
62 static const std::string xmlRenderSizeY();
63 static const std::string xmlRenderSizeZ();
65 static const std::string xmlViewUpX();
66 static const std::string xmlViewUpY();
67 static const std::string xmlViewUpZ();
69 static const std::string xmlCameraPositionX();
70 static const std::string xmlCameraPositionY();
71 static const std::string xmlCameraPositionZ();
73 static const std::string xmlCameraFocalPointX();
74 static const std::string xmlCameraFocalPointY();
75 static const std::string xmlCameraFocalPointZ();
79 #endif // ifndef MITKINTERACTEVENTCONST_H
Constants to describe Mouse Events and special Key Events.
DataCollection - Class to facilitate loading/accessing structured data.