Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QFeatureListInterface class defines an interface to get the list of features provided by a component. More...
#include <qcom.h>
Inherits QUnknownInterface.
Component servers are commonly used as plugins that can be removed from or added to an application dynamically to change the functionality of the program. The application needs to identify which functionality is provided by which plugin and can use the QPluginManager class to get the plugin interface corresponding to a certain feature. The QPluginManager class utilizes the QFeatureListInterface or the QComponentInformationInterface to get the list of features provided by a plugin.
See also QComponentInformationInterface, QPluginManager and Component Model.
Returns a list of features implemented in this component. A feature can be anything.
This file is part of the Qt toolkit, copyright © 1995-2001 Trolltech, all rights reserved.
Copyright © 2001 Trolltech | Trademarks | Qt version 3.0.0-beta5
|