VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
localWeatherLookOperationManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
7 
8 #pragma once
9 
10 #include <vrfGuiCore/vrfGuiCore.h>
12 
13 namespace makVrv
14 {
15  class DtDe;
16 }
17 
18 namespace makVrf
19 {
20  class DtWeatherLookModificationOperation;
21 
23  {
24  public:
25  typedef std::vector<DtWeatherLookModificationOperation*> WeatherLookModificationOperations;
26 
27  public:
30 
33 
36  virtual int addWeatherLookModificationOperation(const DtWeatherLookModificationOperation&);
37 
39  virtual void removeWeatherLookModificationOperation(int);
40 
42  virtual void insertWeatherLookModificationOperation(int, const DtWeatherLookModificationOperation&);
43 
44  virtual const WeatherLookModificationOperations& weatherLookModificationOperations() const;
45  virtual void setWeatherLookModificationOperations(const WeatherLookModificationOperations&);
46 
49  virtual void modifyColorForWeather(const makArchives::DtEnvironmentRecord&, float& r, float& g, float& b, float& a) const;
50 
52  virtual std::string weatherLookModelDefinitionFor(const makArchives::DtEnvironmentRecord&) const;
53 
55  virtual void clear();
56 
57  protected:
60  };
61 }
Definition: localWeatherLookOperationManager.h:22
makVrv::DtDe & myDe
Definition: localWeatherLookOperationManager.h:58
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
std::vector< DtWeatherLookModificationOperation * > WeatherLookModificationOperations
Definition: localWeatherLookOperationManager.h:25
The declaration of the makArchives::DtEnvironmentRecord class.
Record of environment/weather settings Includes precipitation, air, and clouds.
Definition: DtEnvironmentRecord.h:36
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
WeatherLookModificationOperations myWeatherLookModificationOperations
Definition: localWeatherLookOperationManager.h:59
This class will be the interface for deciding what icons or colors to display for weather areas...
Definition: weatherLookModificationOperation.h:24

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)