VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtPaperMapIntersectionOverrideCommand.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 {
46  {
47  public:
50 
53 
56  virtual bool paperMapIntersectionOverride() const;
57 
59  virtual void setPaperMapIntersectionOverride( bool enabled );
60 
62  virtual void execute(DtDe& de);
63 
64  private:
68 
72 
73  protected:
75  };
76 
80  {
81  public:
84  : DtVrvCommandCreator(func)
85  {
86  // intentional no-op
87  }
88 
91  {
92  // intentional no-op
93  }
94 
97 
100 
102  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
103 
104  private:
107  };
108 
109 } //makVrv::
110 
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
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
DtPaperMapIntersectionOverrideCommand holds the state of whether the use of layer masks in ...
Definition: DtPaperMapIntersectionOverrideCommand.h:45
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtPaperMapIntersectionOverrideCommandCreator creates DtPaperMapIntersectionOverrideCommand.
Definition: DtPaperMapIntersectionOverrideCommand.h:79
bool myPaperMapIntersectoinOverride
Definition: DtPaperMapIntersectionOverrideCommand.h:74
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:277
DtPaperMapIntersectionOverrideCommandCreator(GlobalIdConvertFunc func)
CTOR.
Definition: DtPaperMapIntersectionOverrideCommand.h:83
virtual ~DtPaperMapIntersectionOverrideCommandCreator()
DTOR.
Definition: DtPaperMapIntersectionOverrideCommand.h:90
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:72
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)