VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 
11 #include <vrvCore/DtVrvCommand.h>
12 
13 namespace makVrv
14 {
15 
19  {
20  public:
22  virtual ~DtLaserDesignatorCommand();
23 
24  virtual void execute(makVrv::DtDe& de);
25 
26  virtual bool isEnabled() const;
27  virtual void setIsEnabled(bool enabled);
28 
29  virtual bool codeEnabled() const;
30  virtual void setCodeEnabled(bool enabled);
31 
32  protected:
35  };
36 
40  {
41  public:
44 
46  };
47 }

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)