X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FACISPluginGUI.h;fp=src%2FACISPluginGUI.h;h=0000000000000000000000000000000000000000;hb=1452be8c2842890c0309ed5bbfce86af6555d439;hp=f61093cdbf1800c6b2571856bec36ac6627b9433;hpb=c3960efabe4aa89aee833e297d09aa4698de248d;p=plugins%2Facisplugin.git diff --git a/src/ACISPluginGUI.h b/src/ACISPluginGUI.h deleted file mode 100644 index f61093c..0000000 --- a/src/ACISPluginGUI.h +++ /dev/null @@ -1,35 +0,0 @@ -// Copyright (C) 2014 CEA/DEN, EDF R&D, OPEN CASCADE -// -// 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, or (at your option) any later version. -// -// 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.salome-platform.org/ or email : webmaster.salome@opencascade.com -// - -#ifndef ACISPluginGUI_H -#define ACISPluginGUI_H - -#include - -class ACISPluginGUI: public GEOMPluginGUI -{ -public: - ACISPluginGUI( GeometryGUI* parent ); - ~ACISPluginGUI(); - - bool OnGUIEvent( int commandId, SUIT_Desktop* ); - bool OnGUIEvent( const QString&, SUIT_Desktop* ); -}; - -#endif // ACISPluginGUI_H