mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-27 00:07:16 -05:00
90 lines
2.5 KiB
Plaintext
90 lines
2.5 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/symbology/qgssymbolbuffersettingswidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class QgsSymbolBufferSettingsWidget: QgsPanelWidget
|
|
{
|
|
%Docstring(signature="appended")
|
|
A widget for customising buffer settings for a symbol.
|
|
|
|
.. versionadded:: 3.40
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgssymbolbuffersettingswidget.h"
|
|
%End
|
|
public:
|
|
|
|
QgsSymbolBufferSettingsWidget( QWidget *parent /TransferThis/ = 0 );
|
|
%Docstring
|
|
Constructor for QgsSymbolBufferSettingsWidget
|
|
%End
|
|
|
|
void setBufferSettings( const QgsSymbolBufferSettings &settings );
|
|
%Docstring
|
|
Sets the buffer ``settings`` to show in the widget.
|
|
|
|
.. seealso:: :py:func:`bufferSettings`
|
|
%End
|
|
|
|
QgsSymbolBufferSettings bufferSettings() const;
|
|
%Docstring
|
|
Returns the buffer settings as defined in the widget.
|
|
|
|
.. seealso:: :py:func:`setBufferSettings`
|
|
%End
|
|
|
|
};
|
|
|
|
class QgsSymbolBufferSettingsDialog : QDialog
|
|
{
|
|
%Docstring(signature="appended")
|
|
A dialog for customising buffer settings for a symbol.
|
|
|
|
.. versionadded:: 3.40
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgssymbolbuffersettingswidget.h"
|
|
%End
|
|
public:
|
|
|
|
QgsSymbolBufferSettingsDialog( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags f = Qt::WindowFlags() );
|
|
%Docstring
|
|
Constructor for QgsSymbolBufferSettingsDialog
|
|
%End
|
|
|
|
void setBufferSettings( const QgsSymbolBufferSettings &settings );
|
|
%Docstring
|
|
Sets the buffer ``settings`` to show in the dialog.
|
|
|
|
.. seealso:: :py:func:`bufferSettings`
|
|
%End
|
|
|
|
QgsSymbolBufferSettings bufferSettings() const;
|
|
%Docstring
|
|
Returns the buffer settings as defined in the dialog.
|
|
|
|
.. seealso:: :py:func:`setBufferSettings`
|
|
%End
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/symbology/qgssymbolbuffersettingswidget.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|