mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
16 lines
310 B
Plaintext
16 lines
310 B
Plaintext
class QgsSizeScaleWidget : QgsDataDefinedAssistant
|
|
{
|
|
%TypeHeaderCode
|
|
#include <qgssizescalewidget.h>
|
|
%End
|
|
public:
|
|
QgsSizeScaleWidget( const QgsVectorLayer * layer, const QgsMarkerSymbolV2 * symbol );
|
|
|
|
QgsDataDefined dataDefined() const;
|
|
|
|
protected:
|
|
|
|
virtual void showEvent( QShowEvent * );
|
|
};
|
|
|