VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
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 <QtGui/QDialog>
10
#include <vrfGuiCoreQt/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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)