Quantum GIS API Documentation  1.8
src/analysis/network/qgsdistancearcproperter.cpp
Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2011 by Sergey Yakushev                                 *
00003  *   yakushevs <at >list.ru                                                *
00004  *                                                                         *
00005  *                                                                         *
00006  *   This program is free software; you can redistribute it and/or modify  *
00007  *   it under the terms of the GNU General Public License as published by  *
00008  *   the Free Software Foundation; either version 2 of the License, or     *
00009  *   (at your option) any later version.                                   *
00010  ***************************************************************************/
00011 
00012 //QGIS includes
00013 #include "qgsdistancearcproperter.h"
00014 
00015 QVariant QgsDistanceArcProperter::property( double distance, const QgsFeature& f ) const
00016 {
00017   Q_UNUSED( f );
00018   return QVariant( distance );
00019 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines