VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtDetonationsCommand.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 ~DtDetonationsCommand();
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
DtDetonationsCommand enables or disables detonations.
Definition: DtDetonationsCommand.h:19
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
DtDetonationsCommandCreator creates DtDetonationsCommands.
Definition: DtDetonationsCommand.h:30
virtual ~DtDetonationsCommandCreator()
Definition: DtDetonationsCommand.h:34
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:277
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
ObserverSetting
Definition: DtObserverSettingsManager.h:41
DtDetonationsCommandCreator(GlobalIdConvertFunc func)
Definition: DtDetonationsCommand.h:33
Contains makVrv::DtObserverModeSettingCommand.

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)