VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtGlobalEnvironmentCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/DtVrvCommand.h>
13 
14 namespace makVrv
15 {
16 
21  {
22  public:
24  virtual ~DtGlobalEnvironmentCommand();
25 
27  virtual std::string globalEnvironmentConditionName() const;
28 
31  virtual void setGlobalEnvironmentConditionByName(const std::string& environmentConditionName);
32 
35  virtual void execute(DtDe& de);
36 
37  protected:
39  };
40 
44  {
45  public:
48 
49  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
50  };
51 } //makVrv::
std::string myEnvironmentConditionName
Definition: DtGlobalEnvironmentCommand.h:38
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 ~DtGlobalEnvironmentCommandCreator()
Definition: DtGlobalEnvironmentCommand.h:47
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtGlobalEnvironmentCommandCreator creates DtGlobalEnvironmentCommands.
Definition: DtGlobalEnvironmentCommand.h:43
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:242
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
DtGlobalEnvironmentCommandCreator(GlobalIdConvertFunc func)
Definition: DtGlobalEnvironmentCommand.h:46
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
DtGlobalEnvironmentCommand changes the current environment condition configuration being used by the ...
Definition: DtGlobalEnvironmentCommand.h:20

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)