VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfGuiJoystickControlHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrfGuiCore/vrfGuiCore.h>
17 #include <vrfutil/rwUUID.h>
18 
19 namespace makVrv
20 {
21  class DtDe;
22 }
23 
24 namespace makVrf
25 {
26  class DtGuiThreadVrfRemoteController;
27  class DtVrfGuiJoystickControlManager;
28 
32  {
33  public:
36 
37  protected:
41  virtual bool joystickFunctionFired(const std::string& functionGroup, const std::string& function,
42  double value, bool repeat, bool valueChanged);
43 
44  protected:
45  virtual void gameControllerDeviceRemoved(int i);
46  virtual void slot_backendUpdated(int flags);
47 
48  protected:
53  };
54 
57  {
58  public:
61 
64 
65  virtual DtVrfGuiJoystickControlHandler* create(const DtUUID&);
66 
68  static void registerInstance(makVrv::DtDe& de, DtVrfGuiJoystickControlHandlerCreator*);
69 
70  protected:
72  };
73 }
UUID is a unique ID wrapper class.
Definition: rwUUID.h:222
Virtual base class.
Definition: DtVirtualBaseClass.h:19
DtGuiThreadVrfRemoteController & myRemoteController
Definition: vrfGuiJoystickControlHandler.h:51
DtUUID myControllingUUID
Definition: vrfGuiJoystickControlHandler.h:49
This class is a thread-safe API to the DtVrfRemoteController.
Definition: guiThreadVrfRemoteController.h:95
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
makVrv::DtDe & myDe
Definition: vrfGuiJoystickControlHandler.h:71
This class will be used to query about current joysticks and the capabilities they might have...
Definition: vrfGuiJoystickControlManager.h:53
Handler that will manage the objects that are taken control of for joystick controls and process the ...
Definition: joystickFunctionEnableHandler.h:39
Contains makVrv::DtVirtualBaseClass class.
Handler that will manage the objects that are taken control of for joystick controls and process the ...
Definition: vrfGuiJoystickControlHandler.h:31
DtVrfGuiJoystickControlManager & myJoystickControlManager
Definition: vrfGuiJoystickControlHandler.h:50
bool mySimulationRunning
Definition: vrfGuiJoystickControlHandler.h:52
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Registered creator for this class.
Definition: vrfGuiJoystickControlHandler.h:56

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)