Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
mitkInteractionEventConst.cpp
Go to the documentation of this file.
1 /*===================================================================
2 
3  The Medical Imaging Interaction Toolkit (MITK)
4 
5  Copyright (c) German Cancer Research Center,
6  Division of Medical and Biological Informatics.
7  All rights reserved.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without
10  even the implied warranty of MERCHANTABILITY or FITNESS FOR
11  A PARTICULAR PURPOSE.
12 
13  See LICENSE.txt or http://www.mitk.org for details.
14 
15  ===================================================================*/
16 
18 
19 namespace mitk
20 {
21  const std::string InteractionEventConst::xmlHead()
22  {
23  static const std::string xmlHead = "<?xml version='1.0'?>";
24  return xmlHead;
25  }
26 
28  {
29  static const std::string xmlTagConfigRoot = "config";
30  return xmlTagConfigRoot;
31  }
32 
34  {
35  static const std::string xmlTagEvents = "events";
36  return xmlTagEvents;
37  }
38 
40  {
41  static const std::string xmlTagInteractions = "interactions";
42  return xmlTagInteractions;
43  }
44 
46  {
47  static const std::string xmlTagRenderer = "renderer";
48  return xmlTagRenderer;
49  }
50 
52  {
53  static const std::string xmlTagParam = "param";
54  return xmlTagParam;
55  }
56 
58  {
59  static const std::string xmlTagEventVariant = "event_variant";
60  return xmlTagEventVariant;
61  }
62 
64  {
65  static const std::string xmlTagAttribute = "attribute";
66  return xmlTagAttribute;
67  }
68 
70  {
71  static const std::string xmlParameterName = "name";
72  return xmlParameterName;
73  }
74 
76  {
77  static const std::string xmlParameterValue = "value";
78  return xmlParameterValue;
79  }
80 
82  {
83  static const std::string xmlParameterEventVariant = "event_variant";
85  }
86 
88  {
89  static const std::string xmlParameterEventClass = "class";
91  }
92 
94  {
95  static const std::string xmlEventPropertyModifier = "Modifiers";
97  }
98 
100  {
101  static const std::string xmlEventPropertyEventButton = "EventButton";
103  }
104 
106  {
107  static const std::string xmlEventPropertyButtonState = "ButtonState";
109  }
110 
112  {
113  static const std::string xmlEventPropertyPosition = "PositionInWorld";
114  return xmlEventPropertyPosition;
115  }
116 
118  {
119  static const std::string xmlEventPropertyPosition = "PositionOnScreen";
120  return xmlEventPropertyPosition;
121  }
122 
124  {
125  static const std::string xmlEventPropertyKey = "Key";
126  return xmlEventPropertyKey;
127  }
128 
130  {
131  static const std::string xmlEventPropertyScrollDirection = "ScrollDirection";
133  }
134 
136  {
137  static const std::string xmlEventPropertyWheelDelta = "WheelDelta";
139  }
140 
142  {
143  static const std::string xmlEventPropertySignalName = "SignalName";
145  }
146 
148  {
149  static const std::string xmlEventPropertyRendererName = "RendererName";
151  }
152 
154  {
155  static const std::string xmlEventPropertyViewDirection = "ViewDirection";
157  }
158 
160  {
161  static const std::string xmlEventPropertyMapperID = "MapperID";
163  }
164 
166  {
167  static const std::string xmlSize = "RenderSizeX";
168  return xmlSize;
169  }
170 
172  {
173  static const std::string xmlSize = "RenderSizeY";
174  return xmlSize;
175  }
176 
178  {
179  static const std::string xmlSize = "RenderSizeZ";
180  return xmlSize;
181  }
182 
184  {
185  static const std::string xmlSize = "ViewUpX";
186  return xmlSize;
187  }
188 
190  {
191  static const std::string xmlSize = "ViewUpY";
192  return xmlSize;
193  }
194 
196  {
197  static const std::string xmlSize = "ViewUpZ";
198  return xmlSize;
199  }
200 
202  {
203  static const std::string xmlSize = "CameraPositionX";
204  return xmlSize;
205  }
206 
208  {
209  static const std::string xmlSize = "CameraPositionY";
210  return xmlSize;
211  }
212 
214  {
215  static const std::string xmlSize = "CameraPositionZ";
216  return xmlSize;
217  }
218 
220  {
221  static const std::string xmlSize = "CameraFocalPointX";
222  return xmlSize;
223  }
224 
226  {
227  static const std::string xmlSize = "CameraFocalPointY";
228  return xmlSize;
229  }
230 
232  {
233  static const std::string xmlSize = "CameraFocalPointZ";
234  return xmlSize;
235  }
236 }
static const std::string xmlCameraPositionZ()
static const std::string xmlEventPropertyPositionInWorld()
static const std::string xmlEventPropertyPositionOnScreen()
static const std::string xmlParameterName()
static const std::string xmlViewUpX()
static const std::string xmlEventPropertyRendererName()
static const std::string xmlParameterValue()
static const std::string xmlEventPropertyEventButton()
static const std::string xmlTagConfigRoot()
static const std::string xmlTagInteractions()
static const std::string xmlEventPropertyMapperID()
static const std::string xmlTagParam()
DataCollection - Class to facilitate loading/accessing structured data.
static const std::string xmlCameraFocalPointZ()
static const std::string xmlEventPropertyModifier()
static const std::string xmlEventPropertyScrollDirection()
static const std::string xmlParameterEventClass()
static const std::string xmlEventPropertyButtonState()
static const std::string xmlCameraFocalPointX()
static const std::string xmlParameterEventVariant()
static const std::string xmlCameraFocalPointY()
static const std::string xmlRenderSizeX()
static const std::string xmlRenderSizeY()
static const std::string xmlEventPropertyWheelDelta()
static const std::string xmlEventPropertyKey()
static const std::string xmlEventPropertyViewDirection()
static const std::string xmlTagRenderer()
static const std::string xmlTagEventVariant()
static const std::string xmlTagEvents()
static const std::string xmlViewUpY()
static const std::string xmlCameraPositionX()
static const std::string xmlHead()
static const std::string xmlCameraPositionY()
static const std::string xmlRenderSizeZ()
static const std::string xmlEventPropertySignalName()
static const std::string xmlViewUpZ()
static const std::string xmlTagAttribute()