38 #ifndef __OPENFLUID_UIWARESDEV_WARESRCACTIONSCOLLECTION_HPP__
39 #define __OPENFLUID_UIWARESDEV_WARESRCACTIONSCOLLECTION_HPP__
48 namespace openfluid {
namespace ui {
namespace waresdev {
61 std::vector<QKeySequence> m_AssociatedShortcuts;
63 QMap<QString, QAction*> m_Actions;
72 QAction*
action(
const QString& ActionName);
Definition: WareSrcActionsCollection.hpp:52
WareSrcActionsCollection(bool IsIncluded, bool WithShortcuts, QWidget *Parent=nullptr)
QAction * action(const QString &ActionName)
#define OPENFLUID_API
Definition: dllexport.hpp:86
Definition: ApplicationException.hpp:47