VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtLodCenterSettingsDialogLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2025 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
14 
15 #include <vrvCore/DtDe.h>
16 #include <vrvCore/DtObserverMode.h>
17 
21 
23 
24 namespace makVrv
25 {
26 
30 
34 
37  template <>
38  inline const char* creatorTypeName<DtLodCenterSettingsDialogLogic>(void) { return "DtLodCenterSettingsDialogLogicCreator"; }
39 
43  {
45 
46  public:
48 
49  public:
50 
53 
54  public:
55 
57  virtual void initialize();
58 
60  virtual void applyRecommendedSettingsForAircraft();
61 
63  virtual void applyRecommendedSettingsForGround();
64 
66  virtual void setIsCameraLocationIncluded(bool isCameraLocationIncluded);
67 
69  virtual void setLodCenterZoomThreshold(double thresholdZoom);
70 
72  virtual void setLodCenterThresholdAngle(double thresholdAngle);
73 
75  virtual void setIsMinOrMaxDistanceUsed(DtLodCenterDistanceToUseFunction isMinOrMaxDistanceUsed);
76 
78  virtual void setIsFocusPointEnabled(int index, bool isEnabled);
79 
81  virtual void setIsScaledCameraDistanceUsedEnabled(bool isEnabled);
82 
83  protected:
84 
86  DtLodCenterSettingsDialogLogic(DtDe& de, DtLodCenterSettingsDialogInterface* iFace, const std::string& observerModeName);
87 
89  virtual void slot_observerModeLodCenterSettingsChanged(int observerModeKey);
90 
91  protected:
92 
96 
99  };
100 }
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
const char * creatorTypeName< DtLodCenterSettingsDialogLogic >(void)
template specialization for the creator (pass the class being created to the creatorTypeName template...
Definition: DtLodCenterSettingsDialogLogic.h:38
DtLodCenterSettingsDialogInterface * myInterface
Definition: DtLodCenterSettingsDialogLogic.h:94
DtLodCenterDistanceToUseFunction
Enumeration which defines the functions that can be used when picking between the camera distance and...
Definition: DtObserverModeRecord.h:29
Contains makVrv::DtDe class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
friend DtLodCenterSettingsDialogLogicCreator
Definition: DtLodCenterSettingsDialogLogic.h:44
Definition: DtObserverObject.h:71
Variadic templated creator class for defining a DtVirtualBaseClass creator that is automatically regi...
Definition: DtVirtualBaseClassCreator.h:23
Contains vrvCore::DtObserverMode class.
DtDe & myDe
Definition: DtLodCenterSettingsDialogLogic.h:93
Contains makVrv::DtVirtualBaseClass class.
Dialog for adding one or more terrain patches.
Definition: DtLodCenterSettingsDialogInterface.h:22
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
int myObserverModeKey
Definition: DtLodCenterSettingsDialogLogic.h:98
Base class to provide boost signal/slot management.
Contains makArchives::DtObserverModeRecord class.
Contains makVrv::DtLodCenterSettingsDialogInterface class declaration.
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:76
DtObserverObject::DtLodCenterSettings mySettings
Definition: DtLodCenterSettingsDialogLogic.h:95
DtSignalConnectionManager myConnections
Definition: DtLodCenterSettingsDialogLogic.h:97
Logic for the LOD Center Settings Dialog.
Definition: DtLodCenterSettingsDialogLogic.h:42
DtVirtualBaseClassCreator< DtLodCenterSettingsDialogLogic, DtLodCenterSettingsDialogInterface *, const std::string & > DtLodCenterSettingsDialogLogicCreator
Creator class for DtLodCenterSettingsDialogLogic.
Definition: DtLodCenterSettingsDialogLogic.h:29

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)