VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDepthOfFieldCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
14 
15 namespace makVrv
16 {
21  {
22  public:
24  virtual ~DtDepthOfFieldCommand();
25 
26  virtual DtObserverSettingsManager::ObserverSetting settingToControl() const;
27  };
28 
32  {
33  public:
36 
37  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
38  };
39 } //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
DtOceanSprayCommandCreator creates DtOceanSprayCommands.
Definition: DtDepthOfFieldCommand.h:31
DtDepthOfFieldCommandCreator(GlobalIdConvertFunc func)
Definition: DtDepthOfFieldCommand.h:34
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
virtual ~DtDepthOfFieldCommandCreator()
Definition: DtDepthOfFieldCommand.h:35
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:245
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
ObserverSetting
Definition: DtObserverSettingsManager.h:40
DtOceanSprayCommand enables or disables water droplets on camera when close to the surface of the oce...
Definition: DtDepthOfFieldCommand.h:20
Contains makVrv::DtObserverModeSettingCommand.

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)