Salome HOME
Dump Image data to python script (Feature #13).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ObjSelector.h
index b3e1019e62de7484b45a35788e03c686f4dace4a..f3853d741e36cbc57b82c68f52eb36c7005b206b 100644 (file)
@@ -37,6 +37,9 @@ public:
   HYDROGUI_ObjSelector( HYDROGUI_Module* theModule, QWidget* theParent );
   virtual ~HYDROGUI_ObjSelector();
 
+  void Clear();
+
+  void SetName( const QString& );
   QString GetName() const;
 
 protected: