![]() |
VR-Forces 4.0.4 Class Documentation
|
00001 /******************************************************************************* 00002 ** Copyright (c) 2009 MAK Technologies, Inc. 00003 ** All rights reserved. 00004 *******************************************************************************/ 00005 /******************************************************************************* 00006 ** $RCSfile: bhaveSetScriptDialogInterface.h,v $ $Revision: 1.1 $ $State: Exp $ 00007 *******************************************************************************/ 00008 00011 00012 #ifndef bhaveSetScriptDialogInterface_H_ 00013 #define bhaveSetScriptDialogInterface_H_ 00014 00015 00016 #include <bhave3DGui/bhave3DGuiDefines.h> 00017 #include <vrfGuiCoreQt/DtBaseTaskSetDialogInterface.h> 00018 #include <QtCore/QString> 00019 00020 namespace BHAVE 00021 { 00022 namespace BHAVE3DGui 00023 { 00024 00028 class DT_DLL_bhave3DGui DtBhaveSetScriptDialogInterface : public makVrf::DtBaseTaskSetDialogInterface 00029 { 00030 00031 public: 00032 00034 DtBhaveSetScriptDialogInterface(makVrv::DtDe& de, QWidget* parent, const Qt::WindowFlags& flags = 0); 00035 00037 virtual ~DtBhaveSetScriptDialogInterface(); 00038 00039 public: 00040 00042 virtual void addScript(const QString& name) = 0; 00043 00045 virtual void clearScriptList() = 0; 00046 00048 virtual bool findScriptName(const QString& name) const = 0; 00049 00051 virtual int selectedScriptIndex() const = 0; 00052 00054 virtual QString selectedScriptName() const = 0; 00055 00058 virtual bool setScript(const QString& name) = 0; 00059 }; 00060 } 00061 } 00062 00063 #endif