]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
refs #98 - Default color for constraints
authornds <natalia.donis@opencascade.com>
Fri, 24 Oct 2014 10:21:45 +0000 (14:21 +0400)
committernds <natalia.donis@opencascade.com>
Fri, 24 Oct 2014 10:21:45 +0000 (14:21 +0400)
refs #129 - old LightApprc.7.4.0 problem
The default values save mechanizm is implemented.

src/Config/Config_PropManager.h

index 496cddd6dce8e9017b095168dca77639bb39fdec..90df27705fb9f1aa7f2a405b12e376a6f4fe10d0 100644 (file)
@@ -23,11 +23,11 @@ class Config_PropManager
    * \param theSection - name of section (domain of using) of the property.
    * \param theName - name (title) of the value.
    * \param theType - type of the value.
-   * \param theValue - initial value of the property
+   * \param theDefValue - default and initial value of the property
    * Returns True if the property succesfully registered
    */
   CONFIG_EXPORT static bool registerProp(const std::string& theSection, const std::string& theName,
-    const std::string& theTitle, Config_Prop::PropType theType, const std::string& theValue);
+    const std::string& theTitle, Config_Prop::PropType theType, const std::string& theDefValue = );
 
   CONFIG_EXPORT static Config_Prop* findProp(
     const std::string& theSection, const std::string& theName);