Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / Config / Config_Keywords.h
1 /*
2  * Config_Keywords.h
3  *
4  *  Created on: Apr 2, 2014
5  *      Author: sbh
6  */
7
8 #ifndef CONFIG_KEYWORDS_H_
9 #define CONFIG_KEYWORDS_H_
10
11 /*
12  * Hardcoded xml entities of plugin-*.xml
13  */
14 const static char* NODE_WORKBENCH = "workbench";
15 const static char* NODE_GROUP = "group";
16 const static char* NODE_FEATURE = "feature";
17 const static char* NODE_WIDGET = "value";
18
19 const static char* _ID = "id";
20 //const static char* WORKBENCH_ID = "id";
21 //const static char* GROUP_ID = "id";
22 //const static char* FEATURE_ID = "id";
23 const static char* FEATURE_TEXT = "text";
24 const static char* FEATURE_TOOLTIP = "tooltip";
25 const static char* FEATURE_ICON = "icon";
26 const static char* FEATURE_KEYSEQUENCE = "keysequence";
27
28 /*
29  * Hardcoded xml entities of plugins.xml
30  */
31 const static char* NODE_PLUGIN = "plugin";
32 const static char* NODE_PLUGINS = "plugins";
33
34 const static char* PLUGINS_MODULE = "module";
35 const static char* PLUGIN_CONFIG = "configuration";
36 const static char* PLUGIN_LIBRARY = "library";
37
38 #endif /* CONFIG_KEYWORDS_H_ */