X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_ActionInfo.h;h=275b68280efee82219f40d9a0ba9dfc94f5d21b7;hb=06e7f5859095193fc7f498bd89a7d28009794f53;hp=1f21c7ca19be64ae95bf6f23d3141e992c554521;hpb=854902e275b0daab546cbe4517b8bb71badad4a1;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_ActionInfo.h b/src/ModuleBase/ModuleBase_ActionInfo.h index 1f21c7ca1..275b68280 100644 --- a/src/ModuleBase/ModuleBase_ActionInfo.h +++ b/src/ModuleBase/ModuleBase_ActionInfo.h @@ -1,9 +1,21 @@ -/* - * ActionInfo.h - * - * Created on: Feb 4, 2015 - * Author: sbh - */ +// 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 +// License as published by the Free Software Foundation; either +// 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 +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// 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 +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #ifndef MODULEBASE_ACTIONINFO_H_ #define MODULEBASE_ACTIONINFO_H_ @@ -28,12 +40,15 @@ struct MODULEBASE_EXPORT ModuleBase_ActionInfo bool checked; //!< action's checked state bool enabled; //!< action's enabled state bool visible; //!< action's visibility state - bool modal; //!< = true if the acton is a modal dialog box else property panel (==false by default) + + //! = true if the acton is a modal dialog box else property panel (==false by default) + bool modal; QIcon icon; //!< action's icon QString text; //!< action's text QString iconText; //!< action's descriptive icon text QString iconFile; //!< path to icon's file. Can not be initialized from QAction QString toolTip; //!< action's tooltip + QString toolBar; //!< A name of toolbar. By default = group of features name // QString statusTip; // QString whatsThis; QKeySequence shortcut; //!< action's primary shortcut key