![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2009 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: bhaveTaskWanderDialogInterface.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00012 #ifndef bhaveTaskWanderDialogInterface_H_ 00013 #define bhaveTaskWanderDialogInterface_H_ 00014 00015 #include <bhave3DGui/bhave3DGuiDefines.h> 00016 #include <vrfGuiCoreQt/DtBaseFilteredListViewTaskSetDialog.h> 00017 #include <vrfGuiCoreQt/DtVrfObjectListViewItem.h> 00018 00019 namespace BHAVE 00020 { 00021 namespace BHAVE3DGui 00022 { 00023 00027 class DT_DLL_bhave3DGui DtBhaveTaskWanderDialogInterface : public makVrf::DtBaseFilteredListViewTaskSetDialog 00028 { 00029 00030 public: 00031 00033 DtBhaveTaskWanderDialogInterface(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0); 00034 00036 virtual ~DtBhaveTaskWanderDialogInterface(); 00037 00042 virtual bool isWanderTimed(int& hours, int& mins, int& secs) const = 0; 00043 00046 virtual void setWanderTimed(bool flag, int hours=0, int mins=0, int secs=0) = 0; 00047 00051 virtual bool isWanderRestricted(QString& areaName) const = 0; 00052 00054 virtual QString wanderAreaName() const = 0; 00055 00057 virtual void setWanderRestricted(const QString& areaName) = 0; 00058 00059 }; 00060 } 00061 } 00062 00063 #endif