VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfGuiCoreQt
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
8
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
9
#include <QtWidgets/QDialog>
10
#include "mtdSaveOptionsDialog.hpp"
11
12
namespace
makVrf
13
{
14
class
DT_DLL_VRFGUICOREQT
DtMtdSaveOptionsDialog
:
public
QDialog
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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)