VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtGlStudioEventProcessor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtGlStudioEventProcessor.h,v $ $Revision: 1.4 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtOsgGlStudioCockpit;
22 
26  {
27  public:
30 
32  virtual ~DtGlStudioEventProcessor();
33 
36  virtual bool processMouseEvent(const DtMouseEvent& ev, DtChannel& channel);
37 
40  virtual bool processKeyboardEvent(const DtKeyEvent& ev, DtChannel& channel);
41 
43  virtual bool processWidgetEvent(const DtUniqueID& id,
44  DtMouseEvent::EventType& eventType, const DtMouseState& mouseState,
45  DtChannel& channel) { return false; }
46 
48  virtual const std::string& className();
49 
50  protected:
53  };
54 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)