VR-Forces Developer's Guide
 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) 2025 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 
24  {
25  public:
27  DtQtOsgKeyAdapter( DtOsgAdapterQtWidget* adapterWidget );
28 
30  virtual ~DtQtOsgKeyAdapter();
31 
33  virtual void processKeyPressEvent( QKeyEvent* keyEvent ) override;
35  virtual void processKeyReleaseEvent( QKeyEvent* keyEvent ) override;
36 
37  protected:
38 
40  };
41 }
42 
DtOsgAdapterQtWidget provides the mechanism for embedding an OSG context into a Qt widget...
Definition: DtOsgAdapterQtWidget.h:52
DtOsgAdapterQtWidget * myAdapterWidget
Definition: DtQtOsgKeyAdapter.h:39
#define DT_DLL_VRVOSGQT
Definition: vrvOsgQt.h:22
Abstract class to get Qt key events into OpenSceneGraph. Typically owned by DtDeMainWindowEmbeddedOsg...
Definition: DtQtKeyAdapter.h:20
Contains DLL export macros.
Contains makVrv::DtQtKeyAdapter class.
Adapter to get Qt key events into OpenSceneGraph. Typically owned by DtDeMainWindowEmbeddedOsgWindow...
Definition: DtQtOsgKeyAdapter.h:23

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)