X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fgenericgui%2FSceneElementaryNodeItem.hxx;h=fdc2f16ae151014a9941cc2e0b8a778230aa688f;hb=884c24e399ddcf623cee5d6d7136a06255b6f3f0;hp=17985115973a771c793987f6b90f2e0523bace5f;hpb=f3b2b68ffecc5033287a7a255c8507f8989fb87f;p=modules%2Fyacs.git diff --git a/src/genericgui/SceneElementaryNodeItem.hxx b/src/genericgui/SceneElementaryNodeItem.hxx index 179851159..fdc2f16ae 100644 --- a/src/genericgui/SceneElementaryNodeItem.hxx +++ b/src/genericgui/SceneElementaryNodeItem.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2006-2013 CEA/DEN, EDF R&D +// Copyright (C) 2006-2014 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -42,8 +42,8 @@ namespace YACS virtual void popupMenu(QWidget *caller, const QPoint &globalPos); virtual void autoPosNewPort(AbstractSceneItem *item, int nbPorts); virtual void reorganize(); - virtual void reorganizeShrinkExpand(); - virtual void shrinkExpandRecursive(bool isExpanding, bool fromHere); + virtual void reorganizeShrinkExpand(ShrinkMode theShrinkMode); + virtual void shrinkExpandRecursive(bool isExpanding, bool fromHere, ShrinkMode theShrinkMode); virtual void setShownState(shownState ss); protected: int _maxPorts;