VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtWakeCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 
12 
13 #pragma once
14 
15 #include <vrvVrl/vrvVrl.h>
16 #include <vrvCore/DtVrvCommand.h>
17 
18 namespace makVrv
19 {
23  {
24  public:
25  DtWakeCommand();
26  virtual ~DtWakeCommand();
27 
28  virtual bool wakesEnabledSet() const;
29  virtual bool wakesEnabled() const;
30  virtual void setWakesEnabled( bool enabled );
31 
32  virtual bool sprayEnabledSet() const;
33  virtual bool sprayEnabled() const;
34  virtual void setSprayEnabled( bool enabled );
35 
36  virtual void execute(DtDe& de);
37 
38  protected:
43  };
44 
48  {
49  public:
51  virtual ~DtWakeCommandCreator() {}
52 
53  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
54  };
55 } //makVrv::
#define DT_DLL_VRVVRL
Definition: vrvVrl.h:19
DtWakeCommand enables or disables wake.
Definition: DtWakeCommand.h:22
DtWakeCommandCreator(GlobalIdConvertFunc func)
Definition: DtWakeCommand.h:50
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtWakeCommandCreator creates DtWakeCommands.
Definition: DtWakeCommand.h:47
bool myWakesEnabled
Definition: DtWakeCommand.h:39
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
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:277
bool myWakesEnabledSet
Definition: DtWakeCommand.h:41
bool mySprayEnabled
Definition: DtWakeCommand.h:40
virtual ~DtWakeCommandCreator()
Definition: DtWakeCommand.h:51
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:72
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
Contains DLL export macros.
bool mySprayEnabledSet
Definition: DtWakeCommand.h:42

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)