mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-16 00:03:12 -04:00
Fix python bindings
This commit is contained in:
parent
abdf280179
commit
3213d3deb4
@ -7,7 +7,7 @@ class QgsSymbolV2PropertiesDialog : QDialog //, private Ui::DlgSymbolV2Propertie
|
|||||||
%End
|
%End
|
||||||
|
|
||||||
public:
|
public:
|
||||||
QgsSymbolV2PropertiesDialog(QgsSymbolV2* symbol, const QgsVectorLayer*, QWidget* parent = NULL);
|
QgsSymbolV2PropertiesDialog(QgsSymbolV2* symbol, const QgsVectorLayer* vl, QWidget* parent = NULL);
|
||||||
|
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
@ -75,7 +75,7 @@ class QgsSymbolV2SelectorDialog : QDialog //, private Ui::QgsSymbolV2SelectorDia
|
|||||||
%End
|
%End
|
||||||
|
|
||||||
public:
|
public:
|
||||||
QgsSymbolV2SelectorDialog(QgsSymbolV2* symbol, QgsStyleV2* style, const QgsVectorLayer*, QWidget* parent = NULL, bool embedded = false);
|
QgsSymbolV2SelectorDialog(QgsSymbolV2* symbol, QgsStyleV2* style, const QgsVectorLayer* vl, QWidget* parent = NULL, bool embedded = false);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void populateSymbolView();
|
void populateSymbolView();
|
||||||
@ -106,7 +106,7 @@ class QgsSymbolLayerV2Widget : QWidget
|
|||||||
%End
|
%End
|
||||||
|
|
||||||
public:
|
public:
|
||||||
QgsSymbolLayerV2Widget( const QgsVectorLayer* vl, Widget* parent );
|
QgsSymbolLayerV2Widget( QWidget* parent, const QgsVectorLayer* vl = 0 );
|
||||||
virtual ~QgsSymbolLayerV2Widget();
|
virtual ~QgsSymbolLayerV2Widget();
|
||||||
|
|
||||||
virtual void setSymbolLayer( QgsSymbolLayerV2* layer ) = 0;
|
virtual void setSymbolLayer( QgsSymbolLayerV2* layer ) = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user