mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
update QGIS version in the doxygen comments
This commit is contained in:
parent
40f85dd8e7
commit
d5605a3321
@ -19,7 +19,7 @@ QgsProcessingToolboxModelNode.NodeRecent.__doc__ = "Recent algorithms node"
|
||||
QgsProcessingToolboxModelNode.NodeFavorite = QgsProcessingToolboxModelNode.NodeType.Favorite
|
||||
QgsProcessingToolboxModelNode.NodeType.NodeFavorite = QgsProcessingToolboxModelNode.NodeType.Favorite
|
||||
QgsProcessingToolboxModelNode.NodeFavorite.is_monkey_patched = True
|
||||
QgsProcessingToolboxModelNode.NodeFavorite.__doc__ = "Favorites algorithms node, since QGIS 3.38"
|
||||
QgsProcessingToolboxModelNode.NodeFavorite.__doc__ = "Favorites algorithms node, since QGIS 3.40"
|
||||
QgsProcessingToolboxModelNode.NodeType.__doc__ = "Enumeration of possible model node types\n\n" + '* ``NodeProvider``: ' + QgsProcessingToolboxModelNode.NodeType.Provider.__doc__ + '\n' + '* ``NodeGroup``: ' + QgsProcessingToolboxModelNode.NodeType.Group.__doc__ + '\n' + '* ``NodeAlgorithm``: ' + QgsProcessingToolboxModelNode.NodeType.Algorithm.__doc__ + '\n' + '* ``NodeRecent``: ' + QgsProcessingToolboxModelNode.NodeType.Recent.__doc__ + '\n' + '* ``NodeFavorite``: ' + QgsProcessingToolboxModelNode.NodeType.Favorite.__doc__
|
||||
# --
|
||||
QgsProcessingToolboxModelNode.NodeType.baseClass = QgsProcessingToolboxModelNode
|
||||
|
||||
@ -24,7 +24,7 @@ The log contents are saved and restored via :py:class:`QgsSettings`.
|
||||
|
||||
Not stable API
|
||||
|
||||
.. versionadded:: 3.38
|
||||
.. versionadded:: 3.40
|
||||
%End
|
||||
|
||||
%TypeHeaderCode
|
||||
|
||||
@ -135,7 +135,7 @@ Processing toolbox model node corresponding to the favorite algorithms group
|
||||
|
||||
Not part of stable API and may change in future QGIS releases.
|
||||
|
||||
.. versionadded:: 3.38
|
||||
.. versionadded:: 3.40
|
||||
%End
|
||||
|
||||
%TypeHeaderCode
|
||||
@ -305,7 +305,7 @@ If ``recentLog`` is specified then it will be used to create a "Recently used" t
|
||||
level group containing recently used algorithms.
|
||||
|
||||
If ``favoriteLog`` is specified then it will be used to create a "Favorites" top
|
||||
level group containing favorite algorithms. Since QGIS 3.38
|
||||
level group containing favorite algorithms. Since QGIS 3.40
|
||||
%End
|
||||
|
||||
virtual Qt::ItemFlags flags( const QModelIndex &index ) const;
|
||||
@ -443,7 +443,7 @@ If ``recentLog`` is specified then it will be used to create a "Recently used" t
|
||||
level group containing recently used algorithms.
|
||||
|
||||
If ``favoriteLog`` is specified then it will be used to create a "Favorites" top
|
||||
level group containing favorite algorithms. SInce QGIS 3.38
|
||||
level group containing favorite algorithms. SInce QGIS 3.40
|
||||
%End
|
||||
|
||||
QgsProcessingToolboxModel *toolboxModel();
|
||||
|
||||
@ -42,7 +42,7 @@ If ``recentLog`` is specified then it will be used to create a "Recently used" t
|
||||
level group containing recently used algorithms.
|
||||
|
||||
If ``favoriteLog`` is specified then it will be used to create a "Favorites" top
|
||||
level group containing favorite algorithms. Since QGIS 3.38
|
||||
level group containing favorite algorithms. Since QGIS 3.40
|
||||
%End
|
||||
|
||||
void setRegistry(
|
||||
@ -56,7 +56,7 @@ If ``recentLog`` is specified then it will be used to create a "Recently used" t
|
||||
level group containing recently used algorithms.
|
||||
|
||||
If ``favoriteLog`` is specified then it will be used to create a "Favorites" top
|
||||
level group containing favorite algorithms. Since QGIS 3.38
|
||||
level group containing favorite algorithms. Since QGIS 3.40
|
||||
%End
|
||||
|
||||
void setToolboxProxyModel( QgsProcessingToolboxProxyModel *model /Transfer/ );
|
||||
|
||||
@ -112,7 +112,7 @@ Returns the global processing recent algorithm log, used for tracking recently u
|
||||
%Docstring
|
||||
Returns the global Processing favorite algorithm log, used for tracking favorite Processing algorithms.
|
||||
|
||||
.. versionadded:: 3.38
|
||||
.. versionadded:: 3.40
|
||||
%End
|
||||
|
||||
static QgsDataItemGuiProviderRegistry *dataItemGuiProviderRegistry() /KeepReference/;
|
||||
|
||||
@ -19,7 +19,7 @@ QgsProcessingToolboxModelNode.NodeRecent.__doc__ = "Recent algorithms node"
|
||||
QgsProcessingToolboxModelNode.NodeFavorite = QgsProcessingToolboxModelNode.NodeType.Favorite
|
||||
QgsProcessingToolboxModelNode.NodeType.NodeFavorite = QgsProcessingToolboxModelNode.NodeType.Favorite
|
||||
QgsProcessingToolboxModelNode.NodeFavorite.is_monkey_patched = True
|
||||
QgsProcessingToolboxModelNode.NodeFavorite.__doc__ = "Favorites algorithms node, since QGIS 3.38"
|
||||
QgsProcessingToolboxModelNode.NodeFavorite.__doc__ = "Favorites algorithms node, since QGIS 3.40"
|
||||
QgsProcessingToolboxModelNode.NodeType.__doc__ = "Enumeration of possible model node types\n\n" + '* ``NodeProvider``: ' + QgsProcessingToolboxModelNode.NodeType.Provider.__doc__ + '\n' + '* ``NodeGroup``: ' + QgsProcessingToolboxModelNode.NodeType.Group.__doc__ + '\n' + '* ``NodeAlgorithm``: ' + QgsProcessingToolboxModelNode.NodeType.Algorithm.__doc__ + '\n' + '* ``NodeRecent``: ' + QgsProcessingToolboxModelNode.NodeType.Recent.__doc__ + '\n' + '* ``NodeFavorite``: ' + QgsProcessingToolboxModelNode.NodeType.Favorite.__doc__
|
||||
# --
|
||||
QgsProcessingToolboxModelNode.NodeType.baseClass = QgsProcessingToolboxModelNode
|
||||
|
||||
@ -24,7 +24,7 @@ The log contents are saved and restored via :py:class:`QgsSettings`.
|
||||
|
||||
Not stable API
|
||||
|
||||
.. versionadded:: 3.38
|
||||
.. versionadded:: 3.40
|
||||
%End
|
||||
|
||||
%TypeHeaderCode
|
||||
|
||||
@ -135,7 +135,7 @@ Processing toolbox model node corresponding to the favorite algorithms group
|
||||
|
||||
Not part of stable API and may change in future QGIS releases.
|
||||
|
||||
.. versionadded:: 3.38
|
||||
.. versionadded:: 3.40
|
||||
%End
|
||||
|
||||
%TypeHeaderCode
|
||||
@ -305,7 +305,7 @@ If ``recentLog`` is specified then it will be used to create a "Recently used" t
|
||||
level group containing recently used algorithms.
|
||||
|
||||
If ``favoriteLog`` is specified then it will be used to create a "Favorites" top
|
||||
level group containing favorite algorithms. Since QGIS 3.38
|
||||
level group containing favorite algorithms. Since QGIS 3.40
|
||||
%End
|
||||
|
||||
virtual Qt::ItemFlags flags( const QModelIndex &index ) const;
|
||||
@ -443,7 +443,7 @@ If ``recentLog`` is specified then it will be used to create a "Recently used" t
|
||||
level group containing recently used algorithms.
|
||||
|
||||
If ``favoriteLog`` is specified then it will be used to create a "Favorites" top
|
||||
level group containing favorite algorithms. SInce QGIS 3.38
|
||||
level group containing favorite algorithms. SInce QGIS 3.40
|
||||
%End
|
||||
|
||||
QgsProcessingToolboxModel *toolboxModel();
|
||||
|
||||
@ -42,7 +42,7 @@ If ``recentLog`` is specified then it will be used to create a "Recently used" t
|
||||
level group containing recently used algorithms.
|
||||
|
||||
If ``favoriteLog`` is specified then it will be used to create a "Favorites" top
|
||||
level group containing favorite algorithms. Since QGIS 3.38
|
||||
level group containing favorite algorithms. Since QGIS 3.40
|
||||
%End
|
||||
|
||||
void setRegistry(
|
||||
@ -56,7 +56,7 @@ If ``recentLog`` is specified then it will be used to create a "Recently used" t
|
||||
level group containing recently used algorithms.
|
||||
|
||||
If ``favoriteLog`` is specified then it will be used to create a "Favorites" top
|
||||
level group containing favorite algorithms. Since QGIS 3.38
|
||||
level group containing favorite algorithms. Since QGIS 3.40
|
||||
%End
|
||||
|
||||
void setToolboxProxyModel( QgsProcessingToolboxProxyModel *model /Transfer/ );
|
||||
|
||||
@ -112,7 +112,7 @@ Returns the global processing recent algorithm log, used for tracking recently u
|
||||
%Docstring
|
||||
Returns the global Processing favorite algorithm log, used for tracking favorite Processing algorithms.
|
||||
|
||||
.. versionadded:: 3.38
|
||||
.. versionadded:: 3.40
|
||||
%End
|
||||
|
||||
static QgsDataItemGuiProviderRegistry *dataItemGuiProviderRegistry() /KeepReference/;
|
||||
|
||||
@ -33,7 +33,7 @@ class QgsSettingsEntryStringList;
|
||||
* The log contents are saved and restored via QgsSettings.
|
||||
*
|
||||
* \note Not stable API
|
||||
* \since QGIS 3.38
|
||||
* \since QGIS 3.40
|
||||
*/
|
||||
class GUI_EXPORT QgsProcessingFavoriteAlgorithmLog : public QObject
|
||||
{
|
||||
|
||||
@ -75,7 +75,7 @@ class GUI_EXPORT QgsProcessingToolboxModelNode : public QObject
|
||||
Group SIP_MONKEYPATCH_COMPAT_NAME( NodeGroup ), //!< Group node
|
||||
Algorithm SIP_MONKEYPATCH_COMPAT_NAME( NodeAlgorithm ), //!< Algorithm node
|
||||
Recent SIP_MONKEYPATCH_COMPAT_NAME( NodeRecent ), //!< Recent algorithms node
|
||||
Favorite SIP_MONKEYPATCH_COMPAT_NAME( NodeFavorite ), //!< Favorites algorithms node, since QGIS 3.38
|
||||
Favorite SIP_MONKEYPATCH_COMPAT_NAME( NodeFavorite ), //!< Favorites algorithms node, since QGIS 3.40
|
||||
};
|
||||
Q_ENUM( NodeType )
|
||||
// *INDENT-ON*
|
||||
@ -160,7 +160,7 @@ class GUI_EXPORT QgsProcessingToolboxModelRecentNode : public QgsProcessingToolb
|
||||
* \brief Processing toolbox model node corresponding to the favorite algorithms group
|
||||
* \ingroup gui
|
||||
* \warning Not part of stable API and may change in future QGIS releases.
|
||||
* \since QGIS 3.38
|
||||
* \since QGIS 3.40
|
||||
*/
|
||||
class GUI_EXPORT QgsProcessingToolboxModelFavoriteNode : public QgsProcessingToolboxModelNode
|
||||
{
|
||||
@ -339,7 +339,7 @@ class GUI_EXPORT QgsProcessingToolboxModel : public QAbstractItemModel
|
||||
* level group containing recently used algorithms.
|
||||
*
|
||||
* If \a favoriteLog is specified then it will be used to create a "Favorites" top
|
||||
* level group containing favorite algorithms. Since QGIS 3.38
|
||||
* level group containing favorite algorithms. Since QGIS 3.40
|
||||
*/
|
||||
QgsProcessingToolboxModel( QObject *parent SIP_TRANSFERTHIS = nullptr, QgsProcessingRegistry *registry = nullptr,
|
||||
QgsProcessingRecentAlgorithmLog *recentLog = nullptr,
|
||||
@ -497,7 +497,7 @@ class GUI_EXPORT QgsProcessingToolboxProxyModel: public QSortFilterProxyModel
|
||||
* level group containing recently used algorithms.
|
||||
*
|
||||
* If \a favoriteLog is specified then it will be used to create a "Favorites" top
|
||||
* level group containing favorite algorithms. SInce QGIS 3.38
|
||||
* level group containing favorite algorithms. SInce QGIS 3.40
|
||||
*/
|
||||
explicit QgsProcessingToolboxProxyModel( QObject *parent SIP_TRANSFERTHIS = nullptr,
|
||||
QgsProcessingRegistry *registry = nullptr,
|
||||
|
||||
@ -51,7 +51,7 @@ class GUI_EXPORT QgsProcessingToolboxTreeView : public QTreeView
|
||||
* level group containing recently used algorithms.
|
||||
*
|
||||
* If \a favoriteLog is specified then it will be used to create a "Favorites" top
|
||||
* level group containing favorite algorithms. Since QGIS 3.38
|
||||
* level group containing favorite algorithms. Since QGIS 3.40
|
||||
*/
|
||||
QgsProcessingToolboxTreeView( QWidget *parent SIP_TRANSFERTHIS = nullptr,
|
||||
QgsProcessingRegistry *registry = nullptr,
|
||||
@ -65,7 +65,7 @@ class GUI_EXPORT QgsProcessingToolboxTreeView : public QTreeView
|
||||
* level group containing recently used algorithms.
|
||||
*
|
||||
* If \a favoriteLog is specified then it will be used to create a "Favorites" top
|
||||
* level group containing favorite algorithms. Since QGIS 3.38
|
||||
* level group containing favorite algorithms. Since QGIS 3.40
|
||||
*/
|
||||
void setRegistry(
|
||||
QgsProcessingRegistry *registry,
|
||||
|
||||
@ -160,7 +160,7 @@ class GUI_EXPORT QgsGui : public QObject
|
||||
|
||||
/**
|
||||
* Returns the global Processing favorite algorithm log, used for tracking favorite Processing algorithms.
|
||||
* \since QGIS 3.38
|
||||
* \since QGIS 3.40
|
||||
*/
|
||||
static QgsProcessingFavoriteAlgorithmLog *processingFavoriteAlgorithmLog();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user