VR-Forces 4.0.4 Class Documentation
include/bhave3DGui/bhaveTaskFleeDialogInterface.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2009 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: bhaveTaskFleeDialogInterface.h,v $ $Revision: 1.1 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef bhaveTaskFleeDialogInterface_H_
00013 #define bhaveTaskFleeDialogInterface_H_
00014 
00015 
00016 #include <bhave3DGui/bhave3DGuiDefines.h>
00017 #include <vrfGuiCoreQt/DtBaseFilteredListViewTaskSetDialog.h>
00018 
00019 namespace BHAVE
00020 {
00021    namespace BHAVE3DGui
00022    {
00023 
00027       class DT_DLL_bhave3DGui DtBhaveTaskFleeDialogInterface : public makVrf::DtBaseFilteredListViewTaskSetDialog
00028       {
00029 
00030       public:
00031 
00033          DtBhaveTaskFleeDialogInterface(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0);
00034 
00036          virtual ~DtBhaveTaskFleeDialogInterface();
00037 
00039          virtual void setRadius(double d) = 0;
00040 
00042          virtual double radius() const = 0;
00043 
00045          virtual void setStopWhenHidden(bool flag) = 0;
00046 
00048          virtual bool stopWhenHidden() const = 0;
00049 
00050       };
00051    }
00052 }
00053 
00054 #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)