mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
48 lines
1.6 KiB
Plaintext
48 lines
1.6 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/symbology/qgsarrowsymbollayerwidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
class QgsArrowSymbolLayerWidget: QgsSymbolLayerWidget
|
|
{
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsarrowsymbollayerwidget.h"
|
|
%End
|
|
public:
|
|
|
|
QgsArrowSymbolLayerWidget( QgsVectorLayer *layer, QWidget *parent /TransferThis/ = 0 );
|
|
%Docstring
|
|
Constructor
|
|
|
|
:param layer: the layer where this symbol layer is applied
|
|
:param parent: the parent widget
|
|
%End
|
|
|
|
static QgsSymbolLayerWidget *create( QgsVectorLayer *layer ) /Factory/;
|
|
%Docstring
|
|
Static creation method
|
|
|
|
:param layer: the layer where this symbol layer is applied
|
|
%End
|
|
|
|
virtual void setSymbolLayer( QgsSymbolLayer *layer );
|
|
|
|
virtual QgsSymbolLayer *symbolLayer();
|
|
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/symbology/qgsarrowsymbollayerwidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|