VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtQtOsgKeyAdapter.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvOsgQt/vrvOsgQt.h>
13 
15 
16 namespace makVrv
17 {
18  class DtOsgAdapterQtWidget;
19 
23  {
24 
25  public:
26 
27  DtQtOsgKeyAdapter( DtOsgAdapterQtWidget* adapterWidget );
28 
30  virtual ~DtQtOsgKeyAdapter();
31 
32  virtual void processOutOfFocusKeyPressEvent( QKeyEvent* keyEvent );
33  virtual void processOutOfFocusKeyReleaseEvent( QKeyEvent* keyEvent );
34 
35  protected:
36 
38  };
39 }
40 
DtOsgAdapterQtWidget provides the mechanism for embedding an OSG context into a Qt widget...
Definition: DtOsgAdapterQtWidget.h:47
DtOsgAdapterQtWidget * myAdapterWidget
Definition: DtQtOsgKeyAdapter.h:37
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
Abstract clas for grabbing and handling adapter which is owned by the makVrv::DtOsgWindowQt.
Definition: DtQtKeyAdapter.h:20
Contains DLL export macros.
Contains makVrv::DtQtKeyAdapter class.
Adapter to get Qt key events into OpenSceneGraph.
Definition: DtQtOsgKeyAdapter.h:22

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)