VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtMuzzleFlashesCommand.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 ~DtMuzzleFlashesCommand();
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
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
DtMuzzleFlashesCommandCreator(GlobalIdConvertFunc func)
Definition: DtMuzzleFlashesCommand.h:33
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:242
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
ObserverSetting
Definition: DtObserverSettingsManager.h:40
DtMuzzleFlashesCommandCreator creates DtMuzzleFlashesCommands.
Definition: DtMuzzleFlashesCommand.h:30
Contains makVrv::DtObserverModeSettingCommand.
virtual ~DtMuzzleFlashesCommandCreator()
Definition: DtMuzzleFlashesCommand.h:34
DtMuzzleFlashesCommand enables or disables muzzle flashes.
Definition: DtMuzzleFlashesCommand.h:19

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)