VR-Forces 4.2 Class Documentation
DtBaseConditionalExpressionDialog.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2009 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtBaseConditionalExpressionDialog.h,v $ $Revision: 1.1 $ $State: Exp $
7 ******************************************************************************/
8 
11 
13 
14 #pragma once
15 
16 #include <vrvUtil/signalslib.h>
19 
20 class QVBoxLayout;
21 class QPushButton;
22 class QHBoxLayout;
23 class QBoxLayout;
24 
25 namespace makVrf
26 {
28  {
29  Q_OBJECT
30 
31  public:
32  //CTOR
33  DtBaseConditionalExpressionDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
34 
35  //DTOR
37 
38  virtual void setOKEnabled(bool);
39 
40  protected:
42  virtual void run(DtConditionalExpressionViewInterface*, const std::vector<makVrv::DtSimEntry*>& data);
43  virtual void setupGui(const std::vector<makVrv::DtSimEntry*>& data);
44  virtual QWidget* contents() = 0;
45 
46  virtual bool isComplete() const;
47 
48  virtual void postGuiSetup(const std::vector<makVrv::DtSimEntry*>& data);
49 
50  protected slots:
51  virtual void accept();
52  virtual void cancel();
53 
54  public:
55  QVBoxLayout* myMainLayout;
58  QHBoxLayout* myButtonLayout;
59  };
60 }

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)