X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSALOMEGUI%2FSALOMEGUI_Application.h;h=91e5ab142a341baea2418da1af2b299df4f3c064;hb=b5b44337d62219656650cf2b21108594bbf9adc3;hp=ced55c5b1ff7066392a5f77e3376efc4a10b8c20;hpb=61d4fc88c862e718985aa6e9b1bf72f055553eee;p=modules%2Fkernel.git diff --git a/src/SALOMEGUI/SALOMEGUI_Application.h b/src/SALOMEGUI/SALOMEGUI_Application.h index ced55c5b1..91e5ab142 100644 --- a/src/SALOMEGUI/SALOMEGUI_Application.h +++ b/src/SALOMEGUI/SALOMEGUI_Application.h @@ -1,9 +1,29 @@ -// File : SALOMEGUI_Application.h -// Created : Thu Jun 14 12:01:23 2001 -// Author : Nicolas REJNERI -// Project : SALOME -// Module : SALOMEGUI -// Copyright : Open CASCADE +// SALOME SALOMEGUI : implementation of desktop and GUI kernel +// +// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// +// +// +// File : SALOMEGUI_Application.h +// Author : Nicolas REJNERI +// Module : SALOME // $Header$ #ifndef SALOMEGUI_APPLICATION_H @@ -11,6 +31,7 @@ #include "QAD_Application.h" #include "QAD_ViewFrame.h" +#include "QAD_Action.h" // IDL headers #include @@ -19,7 +40,6 @@ // QT Includes #include -#include #include #include #include @@ -71,8 +91,8 @@ private: void updateActions(); private: - QList myViewActions; - QAD_Operation* myCurOperation; + ActionMap myViewActions; + QAD_Operation* myCurOperation; }; #endif