1 #ifndef GUI_PROJECTACTIONS_EXPORTACTIONS_H_INCLUDED
2 #define GUI_PROJECTACTIONS_EXPORTACTIONS_H_INCLUDED
34 namespace ProjectActions {
49 const Session::ISession::ExportersType&,
57 const std::vector<QAction*>&
GetActions()
const;
63 std::shared_ptr<Ws::IProject> m_project;
65 std::vector<QAction*> m_actions;
66 std::map<QObject*, std::pair<std::string, Session::ISession::ExporterType>>
74 #endif // end_of_inclde_guard
virtual ~ExportActions()
Virtual destructor.
const std::vector< QAction * > & GetActions() const
Get actions.
For a given Session::ISession::ExportersType instance, generates a list of actions that will trigger ...
see the online Qt documentation
see the online Qt documentation
Namespace for generic graphical shell for simulators.