VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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  public:
25  //CTOR
27  const Qt::WindowFlags& flags = 0);
28 
29  //DTOR
31 
32  protected:
33 
35  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
36 
38  virtual void addDataEntryIfModifiableValue(PropertyItem& item,
39  const DtReaderWriter* rw, const DtString& pathSoFar, int level,
40  bool updateExistingValue, int row);
41 
43  virtual void valueFromWidget(const PropertyItem& item, DtReaderWriter* rw) const;
44 
46  virtual void showEvent(QShowEvent* event);
47 
49  virtual void slot_itemSelectionChanged(const std::vector<DtVrfObjectListViewItem::DtVrfObjectState>& items);
50  virtual void updateOkButton();
51 
55  bool replace() const;
56 
57  virtual void setupStateProperties(DtSetStateProperties* col);
58 
59  public:
62  };
63 
65  {
66  public:
68 
69  virtual DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
70  };
71 }

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)