VR-Forces 4.0.4 Class Documentation
include/vrvCoreQt/DtNewWindowItems.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtNewWindowItems.h,v $ $Revision: 1.9 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 #include <vrvCoreQt/vrvCoreQt.h>
00015 #include <vrvCoreQt/DtMenuItem.h>
00016 
00017 namespace makVrv
00018 {
00021    class DT_DLL_VRVCOREQT DtNewWindowItem : public DtMenuItem
00022    {
00023       Q_OBJECT
00024 
00025    public:
00026       DtNewWindowItem(DtDe& de);
00027 
00028       virtual ~DtNewWindowItem();
00029    
00030    protected:
00031 
00033       virtual QAction* createAction(DtDe&, QWidget* parent);
00034       virtual void on_triggered();
00035 
00036    protected:
00037       DtDe& myDe;
00038    };
00039 
00043    class DT_DLL_VRVCOREQT DtNewStealthWindowItem : public makVrv::DtMenuItem
00044    {
00045       Q_OBJECT
00046    public:
00047       DtNewStealthWindowItem(DtDe& de);
00048       virtual ~DtNewStealthWindowItem();
00049 
00050    protected:
00051       virtual void on_triggered();
00052       virtual QAction* createAction(DtDe&, QWidget* parent);
00053 
00054    protected:
00055       DtDe&  myDe;
00056    };
00057 
00061    class DT_DLL_VRVCOREQT DtNewPlanViewWindowItem : public makVrv::DtMenuItem
00062    {
00063       Q_OBJECT
00064 
00065    public:
00066       DtNewPlanViewWindowItem(DtDe& de);
00067       virtual ~DtNewPlanViewWindowItem();
00068 
00069    protected:
00070       virtual void on_triggered();
00071       virtual QAction* createAction(DtDe&, QWidget* parent);
00072 
00073    protected:
00074       DtDe&  myDe;
00075    };
00076 }
00077 

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)