VR-Forces 4.1.1 Class Documentation
DtEntitySelectionDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtEntitySelectionDialog.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
17 
18 #include <QtGui/QDialog>
19 
20 class QHBoxLayout;
21 class QVBoxLayout;
22 
23 namespace makVrv
24 {
25  class DtDe;
26 }
27 
28 namespace makVrf
29 {
30  class DtVrfSelectionFilter;
31  class DtEntitySelectionDialogLogic;
32  class DtVrfFilteredListView;
33 
35  {
36  Q_OBJECT
37  public:
38  //CTOR
39  DtEntitySelectionDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
40 
41  //DTOR
42  virtual ~DtEntitySelectionDialog();
43 
44  virtual int exec();
45 
46  virtual QString selectedName();
47 
48  virtual void setOKEnabled(bool);
49 
50  virtual void addFilter(const DtVrfSelectionFilter* f);
51 
52  protected:
53  virtual void setupGui();
54 
55  protected:
58 
59  public:
60  QVBoxLayout* myMainLayout;
62  QHBoxLayout* myButtonLayout;
65  };
66 }

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)