Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

QComponentInformationInterface Class Reference

The QComponentInformationInterface class defines an interface to get basic information about a component. More...

#include <qcom.h>

Inherits QUnknownInterface.

List of all member functions.

Public Members


Detailed Description

The QComponentInformationInterface class defines an interface to get basic information about a component.

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.


Member Function Documentation

QString QComponentInformationInterface::author () const [virtual]

Returns a string with information about the author of the module.

QString QComponentInformationInterface::description () const [virtual]

Returns a string with a description of the module.

QString QComponentInformationInterface::name () const [virtual]

Returns a string with the name of the module.

QString QComponentInformationInterface::version () const [virtual]

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 TrolltechTrademarks
Qt version 3.0.0-beta5