IFeatureProvider Class
class Core::IFeatureProviderThe IFeatureProvider class defines an interface to manage features for wizards. More...
Header: | #include <coreplugin/featureprovider.h> |
Detailed Description
The features provided by an object in the object pool implementing IFeatureProvider will be respected by wizards implementing IWizard.
This feature set, provided by all instances of IFeatureProvider in the object pool, is checked against IWizard::requiredFeatures()
and only if all required features are available, the wizard is displayed when creating a new file or project.
The QtSupport plugin creates an instance of IFeatureProvider and provides Qt specific features for the available versions of Qt.
See also Core::IWizard and QtSupport::QtVersionManager.
© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.