VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtSharedModelSetSettingsSignaler.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
14 
16 #include <vrvUtil/event_signal.h>
17 
18 
19 namespace makVrv
20 {
21  class DtEventQueueInterface;
22  class DtSharedSettingsManager;
23 
27  public DtVirtualBaseClass
28  {
29  public:
30 
35 
39 
43  static DtSharedModelSetSettingsSignaler* findInstance(
45 
48 
51 
52  protected:
54 
55  private:
58  };
59 }
60 
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
A signaler for the shared model set settings.
Definition: DtSharedModelSetSettingsSignaler.h:26
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:26
Contains makVrv::DtVirtualBaseClass class.
Contains makVrv::DtSharedModelSetSettings class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
event_signal< void(DtModelSetId, bool) > signal_modelSetVisualized
Definition: DtSharedModelSetSettingsSignaler.h:50
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)