VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtOccupantsVisibleCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrvCore/DtVrvCommand.h>
14 
15 namespace makVrv
16 {
22  {
23  public:
25  virtual ~DtOccupantsVisibleCommand();
26 
28  virtual bool occupantsVisible() const;
29 
32  virtual void setOccupantsVisible( bool visible );
33 
36  virtual void execute(DtDe& de);
37 
38  private:
42 
46 
47  protected:
49  };
50 
54  {
55  public:
57  : DtVrvCommandCreator(func)
58  {
59  }
61  {
62  }
63 
64  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
65 
66  private:
68 
72 
76  };
77 
78 } //makVrv::
79 
bool myOccupantsVisible
Definition: DtOccupantsVisibleCommand.h:48
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
virtual ~DtOccupantsVisibleCommandCreator()
Definition: DtOccupantsVisibleCommand.h:60
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtOccupantsVisibleCommand toggles the occupant visible setting which will show/hide Offset DiGuys vis...
Definition: DtOccupantsVisibleCommand.h:21
DtOccupantsVisibleCommandCreator creates DtOccupantsVisibleCommand.
Definition: DtOccupantsVisibleCommand.h:53
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:277
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
DtOccupantsVisibleCommandCreator(GlobalIdConvertFunc func)
Definition: DtOccupantsVisibleCommand.h:56
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 Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)