From 8f2a7615f7333a9192860d1747fd094cd34e9f2f Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 4 Apr 2005 12:06:32 +0000 Subject: [PATCH] PAL8536. Add static methods to set initial value of a parameter --- src/StdMeshersGUI/StdMeshersGUI_Parameters.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/StdMeshersGUI/StdMeshersGUI_Parameters.h b/src/StdMeshersGUI/StdMeshersGUI_Parameters.h index 5ec4c3a71..24fa2f70c 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_Parameters.h +++ b/src/StdMeshersGUI/StdMeshersGUI_Parameters.h @@ -50,5 +50,12 @@ class StdMeshersGUI_Parameters static bool SetParameters(SMESH::SMESH_Hypothesis_ptr hyp, const std::list & params ); + + static void SetInitValue(SMESHGUI_aParameterPtr param, + int initValue); + static void SetInitValue(SMESHGUI_aParameterPtr param, + double initValue); + static void SetInitValue(SMESHGUI_aParameterPtr param, + const char* initValue); }; #endif -- 2.30.2