VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 <QtWidgets/QDialog>
10 #include "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 }
Definition: mtdSaveOptionsDialog.h:14
#define DT_DLL_VRFGUICOREQT
Definition: vrfGuiCoreQt.h:26
Ui_DtMtdSaveOptionsDlg myUiImpl
Definition: mtdSaveOptionsDialog.h:43

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)