VR-Forces 4.1 Class Documentation
eventHandlers.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: eventHandlers.h,v $ $Revision: 1.87 $ $State: Exp $
7 *******************************************************************************/
8 
11 
16 
25 
26 #ifndef EVENTHANDLERS_H_
27 #define EVENTHANDLERS_H_
28 
30 {
40 
50 
52 
54 
72 
75 
79 
106 
110 
123 
133 
137 
140 
148 
151 
153 };
154 
155 #define DtNewEventHandlerType(newType, value) const DtEventHandlerType newType = (DtEventHandlerType)((int)DtUserHandlerBaseType + value);
156 
158 {
163 
165 
166  DtDelete = 1001,
167 
169 
171  DtPanNorth = 2002,
173  DtPanEast = 2004,
175  DtPanSouth = 2006,
177  DtPanWest = 2008,
179  DtZoomIn = 2010,
180  DtZoomOut = 2011,
191 
200 
203 
209 
230 
231  DtShowHelp = 6300,
234 
236  DtWaitForNew = 7201,
237 
240 
244 
247 
248  DtBatchRun = 7250,
249  DtBatchLoad = 7251,
250  DtBatchClose = 7252,
251 
256 
259 
265 
267  DtAddToForce = 7951,
270 
273 
277 
280 
282 };
283 
284 #define DtNewUserDefinedType(newType, value) const DtUserDefinedType newType = (DtUserDefinedType)((int)DtUserDefinedMax + value);
285 
286 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)