27 virtual bool wheelRotationEnabled()
const;
31 virtual void setWheelRotationEnabled(
bool rotate );
35 virtual void execute(
DtDe& de);
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
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
DtWheelRotationCommandCreator creates DtWheelRotationCommand.
Definition: DtWheelRotationCommand.h:52