src/DlgRef/DlgRef_3Sel1Spin.h

Go to the documentation of this file.
00001 //  GEOM GEOMGUI : GUI for Geometry component
00002 //
00003 //  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
00004 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
00005 // 
00006 //  This library is free software; you can redistribute it and/or 
00007 //  modify it under the terms of the GNU Lesser General Public 
00008 //  License as published by the Free Software Foundation; either 
00009 //  version 2.1 of the License. 
00010 // 
00011 //  This library is distributed in the hope that it will be useful, 
00012 //  but WITHOUT ANY WARRANTY; without even the implied warranty of 
00013 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
00014 //  Lesser General Public License for more details. 
00015 // 
00016 //  You should have received a copy of the GNU Lesser General Public 
00017 //  License along with this library; if not, write to the Free Software 
00018 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
00019 // 
00020 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
00021 //
00022 //
00023 //
00024 //  File   : DlgRef_3Sel1Spin.h
00025 //  Author : Alexander SLADKOV
00026 //  Module : GEOM
00027 //  $Header: /home/server/cvs/GEOM/GEOM_SRC/src/DlgRef/DlgRef_3Sel1Spin.h,v 1.6 2006/06/01 11:32:34 jfa Exp $
00028 
00029 #ifndef DlgRef_3SEL_1SPIN_H
00030 #define DlgRef_3SEL_1SPIN_H
00031 
00032 #include "DlgRef_3Sel_QTD.h"
00033 #include "DlgRef_SpinBox.h"
00034 #include <qlayout.h>
00035 #include <qlabel.h>
00036 //#if defined WNT
00037 //#include <SALOME_WNT.hxx>
00038 //#else
00039 //#define SALOME_WNT_EXPORT
00040 //#endif
00041 #if defined WNT && defined WIN32 && defined SALOME_WNT_EXPORTS
00042 #define DLGREF_WNT_EXPORT __declspec( dllexport )
00043 #else
00044 #define DLGREF_WNT_EXPORT
00045 #endif
00046 //=================================================================================
00047 // class    : DlgRef_3Sel1Spin
00048 // purpose  : extension of a DlgRef_3Sel_QTD class, 1 additional spin box is added
00049 //=================================================================================
00050 class DLGREF_WNT_EXPORT DlgRef_3Sel1Spin : public DlgRef_3Sel_QTD
00051 {
00052   Q_OBJECT
00053 
00054   public:
00055     DlgRef_3Sel1Spin( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00056     ~DlgRef_3Sel1Spin();
00057 
00058     QLabel* TextLabel4;
00059     DlgRef_SpinBox* SpinBox_DX;
00060 
00061   protected:
00062     QGridLayout* Layout2;
00063 };
00064 
00065 #endif // DlgRef_3SEL_1SPIN_H