QGIS/python/gui/symbology-ng/qgssizescalewidget.sip

21 lines
451 B
Plaintext
Raw Normal View History

class QgsSizeScaleWidget : QgsDataDefinedAssistant
{
%TypeHeaderCode
#include <qgssizescalewidget.h>
%End
public:
2016-08-06 11:01:42 +02:00
QgsSizeScaleWidget( const QgsVectorLayer * layer, const QgsMarkerSymbol * symbol );
QgsDataDefined dataDefined() const;
/** Returns the vector layer associated with the widget.
* @note added in QGIS 2.12
*/
const QgsVectorLayer* layer() const;
protected:
virtual void showEvent( QShowEvent * );
};