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