2017-06-16 16:24:30 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/symbology-ng/qgsdatadefinedsizelegenddialog.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-06-19 15:55:46 +02:00
|
|
|
|
2017-06-20 12:44:40 +02:00
|
|
|
|
2017-06-16 16:24:30 +02:00
|
|
|
class QgsDataDefinedSizeLegendDialog : QDialog
|
|
|
|
{
|
|
|
|
%Docstring
|
|
|
|
Dialog for configuration of appearance of legend for marker symbols with data-defined size.
|
|
|
|
|
|
|
|
.. versionadded:: 3.0
|
|
|
|
%End
|
|
|
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsdatadefinedsizelegenddialog.h"
|
|
|
|
%End
|
|
|
|
public:
|
2017-06-19 15:55:46 +02:00
|
|
|
explicit QgsDataDefinedSizeLegendDialog( const QgsDataDefinedSizeLegend *ddsLegend, const QgsProperty &ddSize, QgsMarkerSymbol *overrideSymbol /Transfer/, QgsMapCanvas *canvas = 0, QWidget *parent /TransferThis/ = 0 );
|
2017-06-16 16:24:30 +02:00
|
|
|
%Docstring
|
2017-06-19 15:55:46 +02:00
|
|
|
when the symbol is given from outside rather than being set inside QgsDataDefinedSizeLegend.
|
2017-06-16 16:24:30 +02:00
|
|
|
%End
|
|
|
|
~QgsDataDefinedSizeLegendDialog();
|
|
|
|
|
|
|
|
QgsDataDefinedSizeLegend *dataDefinedSizeLegend() const /Factory/;
|
|
|
|
%Docstring
|
|
|
|
Returns configuration as set up in the dialog (may be null). Ownership is passed to the caller.
|
|
|
|
:rtype: QgsDataDefinedSizeLegend
|
|
|
|
%End
|
|
|
|
|
|
|
|
signals:
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/gui/symbology-ng/qgsdatadefinedsizelegenddialog.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|