QGIS API Documentation 3.43.0-Master (3ee7834ace6)
qgsvectorlayerproperties.h
Go to the documentation of this file.
1/***************************************************************************
2 qgsdlgvectorlayerproperties.h
3 Unified property dialog for vector layers
4 -------------------
5 begin : 2004-01-28
6 copyright : (C) 2004 by Gary E.Sherman
7 email : sherman at mrcc.com
8***************************************************************************/
9
10/***************************************************************************
11 * *
12 * This program is free software; you can redistribute it and/or modify *
13 * it under the terms of the GNU General Public License as published by *
14 * the Free Software Foundation; either version 2 of the License, or *
15 * (at your option) any later version. *
16 * *
17 ***************************************************************************/
18
19#ifndef QGSVECTORLAYERPROPERTIES
20#define QGSVECTORLAYERPROPERTIES
21
22#include <QStandardItemModel>
23
24#include "ui_qgsvectorlayerpropertiesbase.h"
25#include "qgsguiutils.h"
30
31class QgsMapLayer;
32
34class QgsVectorLayer;
42class QgsMessageBar;
44class QgsPanelWidget;
45class QgsVectorLayer3DRendererWidget;
48class QgsMaskingWidget;
51class QgsWebView;
52
57class GUI_EXPORT QgsVectorLayerProperties : public QgsLayerPropertiesDialog, private Ui::QgsVectorLayerPropertiesBase, private QgsExpressionContextGenerator
58{
59 Q_OBJECT
60
61 public:
62 QgsVectorLayerProperties( QgsMapCanvas *canvas, QgsMessageBar *messageBar, QgsVectorLayer *lyr = nullptr, QWidget *parent = nullptr, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
63
64 bool eventFilter( QObject *obj, QEvent *ev ) override;
65
66 protected slots:
67 void optionsStackedWidget_CurrentChanged( int index ) final;
68 void syncToLayer() FINAL;
69 void apply() FINAL;
70 void rollback() FINAL;
71
72 private slots:
73
74 void insertField();
75 void insertOrEditExpression();
76
78 QString htmlMetadata();
79
80 //
81 //methods reimplemented from qt designer base class
82 //
83
84 void pbnQueryBuilder_clicked();
85 void pbnIndex_clicked();
86 void mCrsSelector_crsChanged( const QgsCoordinateReferenceSystem &crs );
87 void pbnUpdateExtents_clicked();
88
89 void mButtonAddJoin_clicked();
90 void mButtonEditJoin_clicked();
91 void mJoinTreeWidget_itemDoubleClicked( QTreeWidgetItem *item, int column );
92 void mButtonRemoveJoin_clicked();
93
94 // Server properties
95 void mButtonAddWmsDimension_clicked();
96 void mButtonEditWmsDimension_clicked();
97 void mWmsDimensionsTreeWidget_itemDoubleClicked( QTreeWidgetItem *item, int column );
98 void mButtonRemoveWmsDimension_clicked();
99
100 void mSimplifyDrawingGroupBox_toggled( bool checked );
101
102 signals:
103
105
107
108 private slots:
110 void toggleEditing();
111
113 void saveMultipleStylesAs();
114
115 void aboutToShowStyleMenu();
116
120 void updateVariableEditor();
121
122 void onAuxiliaryLayerNew();
123
124 void onAuxiliaryLayerClear();
125
126 void onAuxiliaryLayerDelete();
127
128 void onAuxiliaryLayerDeleteField();
129
130 void onAuxiliaryLayerAddField();
131
132 // Update the preview of the map tip
133 void updateMapTipPreview();
134 // Resize the map tip preview
135 void resizeMapTip();
136
137 private:
138 enum PropertyType
139 {
140 Style = 0,
141 Metadata,
142 };
143
144 void updateSymbologyPage();
145
146 void setPbnQueryBuilderEnabled();
147
148 QgsMessageBar *mMessageBar = nullptr;
149 QgsVectorLayer *mLayer = nullptr;
150
151 bool mMetadataFilled = false;
152
153 QString mOriginalSubsetSQL;
154
155 QAction *mActionLoadMetadata = nullptr;
156 QAction *mActionSaveMetadataAs = nullptr;
157
158 QAction *mActionLoadStyle = nullptr;
159 QAction *mActionSaveStyle = nullptr;
160 QAction *mActionSaveMultipleStyles = nullptr;
161
163 QgsRendererPropertiesDialog *mRendererDialog = nullptr;
165 QgsLabelingWidget *labelingDialog = nullptr;
167 QgsMaskingWidget *mMaskingWidget = nullptr;
169 QgsAttributeActionDialog *mActionDialog = nullptr;
171 QgsDiagramWidget *diagramPropertiesDialog = nullptr;
173 QgsSourceFieldsProperties *mSourceFieldsPropertiesDialog = nullptr;
175 QgsAttributesFormProperties *mAttributesFormPropertiesDialog = nullptr;
176
178 QList<QgsVectorLayerJoinInfo> mOldJoins;
179
181 void addJoinToTreeWidget( const QgsVectorLayerJoinInfo &join, int insertIndex = -1 );
182
184 void addWmsDimensionInfoToTreeWidget( const QgsMapLayerServerProperties::WmsDimensionInfo &wmsDim, int insertIndex = -1 );
185
186 void updateAuxiliaryStoragePage();
187 void deleteAuxiliaryField( int index );
188
189 QgsExpressionContext mContext;
190
192
193 QgsLayerTreeFilterProxyModel *mLayersDependenciesTreeModel;
194
195 void showHelp();
196
197 QgsMetadataWidget *mMetadataWidget = nullptr;
198
199 QAction *mAuxiliaryLayerActionNew = nullptr;
200 QAction *mAuxiliaryLayerActionClear = nullptr;
201 QAction *mAuxiliaryLayerActionDelete = nullptr;
202 QAction *mAuxiliaryLayerActionExport = nullptr;
203 QAction *mAuxiliaryLayerActionDeleteField = nullptr;
204 QAction *mAuxiliaryLayerActionAddField = nullptr;
205
206 QgsVectorLayer3DRendererWidget *mVector3DWidget = nullptr;
207
208 QgsVectorLayerTemporalPropertiesWidget *mTemporalWidget = nullptr;
209
210 QgsProviderSourceWidget *mSourceWidget = nullptr;
211
213
214 std::unique_ptr<QgsProjectDirtyBlocker> mProjectDirtyBlocker;
215
216 void initMapTipPreview();
217
218 QgsWebView *mMapTipPreview = nullptr;
219
220 private slots:
221 void openPanel( QgsPanelWidget *panel );
222
223 friend class QgsAppScreenShots;
224 friend class TestQgsLayerPropertiesDialogs;
225};
226
227#endif
Class allowing to manage the auxiliary storage for a vector layer.
This class represents a coordinate reference system (CRS).
The QgsSpinBox is a spin box with a clear button that will set the value to the defined clear value.
Abstract interface for generating an expression context.
virtual QgsExpressionContext createExpressionContext() const =0
This method needs to be reimplemented in all classes which implement this interface and return an exp...
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...
Master widget for configuration of labeling of a vector layer.
Base class for "layer properties" dialogs, containing common utilities for handling functionality in ...
virtual void rollback()
Rolls back changes made to the layer.
void optionsStackedWidget_CurrentChanged(int index) override
virtual void apply()=0
Applies the dialog settings to the layer.
virtual void syncToLayer()=0
Resets the dialog to the current layer state.
QgsLayerTreeFilterProxyModel is a sort filter proxy model to easily reproduce the legend/layer tree i...
Map canvas is a class for displaying all GIS data types on a canvas.
The QgsMapLayerComboBox class is a combo box which displays the list of layers.
Factory class for creating custom map layer property pages.
A panel widget that can be shown in the map style dock.
Base class for all map layer types.
Definition qgsmaplayer.h:76
A bar for displaying non-blocking messages to the user.
A wizard to edit metadata on a map layer.
Base class for any widget that can be shown as a inline panel.
Base class for widgets which allow customization of a provider's source URI.
Defines left outer join from our vector layer to some other vector layer.
void toggleEditing(QgsMapLayer *)
void exportAuxiliaryLayer(QgsAuxiliaryLayer *layer)
A widget for configuring the temporal properties for a vector layer.
Represents a vector layer which manages a vector based data sets.
The QgsWebView class is a collection of stubs to mimic the API of QWebView on systems where the real ...
Definition qgswebview.h:66
#define SIP_SKIP
Definition qgis_sip.h:126
#define FINAL
Definition qgis_sip.h:242
const QgsCoordinateReferenceSystem & crs
Setting to define QGIS Server WMS Dimension.