VR-Forces 4.0.4 Class Documentation
include/vrfGuiCoreQt/exportToGdbMenuItem.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 <vrvCoreQt/DtMenuItem.h>
00010 
00011 namespace makVrf
00012 {
00015    class DT_DLL_VRFGUICOREQT DtExportToGdbMenuItem : public makVrv::DtMenuItem
00016    {
00017       Q_OBJECT
00018    public:
00019       DtExportToGdbMenuItem(makVrv::DtDe& de);
00020 
00021       virtual ~DtExportToGdbMenuItem();
00022 
00024       virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
00025 
00026    protected:
00027 
00029       virtual void on_triggered();
00030 
00031    protected:
00032       makVrv::DtDe& myDe;
00033    };
00034 
00035 } //namespace makVrf

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)