From 108fc26ea440c78a5868227aa74e61095e829811 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 4 Apr 2005 10:51:04 +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