X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPVGUI%2FPVGUI_ViewWindow.cxx;h=d146a322e3358af4398bfe180da92633bd72a21f;hb=0976ef5de189d261d8bbdc6820b2b7aa66995ce8;hp=6d8cd608fa742420df01bbb79bb465bfc4ff5b01;hpb=3a58e6c4d5232c6f059162bf179695c720e00fb6;p=modules%2Fparavis.git diff --git a/src/PVGUI/PVGUI_ViewWindow.cxx b/src/PVGUI/PVGUI_ViewWindow.cxx index 6d8cd608..d146a322 100644 --- a/src/PVGUI/PVGUI_ViewWindow.cxx +++ b/src/PVGUI/PVGUI_ViewWindow.cxx @@ -87,3 +87,11 @@ void PVGUI_ViewWindow::setVisualParameters( const QString& parameters ) { SUIT_ViewWindow::setVisualParameters( parameters ); } + +/*! + \brief Returns the ParaView multi-view manager for this view window +*/ +pqViewManager* PVGUI_ViewWindow::getMultiViewManager() const +{ + return myPVMgr; +}