VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
baseConditionalExpressionDialog.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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)