src/BlocksGUI/BlocksGUI.h

Go to the documentation of this file.
00001 //  GEOM GEOMGUI : GUI for Geometry component
00002 //
00003 //  Copyright (C) 2003  CEA
00004 //
00005 //  This library is free software; you can redistribute it and/or
00006 //  modify it under the terms of the GNU Lesser General Public
00007 //  License as published by the Free Software Foundation; either
00008 //  version 2.1 of the License.
00009 //
00010 //  This library is distributed in the hope that it will be useful,
00011 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013 //  Lesser General Public License for more details.
00014 //
00015 //  You should have received a copy of the GNU Lesser General Public
00016 //  License along with this library; if not, write to the Free Software
00017 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
00018 //
00019 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
00020 //
00021 //
00022 //
00023 //  File   : BuildGUI.h
00024 //  Author : Julia DOROVSKIKH
00025 //  Module : GEOM
00026 
00027 #ifndef BLOCKSGUI_H
00028 #define BLOCKSGUI_H
00029 
00030 #include "GEOMGUI.h"
00031 
00032 //=================================================================================
00033 // class    : BlocksGUI
00034 // purpose  :
00035 //=================================================================================
00036 class BlocksGUI : public GEOMGUI
00037 {
00038  public:
00039   BlocksGUI( GeometryGUI* parent );
00040   ~BlocksGUI();
00041 
00042   bool OnGUIEvent (int theCommandID, SUIT_Desktop* parent);
00043 };
00044 
00045 #endif