Salome HOME
Parameters manager implementation
[modules/shaper.git] / src / ModuleBase / ModuleBase_ActionInfo.h
index 16ac4e33127c6635f842f87f536dc3b555ae0b33..a726d137f2c9f0f14bae386ff007097bc016c174 100644 (file)
@@ -28,6 +28,7 @@ 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)
   QIcon icon; //!< action's icon
   QString text; //!< action's text
   QString iconText; //!< action's descriptive icon text