QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | Protected Slots | List of all members
QgsRangeConfigDlg Class Reference

#include <qgsrangeconfigdlg.h>

Inheritance diagram for QgsRangeConfigDlg:
Inheritance graph
[legend]

Public Member Functions

 QgsRangeConfigDlg (QgsVectorLayer *vl, int fieldIdx, QWidget *parent)
 
QVariantMap config () override
 Create a configuration from the current GUI state. More...
 
void setConfig (const QVariantMap &config) override
 Update the configuration widget to represent the given configuration. More...
 
- Public Member Functions inherited from QgsEditorConfigWidget
 QgsEditorConfigWidget (QgsVectorLayer *vl, int fieldIdx, QWidget *parent)
 Create a new configuration widget. More...
 
virtual QVariantMap config ()=0
 Create a configuration from the current GUI state. More...
 
QgsExpressionContext createExpressionContext () const override
 This method needs to be reimplemented in all classes which implement this interface and return an expression context. More...
 
int field ()
 Returns the field for which this configuration widget applies. More...
 
QgsVectorLayerlayer ()
 Returns the layer for which this configuration widget applies. More...
 
virtual void setConfig (const QVariantMap &config)=0
 Update the configuration widget to represent the given configuration. More...
 
- Public Member Functions inherited from QgsExpressionContextGenerator
virtual ~QgsExpressionContextGenerator ()=default
 
virtual QgsExpressionContext createExpressionContext () const =0
 This method needs to be reimplemented in all classes which implement this interface and return an expression context. More...
 

Protected Slots

void rangeWidgetChanged (int index)
 
void setPrecision (int precision)
 Sets the precision of minimum value, maximum value, step size UI elements. More...
 

Additional Inherited Members

- Signals inherited from QgsEditorConfigWidget
void changed ()
 Emitted when the configuration of the widget is changed. More...
 
- Protected Member Functions inherited from QgsEditorConfigWidget
void initializeDataDefinedButton (QgsPropertyOverrideButton *button, QgsWidgetWrapper::Property key)
 Registers a property override button, setting up its initial value, connections and description. More...
 
void updateDataDefinedButton (QgsPropertyOverrideButton *button)
 Updates a specific property override button to reflect the widgets's current properties. More...
 
void updateDataDefinedButtons ()
 Updates all property override buttons to reflect the widgets's current properties. More...
 
- Protected Attributes inherited from QgsEditorConfigWidget
QgsPropertyCollection mPropertyCollection
 Temporary property collection for config widgets. More...
 

Detailed Description

Note
not available in Python bindings

Definition at line 31 of file qgsrangeconfigdlg.h.

Constructor & Destructor Documentation

◆ QgsRangeConfigDlg()

QgsRangeConfigDlg::QgsRangeConfigDlg ( QgsVectorLayer vl,
int  fieldIdx,
QWidget *  parent 
)
explicit

Definition at line 20 of file qgsrangeconfigdlg.cpp.

Member Function Documentation

◆ config()

QVariantMap QgsRangeConfigDlg::config ( )
overridevirtual

Create a configuration from the current GUI state.

Returns
A widget configuration

Implements QgsEditorConfigWidget.

Definition at line 113 of file qgsrangeconfigdlg.cpp.

◆ rangeWidgetChanged

void QgsRangeConfigDlg::rangeWidgetChanged ( int  index)
protectedslot

Definition at line 164 of file qgsrangeconfigdlg.cpp.

◆ setConfig()

void QgsRangeConfigDlg::setConfig ( const QVariantMap &  config)
overridevirtual

Update the configuration widget to represent the given configuration.

Parameters
configThe configuration which should be represented by this widget

Implements QgsEditorConfigWidget.

Definition at line 150 of file qgsrangeconfigdlg.cpp.

◆ setPrecision

void QgsRangeConfigDlg::setPrecision ( int  precision)
protectedslot

Sets the precision of minimum value, maximum value, step size UI elements.

Parameters
precisionthe precision

Definition at line 170 of file qgsrangeconfigdlg.cpp.


The documentation for this class was generated from the following files: