Quantum GIS API Documentation  1.7.4
src/plugins/qgsapplydialog.h
Go to the documentation of this file.
00001 /***************************************************************************
00002                          qgsapplydialog.h  -  description
00003                          --------------------------------
00004     begin                : November 2008
00005     copyright            : (C) 2008 by Marco Hugentobler
00006     email                : marco dot hugentobler at karto dot baug dot ethz dot ch
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 #ifndef QGSAPPLYDIALOG_H
00018 #define QGSAPPLYDIALOG_H
00019 
00020 #include <QDialog>
00021 
00023 class QgsApplyDialog: public QDialog
00024 {
00025   public:
00026     QgsApplyDialog(): QDialog() {}
00027     ~QgsApplyDialog() {}
00028     virtual void apply() const = 0;
00029 };
00030 
00031 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines