geom/src/DlgRef/DlgRef_1Spin.h

49 lines
1.5 KiB
C
Raw Normal View History

2008-11-27 09:04:27 +00:00
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
//
// Copyright (C) 2003-2007 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.
2003-07-09 14:33:44 +00:00
//
2008-11-27 09:04:27 +00:00
// 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.
2003-07-09 14:33:44 +00:00
//
2008-11-27 09:04:27 +00:00
// 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
2003-07-09 14:33:44 +00:00
//
2008-11-27 09:04:27 +00:00
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
2003-07-09 14:33:44 +00:00
//
2008-11-27 09:04:27 +00:00
// GEOM GEOMGUI : GUI for Geometry component
2004-01-07 15:46:21 +00:00
// File : DlgRef_1Spin.h
// Author : Damien COQUERET
2003-07-09 14:33:44 +00:00
// Module : GEOM
2003-05-12 15:24:23 +00:00
// $Header:
2008-11-27 09:04:27 +00:00
//
2004-01-07 15:46:21 +00:00
#ifndef DLGREF_1SPIN_H
#define DLGREF_1SPIN_H
2003-05-12 15:24:23 +00:00
#include "GEOM_DlgRef.hxx"
2004-01-07 15:46:21 +00:00
#include "DlgRef_1Spin_QTD.h"
#include "DlgRef_SpinBox.h"
class GEOM_DLGREF_EXPORT DlgRef_1Spin : public DlgRef_1Spin_QTD
2003-05-12 15:24:23 +00:00
{
Q_OBJECT
public:
2004-01-07 15:46:21 +00:00
DlgRef_1Spin(QWidget* parent = 0, const char* name = 0, WFlags fl = 0);
~DlgRef_1Spin();
2003-05-12 15:24:23 +00:00
2004-01-07 15:46:21 +00:00
DlgRef_SpinBox* SpinBox_DX;
2003-05-12 15:24:23 +00:00
};
2004-01-07 15:46:21 +00:00
#endif // DLGREF_1SPIN_H