X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetValidator.h;h=778ae773f4c4b3b0f62e1c223ce1c8ce619d211b;hb=c155919c16327dae7e09cd1e6a5b6d166e844767;hp=f6c84426430e05229631e1faf7047320cbd078b8;hpb=a50d298cf3f55609f4a143a243a66ba140f89683;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetValidator.h b/src/ModuleBase/ModuleBase_WidgetValidator.h old mode 100755 new mode 100644 index f6c844264..778ae773f --- a/src/ModuleBase/ModuleBase_WidgetValidator.h +++ b/src/ModuleBase/ModuleBase_WidgetValidator.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2019 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 @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef ModuleBase_WidgetValidator_H_ @@ -52,13 +51,15 @@ class MODULEBASE_EXPORT ModuleBase_WidgetValidator virtual ~ModuleBase_WidgetValidator(); /// Fills given container with selection modes if the widget has it + /// \param [out] theModuleSelectionModes module additional modes, -1 means all default modes /// \param theModes [out] a container of modes - /// \param isAdditional if true, the modes are combinated with the module ones - virtual void selectionModes(QIntList& theModes, bool& isAdditional) {} + virtual void selectionModes(int& theModuleSelectionModes, QIntList& theModes) {} /// Appends into container of workshop selection filters + /// \param [out] theModuleSelectionFilters module additional modes, -1 means all default modes /// \param [out] selection filters - virtual void selectionFilters(SelectMgr_ListOfFilter& theSelectionFilters); + virtual void selectionFilters(QIntList& theModuleSelectionFilters, + SelectMgr_ListOfFilter& theSelectionFilters); /// Returns true if the validation is activated bool isInValidate() const { return myIsInValidate; }