Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / ModuleBase / ModuleBase_ActionInfo.h
index 9b40ffd7050ca6bf65746855321ed556432a2ccb..347d1613705c9ccdba189f60a1b77ca5926be098 100644 (file)
 // 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<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or
+// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
 //
 
-/*
- * ActionInfo.h
- *
- *  Created on: Feb 4, 2015
- *      Author: sbh
- */
-
 #ifndef MODULEBASE_ACTIONINFO_H_
 #define MODULEBASE_ACTIONINFO_H_
 
@@ -55,6 +49,7 @@ struct MODULEBASE_EXPORT ModuleBase_ActionInfo
   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