13 #ifndef mitkInteractionEventConst_h
14 #define mitkInteractionEventConst_h
26 static const std::string xmlHead();
29 static const std::string xmlTagConfigRoot();
30 static const std::string xmlTagEvents();
31 static const std::string xmlTagInteractions();
32 static const std::string xmlTagParam();
33 static const std::string xmlTagEventVariant();
34 static const std::string xmlTagAttribute();
35 static const std::string xmlTagRenderer();
38 static const std::string xmlParameterName();
39 static const std::string xmlParameterValue();
40 static const std::string xmlParameterEventVariant();
41 static const std::string xmlParameterEventClass();
44 static const std::string xmlEventPropertyModifier();
45 static const std::string xmlEventPropertyEventButton();
46 static const std::string xmlEventPropertyButtonState();
47 static const std::string xmlEventPropertyPositionInWorld();
48 static const std::string xmlEventPropertyPositionOnScreen();
49 static const std::string xmlEventPropertyKey();
50 static const std::string xmlEventPropertyScrollDirection();
51 static const std::string xmlEventPropertyWheelDelta();
52 static const std::string xmlEventPropertySignalName();
53 static const std::string xmlEventPropertyRendererName();
54 static const std::string xmlEventPropertyViewDirection();
55 static const std::string xmlEventPropertyMapperID();
57 static const std::string xmlRenderSizeX();
58 static const std::string xmlRenderSizeY();
59 static const std::string xmlRenderSizeZ();
61 static const std::string xmlViewUpX();
62 static const std::string xmlViewUpY();
63 static const std::string xmlViewUpZ();
65 static const std::string xmlCameraPositionX();
66 static const std::string xmlCameraPositionY();
67 static const std::string xmlCameraPositionZ();
69 static const std::string xmlCameraFocalPointX();
70 static const std::string xmlCameraFocalPointY();
71 static const std::string xmlCameraFocalPointZ();