VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCloudCoverCommand.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2021 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
10 
11 #pragma once
12 
13 #include <vrvCore/vrvCore.h>
14 
15 #include <vrvCore/DtVrvCommand.h>
16 
17 namespace makVrv
18 {
25  {
26  public:
28  virtual ~DtCloudCoverCommand();
29 
32  virtual vrvControlToolkit::DtCloudCover cloudCover() const;
33  virtual void setCloudCover( vrvControlToolkit::DtCloudCover type );
34 
36  virtual void execute(DtDe& de);
37 
38  protected:
40  };
41 
45  {
46  public:
49 
50  virtual DtVrvCommand* create(vrvControlToolkit::DtVrvControl_v1* control);
51  };
52 } //makVrv::
DtCloudCoverCommandCreator(GlobalIdConvertFunc func)
Definition: DtCloudCoverCommand.h:47
DtVrvCommandCreator is the base class for all command creators.
Definition: DtVrvCommand.h:44
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
The DtCloudCoverCommand is deprecated. Use the DtGlobalEnvironmentCommand instead to change the cloud...
Definition: DtCloudCoverCommand.h:24
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
virtual ~DtCloudCoverCommandCreator()
Definition: DtCloudCoverCommand.h:48
DtCloudCover
Cloud Cover Types - DEPRECATED.
Definition: vrvControlToolkitDataTypes.h:264
Base structure for all controls.
Definition: vrvControlToolkitDataTypes.h:277
DtCloudCoverCommandCreator creates a DtCloudCoverCommand.
Definition: DtCloudCoverCommand.h:44
vrvControlToolkit::DtCloudCover myCloudCover
Definition: DtCloudCoverCommand.h:39
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:72
Contains makVrv::DtVrvCommand and makVrv::DtVrvCommandCreator Classes.
Contains DLL export macros.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)