Quantum GIS API Documentation  1.8
src/analysis/network/qgsdistancearcproperter.h
Go to the documentation of this file.
00001 /***************************************************************************
00002   qgsedgeproperter.h
00003   --------------------------------------
00004   Date                 : 2011-04-01
00005   Copyright            : (C) 2010 by Yakushev Sergey
00006   Email                : YakushevS <at> list.ru
00007 ****************************************************************************
00008 *                                                                          *
00009 *   This program is free software; you can redistribute it and/or modify   *
00010 *   it under the terms of the GNU General Public License as published by   *
00011 *   the Free Software Foundation; either version 2 of the License, or      *
00012 *   (at your option) any later version.                                    *
00013 *                                                                          *
00014 ***************************************************************************/
00015 
00016 #ifndef QGSEDGEDISTANCEPROPERTERH
00017 #define QGSEDGEDISTANCEPROPERTERH
00018 
00019 // QT4 includes
00020 #include <QVariant>
00021 
00022 // QGIS includes
00023 #include <qgsarcproperter.h>
00024 
00025 class ANALYSIS_EXPORT QgsDistanceArcProperter : public QgsArcProperter
00026 {
00027   public:
00028     virtual QVariant property( double distance, const QgsFeature& ) const;
00029 };
00030 #endif //QGSEDGEDISTANCEPROPERTYH
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines