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
36 
37  protected:
38 
40  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
41 
43  virtual void addDataEntryIfModifiableValue(PropertyItem& item,
44  const DtReaderWriter* rw, const DtString& pathSoFar, int level,
45  bool updateExistingValue, int row);
46 
48  virtual void valueFromWidget(const PropertyItem& item, DtReaderWriter* rw) const;
49 
51  virtual void showEvent(QShowEvent* event);
52 
54  virtual void updateOkButton();
55 
59  bool replace() const;
60 
61  virtual void setupStateProperties(DtSetStateProperties* col);
62 
63  protected slots:
64  virtual void slot_itemSelectionChanged();
65 
66  public:
69  };
70 
72  {
73  public:
75 
76  virtual DtTaskSetDialogInterface* createDialog(makVrv::DtDe&, QWidget* parent);
77  };
78 }
Definition: setStatePreferredTargetsPropertyDialog.h:71
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:68
Definition: taskSetDialogInterface.h:84
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:31
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:72
DtVrfFilteredListView * myFilteredListView
Definition: setStatePreferredTargetsPropertyDialog.h:67
#define DT_DLL_VRFGUITASKSETQT
Definition: vrfGuiTaskSetQt.h:22

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)