We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From pull request qgis/QGIS#56483 Author: @rldhont QGIS version: 3.36
Server: onProjectReady method for filter plugin
The onProjectReady method is called after the QgsProject instance is ready for the request and before entering the main switch for core services.
onProjectReady
QgsProject
The onRequestReady method is called after the QgsRequestHandler is ready and populated with parameters but before the QgsProject instance is ready.
onRequestReady
QgsRequestHandler
The onProjectReady method coud be used to perform operation at the project level like adding variables, checking vector layer categories, etc.
Funded by 3Liz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Request for documentation
From pull request qgis/QGIS#56483
Author: @rldhont
QGIS version: 3.36
Server: onProjectReady method for filter plugin
PR Description:
The
onProjectReady
method is called after theQgsProject
instance is ready for the request and before entering the main switch for core services.The
onRequestReady
method is called after theQgsRequestHandler
is ready and populated with parameters but before theQgsProject
instance is ready.The
onProjectReady
method coud be used to perform operation at the project level like adding variables, checking vector layer categories, etc.Funded by 3Liz
Commits tagged with [need-docs] or [FEATURE]
The text was updated successfully, but these errors were encountered: