VR-Forces 4.7 Class Documentation
 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::

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)