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

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)