VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtHbaoCommand.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 
14 
15 namespace makVrv
16 {
20  {
21  public:
23  DtHbaoCommand();
24 
26  virtual ~DtHbaoCommand();
27 
29  DtHbaoCommand(const DtHbaoCommand&) = delete;
30 
32  DtHbaoCommand& operator=(const DtHbaoCommand&) = delete;
33 
34  public:
35  //Which observer mode setting this class controls
36  virtual DtObserverSettingsManager::ObserverSetting settingToControl() const;
37  };
38 
42  {
43  public:
46 
48  virtual ~DtHbaoCommandCreator();
49 
51  DtHbaoCommandCreator() = delete;
52 
55 
57  DtHbaoCommandCreator& operator=(const DtHbaoCommandCreator&) = delete;
58 
59  public:
61  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
62  };
63 } //makVrv::
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
DtObserverModeSettingCommand is the common base class for all VRV Commands that toggle an observer mo...
Definition: DtObserverModeSettingCommand.h:21
DtHbaoCommandCreator creates DtHbaoCommand.
Definition: DtHbaoCommand.h:41
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
DtHbaoCommand enables or disables the HBAO effect which applies Ambient Occlusion to the scene...
Definition: DtHbaoCommand.h:19
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
ObserverSetting
Definition: DtObserverSettingsManager.h:41
Contains makVrv::DtObserverModeSettingCommand.

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)