Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QComponentInformationInterface class defines an interface to get basic information about a component. More...
#include <qcom.h>
Inherits QUnknownInterface.
This interface defines the functions name(), description(), author() and version(), all of which return a string containing the relevant information.
Components that implement the QComponentInformationInterface can be identified by the QPluginManager class and can be used in plugins.
See also QFeatureListInterface and Component Model.
Returns a string with information about the author of the module.
Returns a string with a description of the module.
Returns a string with the name of the module.
Returns a string with information about the version of the module.
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
|