@@ -125,8 +125,8 @@ class CORE_EXPORT QgsAuxiliaryLayer : public QgsVectorLayer
125
125
bool exists ( const QgsPropertyDefinition &definition ) const ;
126
126
127
127
/* *
128
- * Add an an auxiliary field for the given property. Setup for widget
129
- * editors are updated in the target layer as weel as the attribute
128
+ * Adds an auxiliary field for the given property. Setup for widget
129
+ * editors are updated in the target layer as well as the attribute
130
130
* table config to hide auxiliary fields by default.
131
131
*
132
132
* \param definition The definition of the property to add
@@ -141,14 +141,14 @@ class CORE_EXPORT QgsAuxiliaryLayer : public QgsVectorLayer
141
141
QgsFields auxiliaryFields () const ;
142
142
143
143
/* *
144
- * Commit changes and starts editing then.
144
+ * Commits changes and starts editing then.
145
145
*
146
146
* \returns true if commit step passed, false otherwise
147
147
*/
148
148
bool save ();
149
149
150
150
/* *
151
- * Remove attribute from the layer and commit changes. The layer remains
151
+ * Removes attribute from the layer and commits changes. The layer remains
152
152
* editable.
153
153
*
154
154
* \param attr The index of the attribute to remove
@@ -158,7 +158,7 @@ class CORE_EXPORT QgsAuxiliaryLayer : public QgsVectorLayer
158
158
virtual bool deleteAttribute ( int attr ) override ;
159
159
160
160
/* *
161
- * Returns true if the underlying field have to be hidden from editing
161
+ * Returns true if the underlying field has to be hidden from editing
162
162
* tools like attribute table, false otherwise.
163
163
*
164
164
* \param index The index of the field for which visibility is checked
@@ -186,15 +186,15 @@ class CORE_EXPORT QgsAuxiliaryLayer : public QgsVectorLayer
186
186
int propertyFromIndex ( int index ) const ;
187
187
188
188
/* *
189
- * Returns the property definition fir the underlying field index.
189
+ * Returns the property definition for the underlying field index.
190
190
*
191
191
* \param index The index of the field
192
192
*/
193
193
QgsPropertyDefinition propertyDefinitionFromIndex ( int index ) const ;
194
194
195
195
/* *
196
196
* Creates if necessary a new auxiliary field for a PAL property and
197
- * activate this property in settings.
197
+ * activates this property in settings.
198
198
*
199
199
* \param property The property to create
200
200
* \param vlayer The vector layer
@@ -205,7 +205,7 @@ class CORE_EXPORT QgsAuxiliaryLayer : public QgsVectorLayer
205
205
206
206
/* *
207
207
* Creates if necessary a new auxiliary field for a diagram's property and
208
- * activate this this property in settings.
208
+ * activates this property in settings.
209
209
*
210
210
* \param property The property to create
211
211
* \param vlayer The vector layer
@@ -306,7 +306,7 @@ class CORE_EXPORT QgsAuxiliaryStorage
306
306
virtual ~QgsAuxiliaryStorage ();
307
307
308
308
/* *
309
- * Returns the status of the auxiliary storage currently definied .
309
+ * Returns the status of the auxiliary storage currently defined .
310
310
*
311
311
* \returns true if the auxiliary storage is valid, false otherwise
312
312
*/
@@ -318,8 +318,8 @@ class CORE_EXPORT QgsAuxiliaryStorage
318
318
QString fileName () const ;
319
319
320
320
/* *
321
- * Returns the path of current database used. It may be different from the
322
- * target filename if the auxiliary storage is opened in copy mode.
321
+ * Returns the path of the current database used. It may be different from
322
+ * the target filename if the auxiliary storage is opened in copy mode.
323
323
*/
324
324
QString currentFileName () const ;
325
325
0 commit comments