Salome HOME
Merge with PAL/SALOME 2.1.0d
[modules/kernel.git] / src / SALOMEGUI / SALOMEGUI.h
index d823c6e41a64e5358b9998895a0ab511cab09b3a..3e3ede634ee74318b1f53a62718a362d7dff7b92 100644 (file)
@@ -35,6 +35,7 @@
 #include <qstring.h>
 
 class QAD_Desktop;
+class QAD_ViewFrame;
 class QAD_StudyFrame;
 class SALOME_Event;
 
@@ -64,7 +65,8 @@ public:
                                    const QString & theParent, const QString & theObject );
   virtual void DefinePopup       ( QString & theContext, QString & theParent, QString & theObject );
   virtual bool ActiveStudyChanged( QAD_Desktop* parent );
-  virtual void BuildPresentation ( const Handle(SALOME_InteractiveObject)& theIO );
+  virtual void BuildPresentation ( const Handle(SALOME_InteractiveObject)& theIO,
+                                   QAD_ViewFrame*  = 0 );
   virtual void SupportedViewType (int* buffer, int bufferSize);
   virtual void Deactivate        ();