VR-Forces 4.0.4 Class Documentation
include/vrvVrlQt/DtConnectionsMenuItem.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2010 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtConnectionsMenuItem.h,v $ $Revision: 1.8 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #pragma once
00014 
00015 #include <vrvVrlQt/vrvVrlQt.h>
00016 #include <vrvCoreQt/DtMenuItem.h>
00017 
00018 namespace makVrv
00019 {
00022    class DT_DLL_VRVVRLQT DtConnectionsMenuItem : public DtMenuItem
00023    {
00024 
00025    public:
00026       DtConnectionsMenuItem(DtDe& de);
00027 
00028       virtual ~DtConnectionsMenuItem();
00029 
00031       virtual QAction* createAction(DtDe&, QWidget* parent);
00032 
00033    protected:
00034 
00036       virtual void on_triggered();
00037 
00038    protected:
00039       DtDe& myDe;
00040    };
00041 
00044    class DT_DLL_VRVVRLQT DtEntityTypeMappingsMenuItem : public DtMenuItem
00045    {
00046 
00047    public:
00048       DtEntityTypeMappingsMenuItem(DtDe& de);
00049 
00050       virtual ~DtEntityTypeMappingsMenuItem();
00051 
00053       virtual QAction* createAction(DtDe&, QWidget* parent);
00054 
00055    protected:
00056 
00058       virtual void on_triggered();
00059 
00060    protected:
00061       DtDe& myDe;
00062    };
00063 }

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)