mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			58 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/labeling/qgslabellineanchorwidget.h                          *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsLabelLineAnchorWidget : QgsLabelSettingsWidgetBase
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
A widget for customising label line anchor settings.
 | 
						|
 | 
						|
.. versionadded:: 3.16
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgslabellineanchorwidget.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
    QgsLabelLineAnchorWidget( QWidget *parent /TransferThis/ = 0, QgsVectorLayer *vl = 0 );
 | 
						|
%Docstring
 | 
						|
Constructor for QgsLabelLineAnchorWidget.
 | 
						|
 | 
						|
:param parent: parent widget
 | 
						|
:param vl: associated vector layer
 | 
						|
%End
 | 
						|
 | 
						|
    void setSettings( const QgsLabelLineSettings &settings );
 | 
						|
%Docstring
 | 
						|
Sets the line ``settings`` to show in the widget.
 | 
						|
 | 
						|
.. seealso:: :py:func:`settings`
 | 
						|
%End
 | 
						|
 | 
						|
    QgsLabelLineSettings settings() const;
 | 
						|
%Docstring
 | 
						|
Returns the line settings defined by the widget.
 | 
						|
 | 
						|
.. seealso:: :py:func:`setSettings`
 | 
						|
%End
 | 
						|
 | 
						|
    virtual void updateDataDefinedProperties( QgsPropertyCollection &properties );
 | 
						|
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/labeling/qgslabellineanchorwidget.h                          *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |