VR-Forces 4.2 Class Documentation
mtdSaveOptionsDialog.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 
6 #pragma once
7 
9 #include <QtGui/QDialog>
10 #include <vrfGuiCoreQt/mtdSaveOptionsDialog.hpp>
11 
12 namespace makVrf
13 {
15  {
16  Q_OBJECT
17 
18  public:
19 
22 
23  DtMtdSaveOptionsDialog(QWidget* parent = 0);
24 
26  virtual ~DtMtdSaveOptionsDialog();
27 
29  virtual bool isVizandSimChecked();
30 
32  virtual bool isGenerateGdbChecked();
33 
34  public slots:
35 
36  virtual void checkedVizOnly();
37  virtual void checkedVizAndSim();
38  virtual void okClicked();
39  virtual void cancelClicked();
40 
41 
42  protected:
43  Ui_DtMtdSaveOptionsDlg myUiImpl;
44  };
45 
46 }

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)