VR-Forces 4.6.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
entitySelectionDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2014 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
10 
11 #pragma once
12 
13 #include <vrvUtil/signalslib.h>
15 #include <vrfutil/rwUUID.h>
16 
17 #include <QtWidgets/QDialog>
18 
19 class QHBoxLayout;
20 class QVBoxLayout;
21 
22 namespace makVrv
23 {
24  class DtDe;
25 }
26 
27 namespace makVrf
28 {
29  class DtVrfSelectionFilter;
30  class DtEntitySelectionDialogLogic;
31  class DtVrfFilteredListView;
32 
34  {
35  Q_OBJECT
36  public:
37  //CTOR
38  DtEntitySelectionDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
39 
40  //DTOR
41  virtual ~DtEntitySelectionDialog();
42 
43  virtual int exec();
44 
45  virtual DtUUID selectedName() const;
46 
47  virtual void setOKEnabled(bool);
48 
49  virtual void addFilter(const DtVrfSelectionFilter* f);
50  virtual void setupGui(bool addAggregateFilter = false);
51 
52  boost::signal<void ()> signal_done;
53  boost::signal<void ()> signal_accepted;
54 
55  protected:
56  virtual void accept();
57 
58  protected:
61 
62  public:
63  QVBoxLayout* myMainLayout;
65  QHBoxLayout* myButtonLayout;
68  };
69 }

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)