VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
setStatePreferredTargetsPropertyDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
13 
14 #if !defined(Q_MOC_RUN)
16 #endif
17 
18 namespace makVrf
19 {
20  class DtVrfFilteredListView;
21 
24 
26  {
27  Q_OBJECT
28 
29  public:
30  //CTOR
31  DtSetStatePreferredTargetsPropertyDialog(makVrv::DtDe& de, QWidget* parent, const DtString& property,
32  const Qt::WindowFlags& flags = 0);
33 
34  //DTOR
35  virtual ~DtSetStatePreferredTargetsPropertyDialog() override;
36 
37  protected:
38 
40  virtual void setupGui(const std::set<makVrv::DtUniqueID>& data) override;
41 
43  virtual void addDataEntryIfModifiableValue(PropertyItem& item, const DtReaderWriter* rw,
44  const DtString& pathSoFar, int level, bool updateExistingValue, int row) override;
45 
47  virtual void valueFromWidget(const PropertyItem& item, DtReaderWriter* rw) const override;
48 
50  virtual void showEvent(QShowEvent* event) override;
51 
53  virtual void updateOkButton() override;
54 
58  virtual bool replace() const override;
59 
60  virtual void setupStateProperties(DtSetStateProperties* col) override;
61 
62  protected slots:
63  virtual void slot_itemSelectionChanged();
64 
65  public:
68  };
69 
71  {
72  public:
74 
75  virtual DtTaskSetDialogInterface* createDialog(makVrv::DtDe&, QWidget* parent) override;
76  };
77 }
Definition: setStatePreferredTargetsPropertyDialog.h:70
File: setStateProperties.h.
Definition: setStateProperties.h:40
DT_DLL_VRVCORE DtTaitBryan level(const DtCoordinateSystem &cs, const DtVector &localOrigin, double topoHeading)
Returns a level orientation with the topographic heading.
DtSetStateProperties * mySetupCollection
Definition: setStatePreferredTargetsPropertyDialog.h:67
Definition: taskSetDialogInterface.h:82
Definition: readerWriter.h:85
Definition: setStatePropertiesDialog.h:208
Contains makVrf::DtSetStatePreferredTargetsPropertyDialog class. This header file contains classes th...
Definition: setStatePreferredTargetsPropertyDialog.h:25
Definition: setStatePropertyDialog.h:226
A widget class for managing a DtVrfTreeWidget of objects which supports user-defined filters...
Definition: vrfFilteredListView.h:64
Sets up the set dialog to be able to change all state properties. If multiple items are selected only...
Definition: setStatePropertyDialog.h:32
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
DtVrfFilteredListView * myFilteredListView
Definition: setStatePreferredTargetsPropertyDialog.h:66
#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)