Quantum GIS API Documentation  1.7.4
src/gui/qgsludialog.h
Go to the documentation of this file.
00001 /***************************************************************************
00002                          qgsludialog.h  -  description
00003                              -------------------
00004     begin                : September 2004
00005     copyright            : (C) 2004 by Marco Hugentobler
00006     email                : [email protected]
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 /* $Id$ */
00018 
00019 #ifndef QGSLUDIALOG_H
00020 #define QGSLUDIALOG_H
00021 
00022 #include "ui_qgsludialogbase.h"
00023 #include "qgisgui.h"
00024 
00025 
00026 class GUI_EXPORT QgsLUDialog: public QDialog, private Ui::QgsLUDialogBase
00027 {
00028     Q_OBJECT
00029   public:
00030     QgsLUDialog( QWidget *parent = 0, Qt::WFlags fl = QgisGui::ModalDialogFlags );
00031     ~QgsLUDialog();
00032     QString lowerValue() const;
00033     void setLowerValue( QString val );
00034     QString upperValue() const;
00035     void setUpperValue( QString val );
00036 };
00037 
00038 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines