-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
2,302 additions
and
903 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,50 @@ | ||
/*************************************************************************** | ||
qgs25drendererwidget.sip - Qgs25DRendererWidget | ||
|
||
--------------------- | ||
begin : 14.1.2016 | ||
copyright : (C) 2016 by Matthias Kuhn | ||
email : matthias@opengis.ch | ||
*************************************************************************** | ||
* * | ||
* This program is free software; you can redistribute it and/or modify * | ||
* it under the terms of the GNU General Public License as published by * | ||
* the Free Software Foundation; either version 2 of the License, or * | ||
* (at your option) any later version. * | ||
* * | ||
***************************************************************************/ | ||
|
||
class Qgs25DRendererWidget : QgsRendererWidget | ||
/************************************************************************ | ||
* This file has been generated automatically from * | ||
* * | ||
* src/gui/symbology-ng/qgs25drendererwidget.h * | ||
* * | ||
* Do not edit manually ! Edit header and run scripts/sipify.pl again * | ||
************************************************************************/ | ||
|
||
|
||
|
||
class Qgs25DRendererWidget : QgsRendererWidget, protected Ui::Qgs25DRendererWidgetBase | ||
{ | ||
|
||
%TypeHeaderCode | ||
#include "qgs25drendererwidget.h" | ||
%End | ||
public: | ||
/** Static creation method | ||
* @param layer the layer where this renderer is applied | ||
* @param style | ||
* @param renderer the mask renderer (will take ownership) | ||
*/ | ||
|
||
static QgsRendererWidget *create( QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer /Transfer/ ) /Factory/; | ||
%Docstring | ||
Static creation method | ||
\param layer the layer where this renderer is applied | ||
\param style | ||
\param renderer the mask renderer (will not take ownership) | ||
:rtype: QgsRendererWidget | ||
%End | ||
|
||
/** Constructor | ||
* @param layer the layer where this renderer is applied | ||
* @param style | ||
* @param renderer the mask renderer (will take ownership) | ||
*/ | ||
Qgs25DRendererWidget( QgsVectorLayer *layer, QgsStyle *style, QgsFeatureRenderer *renderer /Transfer/ ); | ||
%Docstring | ||
Constructor | ||
\param layer the layer where this renderer is applied | ||
\param style | ||
\param renderer the mask renderer (will not take ownership) | ||
%End | ||
|
||
virtual QgsFeatureRenderer *renderer(); | ||
|
||
QgsFeatureRenderer *renderer(); | ||
|
||
private: | ||
void apply(); | ||
virtual void apply() ; | ||
|
||
}; | ||
|
||
/************************************************************************ | ||
* This file has been generated automatically from * | ||
* * | ||
* src/gui/symbology-ng/qgs25drendererwidget.h * | ||
* * | ||
* Do not edit manually ! Edit header and run scripts/sipify.pl again * | ||
************************************************************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,44 @@ | ||
/************************************************************************ | ||
* This file has been generated automatically from * | ||
* * | ||
* src/gui/symbology-ng/qgsarrowsymbollayerwidget.h * | ||
* * | ||
* Do not edit manually ! Edit header and run scripts/sipify.pl again * | ||
************************************************************************/ | ||
|
||
|
||
|
||
class QgsArrowSymbolLayerWidget: QgsSymbolLayerWidget | ||
{ | ||
|
||
%TypeHeaderCode | ||
#include <qgsarrowsymbollayerwidget.h> | ||
#include "qgsarrowsymbollayerwidget.h" | ||
%End | ||
public: | ||
/** Constructor | ||
* @param layer the layer where this symbol layer is applied | ||
* @param parent the parent widget | ||
*/ | ||
|
||
QgsArrowSymbolLayerWidget( const 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 creation method | ||
* @param layer the layer where this symbol layer is applied | ||
*/ | ||
static QgsSymbolLayerWidget *create( const QgsVectorLayer *layer ) /Factory/; | ||
%Docstring | ||
Static creation method | ||
\param layer the layer where this symbol layer is applied | ||
:rtype: QgsSymbolLayerWidget | ||
%End | ||
|
||
/** Set the symbol layer */ | ||
virtual void setSymbolLayer( QgsSymbolLayer *layer ); | ||
/** Get the current symbol layer */ | ||
virtual QgsSymbolLayer *symbolLayer(); | ||
|
||
}; | ||
|
||
/************************************************************************ | ||
* This file has been generated automatically from * | ||
* * | ||
* src/gui/symbology-ng/qgsarrowsymbollayerwidget.h * | ||
* * | ||
* Do not edit manually ! Edit header and run scripts/sipify.pl again * | ||
************************************************************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,41 @@ | ||
/************************************************************************ | ||
* This file has been generated automatically from * | ||
* * | ||
* src/gui/symbology-ng/qgsbrushstylecombobox.h * | ||
* * | ||
* Do not edit manually ! Edit header and run scripts/sipify.pl again * | ||
************************************************************************/ | ||
|
||
|
||
|
||
class QgsBrushStyleComboBox : QComboBox | ||
{ | ||
|
||
%TypeHeaderCode | ||
#include <qgsbrushstylecombobox.h> | ||
#include "qgsbrushstylecombobox.h" | ||
%End | ||
|
||
public: | ||
QgsBrushStyleComboBox( QWidget *parent /TransferThis/ = NULL ); | ||
QgsBrushStyleComboBox( QWidget *parent /TransferThis/ = 0 ); | ||
|
||
Qt::BrushStyle brushStyle() const; | ||
%Docstring | ||
:rtype: Qt.BrushStyle | ||
%End | ||
|
||
void setBrushStyle( Qt::BrushStyle style ); | ||
|
||
protected: | ||
QIcon iconForBrush( Qt::BrushStyle style ); | ||
%Docstring | ||
:rtype: QIcon | ||
%End | ||
|
||
}; | ||
|
||
/************************************************************************ | ||
* This file has been generated automatically from * | ||
* * | ||
* src/gui/symbology-ng/qgsbrushstylecombobox.h * | ||
* * | ||
* Do not edit manually ! Edit header and run scripts/sipify.pl again * | ||
************************************************************************/ |
Oops, something went wrong.