File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
python/gui/auto_generated/attributetable Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -193,12 +193,10 @@ Specify -1 as column to invalidate the cache
193
193
194
194
void prefetchSortData( const QString &expression, unsigned long cacheIndex = 0 );
195
195
%Docstring
196
- Prefetches the entire data for one expression. Based on this cached information
196
+ Prefetches the entire data for an `` expression`` . Based on this cached information
197
197
the sorting can later be done in a performant way. A ``cacheIndex`` can be specified
198
198
if multiple caches should be filled. In this case, the caches will be available
199
199
as ``QgsAttributeTableModel.SortRole + cacheIndex``.
200
-
201
- :param expression: The expression to cache
202
200
%End
203
201
204
202
QString sortCacheExpression( unsigned long cacheIndex = 0 ) const;
Original file line number Diff line number Diff line change @@ -199,12 +199,10 @@ class GUI_EXPORT QgsAttributeTableModel: public QAbstractTableModel
199
199
void prefetchColumnData ( int column );
200
200
201
201
/* *
202
- * Prefetches the entire data for one expression. Based on this cached information
202
+ * Prefetches the entire data for an \a expression. Based on this cached information
203
203
* the sorting can later be done in a performant way. A \a cacheIndex can be specified
204
204
* if multiple caches should be filled. In this case, the caches will be available
205
205
* as ``QgsAttributeTableModel::SortRole + cacheIndex``.
206
- *
207
- * \param expression The expression to cache
208
206
*/
209
207
void prefetchSortData ( const QString &expression, unsigned long cacheIndex = 0 );
210
208
You can’t perform that action at this time.
0 commit comments