VR-Forces 4.6.1 Class Documentation
 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 
14 
15 namespace makVrf
16 {
17  class DtVrfFilteredListView;
18 
21 
23  {
24  Q_OBJECT
25 
26  public:
27  //CTOR
28  DtSetStatePreferredTargetsPropertyDialog(makVrv::DtDe& de, QWidget* parent, const DtString& property,
29  const Qt::WindowFlags& flags = 0);
30 
31  //DTOR
33 
34  protected:
35 
37  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
38 
40  virtual void addDataEntryIfModifiableValue(PropertyItem& item,
41  const DtReaderWriter* rw, const DtString& pathSoFar, int level,
42  bool updateExistingValue, int row);
43 
45  virtual void valueFromWidget(const PropertyItem& item, DtReaderWriter* rw) const;
46 
48  virtual void showEvent(QShowEvent* event);
49 
51  virtual void updateOkButton();
52 
56  bool replace() const;
57 
58  virtual void setupStateProperties(DtSetStateProperties* col);
59 
60  protected slots:
61  virtual void slot_itemSelectionChanged();
62 
63  public:
66  };
67 
69  {
70  public:
72 
73  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
74  };
75 }

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)