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

QComponentInterface Class Reference

The API for this class is under development and is subject to change.
We do not recommend the use of this class for production work at this time.

The QComponentInterface class provides a means of obtaining basic information about components. More...

#include <qcom.h>

Inherits QUnknownInterface.

List of all member functions.

Public Members


Detailed Description

The QComponentInterface class provides a means of obtaining basic information about components.

This interface defines the functions name(), description(), author() and version(), all of which return a string containing the relevant information.

See also Component Model.


Member Function Documentation

QString QComponentInterface::author () const [virtual]

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

QString QComponentInterface::description () const [virtual]

Returns a string with a description of the module.

QString QComponentInterface::name () const [virtual]

Returns a string with the name of the module.

QString QComponentInterface::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-beta4