VR-Forces 4.1 Class Documentation
bhaveAddSinkPointDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2012 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
7 
9 
10 #pragma once
11 
12 #include <vrvUtil/signalslib.h>
15 
16 namespace BHAVE
17 {
18  namespace BHAVE3DGui
19  {
21  {
22  Q_OBJECT
23 
24  public:
25  //CTOR
26  DtAddSinkPointDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
27 
28  //DTOR
29  virtual ~DtAddSinkPointDialog();
30 
31  virtual void displayDialog(const DtString& templateName);
32 
33  protected:
34  virtual QWidget* contents();
35 
36  virtual void sendRequest();
37 
38  protected:
39  virtual void setupGui();
40 
41  protected:
42  virtual void setupStatement(const DtSimStatement*);
43  virtual void initializeSelectionFilters();
44 signals:
45  void sinkPointSelection(QString sinkPtName);
46 
47  protected:
50  };
51  }
52 }

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)