]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_Workshop.h
Salome HOME
History menu: improvments and bugfixes
[modules/shaper.git] / src / XGUI / XGUI_Workshop.h
index b492fa1134d3bf225c9ef7dd0b4a19d7feb88f15..6ef022dfbc1dc8bfc18800935be88cbf45deaa28 100644 (file)
@@ -389,6 +389,9 @@ signals:
   //! \param theSlot - onUndo(int) or onRedo(int) SLOT
   void addHistoryMenu(QObject* theObject, const char* theSignal, const char* theSlot);
 
+  //! Creates list of actions (commands) by given history list from session
+  QList<ActionInfo> processHistoryList(const std::list<std::string>&) const;
+
 private:
   AppElements_MainWindow* myMainWindow;
   ModuleBase_IModule* myModule;