VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtHudsCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: $ $Revision: 102211 $ $State: $
7 *******************************************************************************/
8 
12 
13 #pragma once
14 
16 
17 #include <vrvCore/DtVrvCommand.h>
18 
19 namespace makVrv
20 {
24  {
25  public:
26  DtHudsCommand();
27  virtual ~DtHudsCommand();
28 
30  virtual bool isEnabled() const;
31 
33  virtual void setEnabled(bool state);
34 
36  virtual float smoothingPeriod() const;
37 
39  virtual void setSmoothingPeriod(const float& newPeriod);
40 
42  virtual void execute(DtDe& de);
43 
44  protected:
45  bool myState;
47  };
48 
52  {
53  public:
55  virtual ~DtHudsCommandCreator() {}
56 
57  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
58  };
59 
60 } //makVrv::

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)