VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtHideModelOnAttachCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrvCore/DtVrvCommand.h>
14 
15 #include <matrix/vlTaitBryan.h>
16 #include <matrix/vlVector.h>
17 
18 namespace makVrv
19 {
24  {
25  public:
27  virtual ~DtHideModelOnAttachCommand();
28 
29  virtual std::string observer();
30  virtual void setObserver(const std::string& newObs);
31 
32  virtual bool hideModelOnAttach() const;
33  virtual void setHideModelOnAttach( bool hideOnAttach );
34 
35  virtual void execute(DtDe& de);
36 
37  protected:
38  std::string myObserver;
40  };
41 
45  {
46  public:
48  : DtVrvCommandCreator(func)
49  {
50  }
52  {
53  }
54 
55  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
56 
57  private:
59 
60  };
61 
62 } //makVrv::
63 

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)