VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPaperMapLayerTimeoutCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 VT MAK
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrvCore/DtVrvCommand.h>
14 
15 namespace makVrv
16 {
30  {
31  public:
34 
37 
40 
43 
46  virtual double paperMapLayerTimeout() const;
47 
49  virtual void setPaperMapLayerTimeout( double timeout );
50 
52  virtual void execute(DtDe& de);
53 
54  protected:
56  };
57 
61  {
62  public:
65  : DtVrvCommandCreator(func)
66  {
67  // intentional no-op
68  }
69 
72  {
73  // intentional no-op
74  }
75 
78 
81 
83  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
84 
85  private:
88  };
89 
90 } //makVrv::
91 
virtual ~DtPaperMapLayerTimeoutCommandCreator()
DTOR.
Definition: DtPaperMapLayerTimeoutCommand.h:71
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtPaperMapLayerTimeoutCommandCreator creates DtPaperMapLayerTimeoutCommand.
Definition: DtPaperMapLayerTimeoutCommand.h:60
DtPaperMapLayerTimeoutCommand sets a time in seconds for a layer to close for the paper maps feature...
Definition: DtPaperMapLayerTimeoutCommand.h:29
boost::function< DtUniqueID(const std::string &)> GlobalIdConvertFunc
typedef for the function that takes a protocol specific id (as a string) and looks up the DtUniqueID ...
Definition: DtVrvCommand.h:40
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:277
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
DtPaperMapLayerTimeoutCommandCreator(GlobalIdConvertFunc func)
CTOR.
Definition: DtPaperMapLayerTimeoutCommand.h:64
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
double myPaperMapLayerTimeout
Definition: DtPaperMapLayerTimeoutCommand.h:55
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)