mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
13 lines
202 B
Plaintext
13 lines
202 B
Plaintext
|
|
class QgsDistanceArcProperter : QgsArcProperter
|
|
{
|
|
%TypeHeaderCode
|
|
#include <qgsdistancearcproperter.h>
|
|
%End
|
|
|
|
public:
|
|
virtual QVariant property( double distance, const QgsFeature& ) const;
|
|
|
|
};
|
|
|