X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGraphicsView%2FGraphicsView_ViewFrame.cxx;h=c5f1dfaad6c4fd7266c6e58b818a1a270bd78eb0;hb=adc11cbe30d981a17183c5ac49300594c5ff3be4;hp=6f5f47dcf4a301dc0fdd20416bffa23bc919d60e;hpb=f1343b39ab73a30415d2d909a4887f6536278e2e;p=modules%2Fgui.git diff --git a/src/GraphicsView/GraphicsView_ViewFrame.cxx b/src/GraphicsView/GraphicsView_ViewFrame.cxx index 6f5f47dcf..c5f1dfaad 100644 --- a/src/GraphicsView/GraphicsView_ViewFrame.cxx +++ b/src/GraphicsView/GraphicsView_ViewFrame.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2013-2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2013-2016 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -171,7 +171,9 @@ void GraphicsView_ViewFrame::createActions() //================================================================ int GraphicsView_ViewFrame::createToolBar() { - int tid = toolMgr()->createToolBar( tr("LBL_TOOLBAR_LABEL") ); + int tid = toolMgr()->createToolBar( tr("LBL_TOOLBAR_LABEL"), // title (language-dependant) + QString( "GraphicsViewViewOperations" ), // name (language-independant) + false ); // disable floatable toolbar toolMgr()->append( DumpId, tid ); myScaleAction = new QtxMultiAction( this ); @@ -209,6 +211,15 @@ QImage GraphicsView_ViewFrame::dumpView() return myViewPort->dumpView(); } +//================================================================ +// Function : dumpViewToPSFormat +// Purpose : +//================================================================ +bool GraphicsView_ViewFrame::dumpViewToPSFormat(const QString& fileName) +{ + return myViewPort->dumpViewToPSFormat(fileName); +} + //================================================================ // Function : getVisualParameters // Purpose :