VR-Forces 4.0.4 Class Documentation
include/bhave3DGui/bhaveSetMovementModeDialog.h
Go to the documentation of this file.
00001 /******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 ******************************************************************************/
00005 /******************************************************************************
00006 ** $RCSfile: bhaveSetMovementModeDialog.h,v $ $Revision: 1.2 $ $State: Exp $
00007 ******************************************************************************/
00008 
00011 
00012 #ifndef bhaveSetMovementModeDialog_H_
00013 #define bhaveSetMovementModeDialog_H_
00014 
00015 
00016 #include <bhave3DGui/bhave3DGuiDefines.h>
00017 #include "bhave3DGui/bhaveSetMovementModeDialogInterface.h"
00018 #include <bhave3DGui/ui_bhaveSetMovementModeWidgetUi.h>
00019 
00020 namespace BHAVE
00021 {
00022    namespace BHAVE3DGui
00023    {
00027       class DT_DLL_bhave3DGui DtBhaveSetMovementModeDialog : public DtBhaveSetMovementModeDialogInterface
00028       {
00029          Q_OBJECT
00030 
00031       public:
00032 
00034          DtBhaveSetMovementModeDialog(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
00035 
00037          virtual ~DtBhaveSetMovementModeDialog();
00038 
00040          virtual int selectedModeIndex() const;
00041 
00043          virtual bool setSelectedModeIndex(int index);
00044 
00046          virtual QString selectedModeText() const;
00047 
00049          virtual void sendRequest();
00050 
00052          virtual void setupStatement(const DtSimStatement* stmt);
00053          
00054       protected:
00055 
00057          virtual QWidget* contents(const std::vector<makVrv::DtSimEntry*>& data);
00058 
00059       protected:
00060 
00061          Ui_DtBhaveSetMovementModeWidgetUi myUiImpl;
00062       };
00063 
00064 
00068       class DT_DLL_bhave3DGui DtBhaveSetMovementModeDialogCreator : public makVrf::DtVrfTaskSetDialogCreator
00069       {
00070 
00071       public:
00072          
00074          virtual makVrf::DtTaskSetDialogInterface* create(makVrv::DtDe&, QWidget* parent);
00075 
00077          virtual bool supportsType(int, const DtSimStatement*) const;
00078       };
00079    }
00080 }
00081 
00082 #endif
00083 

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)