VR-Forces 4.0.4 Class Documentation
include/bhave3DGui/bhaveSetActions.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2008 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: bhaveSetActions.h,v $ $Revision: 1.2 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00012 #ifndef bhaveSetActions_H_
00013 #define bhaveSetActions_H_
00014 
00015 #include <bhave3DGui/bhave3DGuiDefines.h>
00016 #include <vrfGuiCoreQt/DtVrfTaskSetMenu.h>
00017 
00018 namespace BHAVE
00019 {
00020    namespace BHAVE3DGui
00021    {
00022 
00026       class DT_DLL_bhave3DGui DtBhaveSetMovementModeAction : public makVrf::DtVrfTaskSetMenuItem
00027       {
00028 
00029       public:
00030 
00032          DtBhaveSetMovementModeAction(makVrv::DtDe& de);
00033 
00035          virtual ~DtBhaveSetMovementModeAction();
00036 
00038          virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
00039 
00040       protected:
00041 
00042          int   myId;
00043 
00044       };
00045 
00046       
00050       class DtBhaveSetScriptAction : public makVrf::DtVrfTaskSetMenuItem
00051       {
00052 
00053       public:
00054 
00056          DtBhaveSetScriptAction(makVrv::DtDe& de);
00057 
00059          virtual ~DtBhaveSetScriptAction();
00060 
00062          virtual QAction* createAction(makVrv::DtDe&, QWidget* parent);
00063 
00064       protected:
00065 
00066          int   myId;
00067 
00068       };
00069    }
00070 }
00071 
00072 #endif

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)