VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFlamesCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
10 
11 #pragma once
12 
14 
15 namespace makVrv
16 {
20  {
21  public:
23  virtual ~DtFlamesCommand();
24 
25  virtual DtObserverSettingsManager::ObserverSetting settingToControl() const;
26  };
27 
31  {
32  public:
35 
36  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
37  };
38 } //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
virtual ~DtFlamesCommandCreator()
Definition: DtFlamesCommand.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
DtFlamesCommand enables or disables flames.
Definition: DtFlamesCommand.h:19
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtFlamesCommandCreator creates DtFlamesCommands.
Definition: DtFlamesCommand.h:30
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
DtFlamesCommandCreator(GlobalIdConvertFunc func)
Definition: DtFlamesCommand.h:33
Contains makVrv::DtObserverModeSettingCommand.

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)