mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			62 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/qgsexpressionstoredialog.h                                   *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 | 
						|
class QgsExpressionStoreDialog : QDialog
 | 
						|
{
 | 
						|
%Docstring(signature="appended")
 | 
						|
A generic dialog for editing expression text, label and help text.
 | 
						|
 | 
						|
.. versionadded:: 3.12
 | 
						|
%End
 | 
						|
 | 
						|
%TypeHeaderCode
 | 
						|
#include "qgsexpressionstoredialog.h"
 | 
						|
%End
 | 
						|
  public:
 | 
						|
 | 
						|
    QgsExpressionStoreDialog( const QString &label,
 | 
						|
                              const QString &expression,
 | 
						|
                              const QString &helpText,
 | 
						|
                              const QStringList &existingLabels = QStringList(),
 | 
						|
                              QWidget *parent = 0 );
 | 
						|
%Docstring
 | 
						|
Creates a QgsExpressionStoreDialog with given ``label``, ``expression`` and ``helpText``.
 | 
						|
``existingLabels`` is an optional list of existing labels for unique label validation,
 | 
						|
``parent`` is the optional parent widget.
 | 
						|
%End
 | 
						|
 | 
						|
    QString expression( );
 | 
						|
%Docstring
 | 
						|
Returns the expression text
 | 
						|
%End
 | 
						|
 | 
						|
    QString label();
 | 
						|
%Docstring
 | 
						|
Returns the label text
 | 
						|
%End
 | 
						|
 | 
						|
    QString helpText() const;
 | 
						|
%Docstring
 | 
						|
Returns the help text
 | 
						|
%End
 | 
						|
 | 
						|
 | 
						|
};
 | 
						|
 | 
						|
/************************************************************************
 | 
						|
 * This file has been generated automatically from                      *
 | 
						|
 *                                                                      *
 | 
						|
 * src/gui/qgsexpressionstoredialog.h                                   *
 | 
						|
 *                                                                      *
 | 
						|
 * Do not edit manually ! Edit header and run scripts/sipify.pl again   *
 | 
						|
 ************************************************************************/
 |