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