VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
setObserverViewCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
11 #include <vrfGuiCore/vrfGuiCore.h>
12 #include <vrvCore/DtVrvCommand.h>
14 
15 namespace makVrf
16 {
19  {
20  public:
22  virtual ~DtSetObserverViewCommand();
23 
24  virtual std::string observer();
25  virtual void setObserver(const std::string& newObs);
26 
27  virtual void setFromRecord(const makArchives::DtObserverStateRecord&);
28  virtual void getRecord(makArchives::DtObserverStateRecord&) const;
29 
30  virtual void execute(makVrv::DtDe& de);
31 
32  protected:
33  std::string myObserver;
35  };
36 
39  {
40  public:
41  DtSetObserverViewCommandCreator(makVrv::GlobalIdConvertFunc func): makVrv::DtVrvCommandCreator(func) {}
43 
45  };
46 
47 }
48 

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)