VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPaperMapGroupCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrvCore/DtVrvCommand.h>
14 
15 namespace makVrv
16 {
24  {
25  public:
28 
30  virtual ~DtPaperMapGroupCommand();
31 
34  virtual std::string paperMapGroup() const;
35 
37  virtual void setPaperMapGroup(const std::string& group );
38 
40  virtual void execute(DtDe& de);
41 
42  private:
46 
50 
51  protected:
52  std::string myPaperMapGroup;
53  };
54 
58  {
59  public:
62  : DtVrvCommandCreator(func)
63  {
64  // intentional no-op
65  }
66 
69  {
70  // intentional no-op
71  }
72 
75 
78 
81 
83  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
84  };
85 
86 } //makVrv::
87 
DtPaperMapGroupCommandCreator(GlobalIdConvertFunc func)
CTOR.
Definition: DtPaperMapGroupCommand.h:61
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
virtual ~DtPaperMapGroupCommandCreator()
DTOR.
Definition: DtPaperMapGroupCommand.h:68
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
DtPaperMapGroupCommandCreator creates DtPaperMapGroupCommand.
Definition: DtPaperMapGroupCommand.h:57
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:277
std::string myPaperMapGroup
Definition: DtPaperMapGroupCommand.h:52
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
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:76
DtPaperMapGroupCommand sets the current active group to display for the paper maps feature...
Definition: DtPaperMapGroupCommand.h:23
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)