Salome HOME
Merge with version on tag OCC-V2_1_0d
[modules/visu.git] / src / ENGINE / VISU_Engine_i.hh
index 10f96e14d4fb21ae80074e838de032c445ba25ed..8ad9db0f2b0812b61ed0e4d6ed6b9a689b1754ca 100644 (file)
@@ -87,6 +87,9 @@ namespace VISU{
     virtual Container_ptr CreateContainer();
     virtual Animation_ptr CreateAnimation(View3D_ptr theView3d);
     
+    virtual void DeleteResult(Result_ptr theResult);
+    virtual void DeletePrs3d(Prs3d_ptr thePrs3d);
+
     // inherited methods from SALOMEDS::Driver
     virtual SALOMEDS::TMPFile* Save(SALOMEDS::SComponent_ptr theComponent,
                                    const char* theURL,
@@ -128,14 +131,6 @@ namespace VISU{
     SALOMEDS::SObject_ptr PasteInto(const SALOMEDS::TMPFile& theStream,
                                    CORBA::Long theObjectID,
                                    SALOMEDS::SObject_ptr theObject);
-    /*! SAN & VSR : Test QT_EVENT 
-      >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-    */
-    virtual void CreateTestView();
-    virtual void ShowTestObject();
-    /*! SAN & VSR : Test QT_EVENT
-      <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
-    */
   };
 };