X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Keywords.h;h=5a4eb46831dba5b22024708dbf6a753c6f30ae5e;hb=29083ee3765ce3f564eb4fa6c93620084acfb067;hp=8f0fda2e19da13441d7b79493c0f884ab2d82a62;hpb=37868f0c69fb4eed9c5545f7e9d639c9a91061a0;p=modules%2Fshaper.git diff --git a/src/Config/Config_Keywords.h b/src/Config/Config_Keywords.h index 8f0fda2e1..5a4eb4683 100644 --- a/src/Config/Config_Keywords.h +++ b/src/Config/Config_Keywords.h @@ -20,6 +20,8 @@ const static char* NODE_VALIDATOR = "validator"; //Widgets const static char* WDG_DOUBLEVALUE = "doublevalue"; const static char* WDG_BOOLVALUE = "boolvalue"; +const static char* WDG_STRINGVALUE = "stringvalue"; +const static char* WDG_MULTISELECTOR = "multi_selector"; //Widget containers const static char* WDG_INFO = "label"; const static char* WDG_GROUP = "groupbox"; @@ -55,6 +57,7 @@ const static char* PREVIOUS_FEATURE_PARAM = "previous_feature_param"; const static char* ANY_WDG_TOOLTIP = FEATURE_TOOLTIP; const static char* ANY_WDG_ICON = FEATURE_ICON; const static char* ANY_WDG_LABEL = "label"; +const static char* ANY_WDG_DEFAULT = "default"; const static char* SOURCE_FILE = "path"; const static char* VALIDATOR_PARAMETERS = "parameters"; @@ -65,7 +68,6 @@ const static char* INFO_WDG_TOOLTIP = FEATURE_TOOLTIP; const static char* DOUBLE_WDG_MIN = "min"; const static char* DOUBLE_WDG_MAX = "max"; const static char* DOUBLE_WDG_STEP = "step"; -const static char* DOUBLE_WDG_DEFAULT = "default"; const static char* DOUBLE_WDG_DEFAULT_COMPUTED = "computed"; //toolbox/switch properties