Salome HOME
*** empty log message ***
[modules/multipr.git] / src / MULTIPRGUI / MULTIPR_GUI.h
index aa929e2483b3db15b3c29e23b77fe814794686c9..3e2e7d8914689eb02bc3a88494e3a23ec3dab9d4 100644 (file)
@@ -87,9 +87,11 @@ protected slots:
        void OnPartition1();
        void OnPartition2();
        void OnDecimate();
+       void OnRemove();
        void OnSave();
        
        void retrieveSelectedParts();
+       bool isPartExist(const char* partName);
        
 protected:
        virtual CAM_DataModel* createDataModel();
@@ -100,6 +102,7 @@ protected:
        { 
                ACTION_IMPORT_MED = 190,
                ACTION_SAVE,
+               ACTION_REMOVE,
                ACTION_SPLIT,
                ACTION_DECIMATE
        };