VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtWeatherProcessorSignaler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2023 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 
14 #include <vrvUtil/event_signal.h>
16 
17 namespace makVrv
18 {
19  class DtSharedSettingsManager;
20 
25  {
26  public:
29  static DtWeatherProcessorSignaler& instance(const DtSharedSettingsManager& ssm);
30 
34 
38  static DtWeatherProcessorSignaler* findInstance(DtEventQueueInterface* eqi);
39 
41  virtual ~DtWeatherProcessorSignaler();
42 
44 
45  protected:
47 
48  private:
51  };
52 
53 }
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
The shared settings manager, is the global object responsible for managing any shared settings object...
Definition: DtSharedSettingsManager.h:42
The weather processor signaler class is used to connect the Environment Widget with the WeatherProces...
Definition: DtWeatherProcessorSignaler.h:24
Contains makVrv::event_signal class.
The event queue interface is a cross thread event queue used to emit event_signal across thread bound...
Definition: DtEventQueueInterface.h:27
Contains makVrv::DtVirtualBaseClass class.
event_signal< void() > signal_refreshRemoteWeather
Definition: DtWeatherProcessorSignaler.h:43
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Contains DLL export macros.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)