VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/DtScenarioSettingsDialog.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtScenarioSettingsDialog.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00013 
00014 #pragma once
00015 
00016 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00017 #include <vrfGuiCoreQt/DtScenarioSettingsInterface.h>
00018 
00019 #include <QtGui/QDialog>
00020 
00021 class QPushButton;
00022 
00023 namespace makVrf
00024 {
00025    class DtScenarioPreviewPage;
00026    class DtScenarioLoadLogic;
00027 
00029    class DT_DLL_VRFGUICOREQT DtScenarioSettingsDialog : public QDialog, public DtScenarioSettingsInterface
00030    {
00031    Q_OBJECT;
00032 
00033    public:
00034 
00036       DtScenarioSettingsDialog(makVrv::DtDe& de, QWidget* parent, Qt::WindowFlags f = Qt::Tool );
00037 
00039       virtual ~DtScenarioSettingsDialog();
00040 
00042       virtual bool chooseSimulationTerrain();
00043 
00044    protected slots:
00047       virtual void onOkClicked();
00048 
00049    protected:
00050       makVrv::DtDe& myDe;
00051 
00052       DtScenarioLoadLogic*    myLogic;
00053 
00054    public:
00055       DtScenarioPreviewPage*  myScenarioPreviewPage;
00056       QPushButton*            myOkButton;
00057       QPushButton*            myCancelButton;
00058       QPushButton*            myAdvancedButton;
00059       QPushButton*            myPreviewButton;
00060    };
00061 }

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)