VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
vrfSharedVisibilityChangeSignaler.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
11 
12 #pragma once
13 
14 #include <vrfGuiCore/vrfGuiCore.h>
15 #include <vrvUtil/event_signal.h>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtSharedSettingsManager;
22 }
23 
24 namespace makVrf
25 {
26  class DtVrfSelectionFilter;
27 
33  {
34  public:
35 
39 
43  static DtVrfSharedVisibilityChangeSignaler* findInstance(
45 
47  virtual ~DtVrfSharedVisibilityChangeSignaler() override;
48 
49  //@name Signals
51 
57 
61 
62  protected:
64  };
65 }
makVrv::event_signal< void(const std::string &)> signal_removeFogOfWarFilter
Removes the named fog of war filter.
Definition: vrfSharedVisibilityChangeSignaler.h:59
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
#define DT_DLL_VRFGUICORE
Contains DLL export macros.
Definition: vrfGuiCore.h:25
Contains makVrv::event_signal class.
A global signaler object for the DtVrfSharedVisibilityChangeSignaler class.
Definition: vrfSharedVisibilityChangeSignaler.h:32
a event_signal, the signal queues events into an event queue
Definition: event_signal.h:46
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.
makVrv::event_signal< void(const DtVrfSelectionFilter *)> signal_addFogOfWarFilter
Emitted when a fog of war filter wants to be added. Will replace other filters of the same name...
Definition: vrfSharedVisibilityChangeSignaler.h:56

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)