Salome HOME
Implimentation of the Config XML Reader
[modules/shaper.git] / src / XGUI / XGUI_Interfaces.h
index d54bba43bbe3879d18797962c711f111048193fa..24b53dcd5591a025c899de125949cedcdc9d7866 100644 (file)
@@ -32,7 +32,8 @@ public:
 class IWorkbench
 {
 public:
-    virtual IMenuGroup* addGroup() = 0;
+    virtual IMenuGroup* addGroup(const QString& theName = "") = 0;
+    virtual IMenuGroup* findGroup(const QString& theName) = 0;
 };
 
 
@@ -59,4 +60,4 @@ extern "C"
 #define CREATE_MODULE "createModule"
 
 
-#endif
\ No newline at end of file
+#endif