Salome HOME
DCQ : Merge with Ecole Ete a6.
[modules/visu.git] / idl / VISU_Gen.idl
index 77957a23b8a90412950ba4917300cb19cd23189a..a01a2bb9093db3a20beeaab7c343d4f78614841c 100644 (file)
@@ -961,6 +961,14 @@ post-processing presentations from given %Result and %Table object reference, us
 provided by %ViewManager.
 */
    interface VISU_Gen : Engines::Component, SALOMEDS::Driver, Base{
+/*! SAN & VSR : Test QT_EVENT 
+>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+*/
+     void CreateTestView();
+     void ShowTestObject();
+/*! SAN & VSR : Test QT_EVENT
+<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+*/
 /*! Sets a definite study to be current.
 */
      void SetCurrentStudy(in SALOMEDS::Study theStudy);
@@ -1416,10 +1424,6 @@ which the curve is constructed on the graphics.
 */
     void Destroy(in View theView);
 
-/*! Runs a cycle of events in GUI (desktop).
-\note This method is one-way.
-*/
-    void ProcessEvents();
  };
 };
 #endif