VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtWheelRotationCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrvCore/DtVrvCommand.h>
14 
15 namespace makVrv
16 {
21  {
22  public:
24  virtual ~DtWheelRotationCommand();
25 
27  virtual bool wheelRotationEnabled() const;
28 
31  virtual void setWheelRotationEnabled( bool rotate );
32 
35  virtual void execute(DtDe& de);
36 
37  private:
41 
45 
46  protected:
48  };
49 
53  {
54  public:
56  : DtVrvCommandCreator(func)
57  {
58  }
60  {
61  }
62 
63  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
64 
65  private:
67 
71 
75  };
76 
77 } //makVrv::
78 
DtWheelRotationCommand toggles the wheel rotation for art parts that use the SISO wheel values (9120-...
Definition: DtWheelRotationCommand.h:20
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtWheelRotationCommandCreator(GlobalIdConvertFunc func)
Definition: DtWheelRotationCommand.h:55
bool myWheelRotation
Definition: DtWheelRotationCommand.h:47
boost::function< DtUniqueID(const std::string &)> GlobalIdConvertFunc
typedef for the function that takes a protocol specific id (as a string) and looks up the DtUniqueID ...
Definition: DtVrvCommand.h:40
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
virtual ~DtWheelRotationCommandCreator()
Definition: DtWheelRotationCommand.h:59
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:277
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:76
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
DtWheelRotationCommandCreator creates DtWheelRotationCommand.
Definition: DtWheelRotationCommand.h:52

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)