X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Keywords.h;h=37f9194de3619ecb0e1b67743bf037ffd0990d0c;hb=a6e18c9e2793cc467da1ce82e14487dca06653c1;hp=c9d705d551da19b2980e08176a27197f2ccce6cb;hpb=d7e03da669a038a5a47ce8c8d878d8c81cf3faa5;p=modules%2Fshaper.git diff --git a/src/Config/Config_Keywords.h b/src/Config/Config_Keywords.h index c9d705d55..37f9194de 100644 --- a/src/Config/Config_Keywords.h +++ b/src/Config/Config_Keywords.h @@ -34,6 +34,8 @@ const static char* WDG_POINT_SELECTOR = "point_selector"; const static char* WDG_POINT2D_DISTANCE = "point2ddistance"; const static char* WDG_FEATURE_SELECTOR = "feature_selector"; +const static char* WDG_FEATURE_OR_ATTRIBUTE_SELECTOR = "feature_or_attribute_selector"; +const static char* WDG_DOUBLEVALUE_EDITOR = "doublevalue_editor"; const static char* _ID = "id"; //const static char* WORKBENCH_ID = "id"; @@ -47,6 +49,7 @@ const static char* FEATURE_NESTED = "nested"; const static char* FEATURE_INTERNAL = "internal"; const static char* SOURCE_FILE = "path"; +const static char* PREVIOUS_FEATURE_PARAM = "previous_feature_param"; // doublevalue properties: const static char* INFO_WDG_TEXT = FEATURE_TEXT;