QGIS/python/gui/auto_generated/labeling/qgslabelobstaclesettingswidget.sip.in
Denis Rouzaud 2562958772 sipify
2024-12-07 05:16:00 +10:00

60 lines
2.0 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/labeling/qgslabelobstaclesettingswidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsLabelObstacleSettingsWidget : QgsLabelSettingsWidgetBase
{
%Docstring(signature="appended")
A widget for customising label obstacle settings.
.. versionadded:: 3.12
%End
%TypeHeaderCode
#include "qgslabelobstaclesettingswidget.h"
%End
public:
QgsLabelObstacleSettingsWidget( QWidget *parent /TransferThis/ = 0, QgsVectorLayer *vl = 0 );
%Docstring
Constructor for QgsLabelObstacleSettingsWidget.
:param parent: parent widget
:param vl: associated vector layer
%End
void setSettings( const QgsLabelObstacleSettings &settings );
%Docstring
Sets the obstacle ``settings`` to show in the widget.
.. seealso:: :py:func:`settings`
%End
QgsLabelObstacleSettings settings() const;
%Docstring
Returns the obstacle settings defined by the widget.
.. seealso:: :py:func:`setSettings`
%End
virtual void setGeometryType( Qgis::GeometryType type );
virtual void updateDataDefinedProperties( QgsPropertyCollection &properties );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/labeling/qgslabelobstaclesettingswidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/