KWWidgets
debian/tmp/usr/include/KWWidgets/vtkKWEvent.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Module: $RCSfile: vtkKWEvent.h,v $
4 
5  Copyright (c) Kitware, Inc.
6  All rights reserved.
7  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notice for more information.
12 
13 =========================================================================*/
14 // .NAME vtkKWEvent - Event enumeration.
15 
16 #ifndef __vtkKWEvent_h
17 #define __vtkKWEvent_h
18 
19 #include "vtkKWWidgets.h" // Needed for export symbols directives
20 
22 {
23 public:
24 
25  static const char* GetStringFromEventId(unsigned long event);
26  static unsigned long GetEventIdFromString(const char* event);
27 
28  enum
29  {
30  KWWidgetEvents = 2000,
34  // VV
213  // PV
221  //
222  FinalBogusNotUsedEvent
223  };
224 };
225 
226 #endif