X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_WorkshopListener.h;h=26fbcbc2a28f99cb2f20e16d8a48b988a5cc978f;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=e2d548c461b34c71b38f90d7d37cd05044f7dc11;hpb=77d6e03555d0d46232e09ace4178f66f8c9b40ee;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_WorkshopListener.h b/src/XGUI/XGUI_WorkshopListener.h index e2d548c46..26fbcbc2a 100644 --- a/src/XGUI/XGUI_WorkshopListener.h +++ b/src/XGUI/XGUI_WorkshopListener.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// Copyright (C) 2014-2023 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -103,6 +103,9 @@ protected: XGUI_Workshop* workshop() const; private: + + void setDisplayed(ObjectPtr theObject, const bool theIsLoadedScript, bool& theDisplayed); + XGUI_Workshop* myWorkshop; // the current workshop bool myUpdatePrefs;