Quantum GIS API Documentation  1.8
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 
00018 #ifndef QGSLUDIALOG_H
00019 #define QGSLUDIALOG_H
00020 
00021 #include "ui_qgsludialogbase.h"
00022 #include "qgisgui.h"
00023 
00024 
00025 class GUI_EXPORT QgsLUDialog: public QDialog, private Ui::QgsLUDialogBase
00026 {
00027     Q_OBJECT
00028   public:
00029     QgsLUDialog( QWidget *parent = 0, Qt::WFlags fl = QgisGui::ModalDialogFlags );
00030     ~QgsLUDialog();
00031     QString lowerValue() const;
00032     void setLowerValue( QString val );
00033     QString upperValue() const;
00034     void setUpperValue( QString val );
00035 };
00036 
00037 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines