VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtUseSavedViewCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/DtVrvCommand.h>
13 
14 namespace makVrv
15 {
19  {
20  public:
22  virtual ~DtUseSavedViewCommand();
23 
24 
27  virtual std::string observerName();
28 
30  virtual void setObserverName(const std::string& newObs);
31 
33  virtual std::string savedViewFilename() const;
34 
36  virtual void setSavedViewFilename(const std::string& filename);
37 
39  virtual std::string savedViewDisplayName() const;
40 
42  virtual void setSavedViewDisplayName(const std::string& viewName);
43 
45  virtual void execute(DtDe& de);
46 
47  protected:
48  std::string myObserverName;
50  std::string mySavedViewFilename;
51 
52  };
53 
57  {
58  public:
61 
62  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
63  };
64 
65 
66 } //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)