VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtLodCenterSettingsDialogInterface.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>
13 
14 #include <vrvCore/DtObserverMode.h>
15 
16 namespace makVrv
17 {
18  class DtDe;
19 
23  {
24 
25  public:
26 
29 
31  virtual void initialize() = 0;
32 
34  virtual void setLodCenterSettings(const DtObserverObject::DtLodCenterSettings& settings) = 0;
35 
36  };
37 }
38 
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Definition: DtObserverObject.h:71
Contains vrvCore::DtObserverMode class.
Dialog for adding one or more terrain patches.
Definition: DtLodCenterSettingsDialogInterface.h:22

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)