VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/mtdSaveOptionsDialog.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 
00006 #pragma once
00007 
00008 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00009 #include <QtGui/QDialog>
00010 #include <vrfGuiCoreQt/mtdSaveOptionsDialog.hpp>
00011 
00012 namespace makVrf
00013 {   
00014    class DT_DLL_VRFGUICOREQT DtMtdSaveOptionsDialog : public QDialog
00015    {
00016       Q_OBJECT
00017 
00018    public:
00019 
00022 
00023       DtMtdSaveOptionsDialog(QWidget* parent = 0);
00024 
00026       virtual ~DtMtdSaveOptionsDialog();
00027 
00029       virtual bool isVizandSimChecked();
00030 
00032       virtual bool isGenerateGdbChecked();
00033 
00034       public slots:
00035 
00036          virtual void checkedVizOnly();
00037          virtual void checkedVizAndSim();
00038          virtual void okClicked();
00039          virtual void cancelClicked();
00040 
00041 
00042    protected:
00043       Ui_DtMtdSaveOptionsDlg myUiImpl;
00044    };
00045 
00046 } 

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)