VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/DtSaveScenarioMenuItems.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtSaveScenarioMenuItems.h,v $ $Revision: 1.1 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00014 
00015 #pragma once
00016 
00017 #include <vrfGuiCoreQt/vrfGuiCoreQt.h>
00018 #include <vrfGuiCoreQt/DtVrfSimulationMenuItem.h>
00019 
00020 namespace makVrf
00021 {
00023    class DT_DLL_VRFGUICOREQT DtSaveScenarioMenuItem : public makVrv::DtMenuItem
00024    {
00025       Q_OBJECT
00026 
00027    public:
00028       //CTOR
00029       DtSaveScenarioMenuItem(makVrv::DtDe& de);
00030 
00031       //DTOR
00032       virtual ~DtSaveScenarioMenuItem();
00033 
00035       virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
00036 
00037    protected:
00038       virtual void on_triggered();
00039 
00040    protected:
00041       makVrv::DtDe&  myDe;
00042    };
00043 
00045    class DT_DLL_VRFGUICOREQT DtSaveScenarioAsMenuItem : public makVrv::DtMenuItem
00046    {
00047       Q_OBJECT
00048 
00049    public:
00050       //CTOR
00051       DtSaveScenarioAsMenuItem(makVrv::DtDe& de);
00052 
00053       //DTOR
00054       virtual ~DtSaveScenarioAsMenuItem();
00055 
00057       virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
00058 
00059    protected:
00060       virtual void on_triggered();
00061 
00062    protected:
00063       makVrv::DtDe&  myDe;
00064    };
00065 }

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)