VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtFootprintsCommand.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 ~DtFootprintsCommand();
24 
25  virtual DtObserverSettingsManager::ObserverSetting settingToControl() const;
26  };
27 
31  {
32  public:
35 
36  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
37  };
38 } //makVrv::
virtual ~DtFootprintsCommandCreator()
Definition: DtFootprintsCommand.h:34
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
DtFootprintsCommand enables or disables footprints.
Definition: DtFootprintsCommand.h:19
DtFootprintsCommandCreator(GlobalIdConvertFunc func)
Definition: DtFootprintsCommand.h:33
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
DtFootprintsCommandCreator creates DtFootprintsCommands.
Definition: DtFootprintsCommand.h:30
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
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)