VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtLaserDesignatorCommand.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
8 #include <vrvVrl/vrvVrl.h>
9 
10 #include <vrvCore/DtVrvCommand.h>
11 
12 namespace makVrv
13 {
14 
18  {
19  public:
21  virtual ~DtLaserDesignatorCommand();
22 
23  virtual void execute(makVrv::DtDe& de);
24 
25  virtual bool isEnabled() const;
26  virtual void setIsEnabled(bool enabled);
27 
28  virtual bool codeEnabled() const;
29  virtual void setCodeEnabled(bool enabled);
30 
31  protected:
34  };
35 
39  {
40  public:
43 
45  };
46 }
#define DT_DLL_VRVVRL
Definition: vrvVrl.h:19
bool myIsEnabled
Definition: DtLaserDesignatorCommand.h:32
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
virtual makVrv::DtVrvCommand * create(vrvControlToolkit::DtVrvControl_v1 *control)
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
DtLaserDesignatorCommandCreator creates DtLaserDesignatorCommand.
Definition: DtLaserDesignatorCommand.h:38
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:245
DtVrvCommand is the base class for all commands.
Definition: DtVrvCommand.h:24
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70
DtLaserDesignatorCommandCreator(makVrv::GlobalIdConvertFunc func)
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
Contains DLL export macros.
DtLaserDesignatorCommand.
Definition: DtLaserDesignatorCommand.h:17
bool myCodeEnabled
Definition: DtLaserDesignatorCommand.h:33

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)