2017-06-08 15:30:38 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/symbology-ng/qgspointdisplacementrendererwidget.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2016-08-06 11:01:42 +02:00
|
|
|
class QgsPointDisplacementRendererWidget: QgsRendererWidget
|
2012-09-24 02:28:15 +02:00
|
|
|
{
|
2017-06-08 15:30:38 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
%TypeHeaderCode
|
2017-06-08 15:30:38 +02:00
|
|
|
#include "qgspointdisplacementrendererwidget.h"
|
2012-09-24 02:28:15 +02:00
|
|
|
%End
|
|
|
|
public:
|
2017-05-01 18:13:15 +02:00
|
|
|
static QgsRendererWidget *create( QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer ) /Factory/;
|
2017-06-08 15:30:38 +02:00
|
|
|
%Docstring
|
|
|
|
:rtype: QgsRendererWidget
|
|
|
|
%End
|
2017-05-01 18:13:15 +02:00
|
|
|
QgsPointDisplacementRendererWidget( QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer );
|
2012-09-24 02:28:15 +02:00
|
|
|
~QgsPointDisplacementRendererWidget();
|
|
|
|
|
2017-06-08 15:30:38 +02:00
|
|
|
virtual QgsFeatureRenderer *renderer();
|
|
|
|
|
|
|
|
virtual void setContext( const QgsSymbolWidgetContext &context );
|
|
|
|
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
2017-06-08 15:30:38 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/symbology-ng/qgspointdisplacementrendererwidget.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|