VR-Forces 4.0.4 Class Documentation
include/vrvCigiQt/DtCigiItems.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: DtCigiItems.h,v $ $Revision: 1.8 $ $State: Exp $
00007 ******************************************************************************/
00008 
00012 
00013 #ifndef DtCigiItems_H_
00014 #define DtCigiItems_H_
00015 
00016 #include <vrvCigiQt/vrvCigiQt.h>
00017 
00018 #include <vrvCoreQt/DtMenuItem.h>
00019 #include <vrvCoreQt/DtMenu.h>
00020 
00021 namespace makVrv
00022 {
00025    class DT_DLL_VRVCIGIQT DtCigiConnectionsItem : public DtMenuItem
00026    {
00027    public:
00029       DtCigiConnectionsItem(DtDe&);
00030 
00032       virtual ~DtCigiConnectionsItem();
00033 
00035       virtual QAction* createAction(DtDe&, QWidget* parent);
00036 
00037    protected: 
00039       virtual void on_triggered();
00040 
00041    protected:
00042       DtDe& myDe;
00043    };
00044 
00047    class DT_DLL_VRVCIGIQT DtCigiMappingsMenuItem : public DtMenuItem
00048    {
00049    public:
00051       DtCigiMappingsMenuItem(DtDe&);
00052 
00054       virtual ~DtCigiMappingsMenuItem();
00055 
00057       virtual QAction* createAction(DtDe&, QWidget* parent);
00058 
00059    protected: 
00061       virtual void on_triggered();
00062 
00063    protected:
00064       DtDe& myDe;
00065    };
00066 }
00067 
00068 #endif
00069 

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)