X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fgenericgui%2FGenericGui.hxx;h=5ee0633220d057cbbb1cbb4a148fe7e03cff023a;hb=f326fbedf87cbffb501f1c677c10222468e4e3f4;hp=92767e1c24c3526db6d2f890f37e2f3bc6cc317a;hpb=9bb3fa34063d1902683819bf72c7881dcca7ad57;p=modules%2Fyacs.git diff --git a/src/genericgui/GenericGui.hxx b/src/genericgui/GenericGui.hxx index 92767e1c2..5ee063322 100644 --- a/src/genericgui/GenericGui.hxx +++ b/src/genericgui/GenericGui.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2014 CEA/DEN, EDF R&D +// Copyright (C) 2006-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -123,6 +123,7 @@ namespace YACS QAction *_createDataTypeAct; QAction *_importDataTypeAct; QAction *_newContainerAct; + QAction *_newHPContainerAct; QAction *_selectComponentInstanceAct; QAction *_newSalomeComponentAct; QAction *_newSalomePythonComponentAct; @@ -262,6 +263,7 @@ namespace YACS void onImportDataType(); void onNewContainer(); + void onNewHPContainer(); void onSelectComponentInstance(); void onNewSalomeComponent(); void onNewSalomePythonComponent();