]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_FeatureMessage.h
Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / Config / Config_FeatureMessage.h
index a7928800a5e5dc36fe20c07f58943bb6030dc937..bcf674cee780c7f505c1496092e2bde03657e55f 100644 (file)
@@ -24,14 +24,12 @@ class Config_FeatureMessage: public Events_Message
   std::string myPluginLibrary;  //Name of feature's library\r
 \r
   bool myUseInput; //Action is being checked until user commit the operation\r
+  std::string myNestedFeatures;\r
 \r
 public:\r
   //const Events_ID theID, const void* theSender = 0\r
   CONFIG_EXPORT Config_FeatureMessage(const Events_ID theId, const void* theParent = 0);\r
 \r
-  //TODO(sbh): Implement static method to extract event id [SEID]\r
-  //static const char* eventId() { return ""; }\r
-\r
   //Auto-generated getters/setters\r
   CONFIG_EXPORT const std::string& icon() const;\r
   CONFIG_EXPORT const std::string& id() const;\r
@@ -42,17 +40,18 @@ public:
   CONFIG_EXPORT const std::string& groupId() const;\r
   CONFIG_EXPORT const std::string& workbenchId() const;\r
   CONFIG_EXPORT const std::string& pluginLibrary() const;\r
+  CONFIG_EXPORT const std::string& nestedFeatures() const;\r
+  CONFIG_EXPORT bool isUseInput() const;\r
 \r
   CONFIG_EXPORT void setIcon(const std::string& icon);\r
   CONFIG_EXPORT void setId(const std::string& id);\r
   CONFIG_EXPORT void setKeysequence(const std::string& keysequence);\r
   CONFIG_EXPORT void setText(const std::string& text);\r
   CONFIG_EXPORT void setTooltip(const std::string& tooltip);\r
-\r
   CONFIG_EXPORT void setGroupId(const std::string& groupId);\r
   CONFIG_EXPORT void setWorkbenchId(const std::string& workbenchId);\r
   CONFIG_EXPORT void setPluginLibrary(const std::string& thePluginLibrary);\r
-  CONFIG_EXPORT bool isUseInput() const;\r
+  CONFIG_EXPORT void setNestedFeatures(const std::string& theNestedFeatures);\r
   CONFIG_EXPORT void setUseInput(bool isUseInput);\r
 };\r
 \r