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) 2008 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 
23  public:
24 
26  virtual ~DtQtKeyAdapter() {};
27 
28  virtual void processOutOfFocusKeyPressEvent( QKeyEvent* keyEvent ) = 0;
29  virtual void processOutOfFocusKeyReleaseEvent( QKeyEvent* keyEvent ) = 0;
30 
31  protected:
32 
34 
35  };
36 }
DtQtKeyAdapter()
Definition: DtQtKeyAdapter.h:33
virtual ~DtQtKeyAdapter()
DTOR.
Definition: DtQtKeyAdapter.h:26
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Abstract clas for grabbing and handling adapter which is owned by the makVrv::DtOsgWindowQt.
Definition: DtQtKeyAdapter.h:20

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)