VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtQtKeyAdapter.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 #include <vrvCoreQt/vrvCoreQt.h>
12 
13 class QKeyEvent;
14 
15 namespace makVrv
16 {
21  {
22  public:
23 
25  virtual ~DtQtKeyAdapter()
26  {
27  };
28 
29  virtual void processKeyPressEvent( QKeyEvent* keyEvent ) = 0;
30  virtual void processKeyReleaseEvent( QKeyEvent* keyEvent ) = 0;
31 
32  protected:
33 
35  {
36  };
37 
38  };
39 }
DtQtKeyAdapter()
Definition: DtQtKeyAdapter.h:34
virtual ~DtQtKeyAdapter()
DTOR.
Definition: DtQtKeyAdapter.h:25
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Abstract class to get Qt key events into OpenSceneGraph. Typically owned by DtDeMainWindowEmbeddedOsg...
Definition: DtQtKeyAdapter.h:20

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)