VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setStateMoppLevelPropertyDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 namespace makVrf
15 {
18 
20  {
21  Q_OBJECT
22 
23  public:
24  //CTOR
25  DtSetStateMoppLevelPropertyDialog(makVrv::DtDe& de, QWidget* parent, const DtString& property,
26  const Qt::WindowFlags& flags = 0);
27 
28  //DTOR
29  virtual ~DtSetStateMoppLevelPropertyDialog() override;
30 
31  protected:
33  virtual void addDataEntryIfModifiableValue(PropertyItem& item, const DtReaderWriter* rw,
34  const DtString& pathSoFar, int level, bool updateExistingValue, int row) override;
35 
37  virtual void valueFromWidget(const PropertyItem& item, DtReaderWriter* rw) const override;
38 
39  virtual void setupGui(const std::set<makVrv::DtUniqueID>& data) override;
40  };
41 
43  {
44  public:
46 
47  virtual DtTaskSetDialogInterface* createDialog(makVrv::DtDe&, QWidget* parent) override;
48  };
49 }
Contains makVrf::DtSetStateMoppLevelPropertyDialog class. This header file contains classes that will...
Definition: setStateMoppLevelPropertyDialog.h:19
DT_DLL_VRVCORE DtTaitBryan level(const DtCoordinateSystem &cs, const DtVector &localOrigin, double topoHeading)
Returns a level orientation with the topographic heading.
Definition: taskSetDialogInterface.h:82
Definition: readerWriter.h:85
Definition: setStatePropertiesDialog.h:208
Definition: setStatePropertyDialog.h:226
Sets up the set dialog to be able to change all state properties. If multiple items are selected only...
Definition: setStatePropertyDialog.h:32
Definition: setStateMoppLevelPropertyDialog.h:42
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
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.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)