Classes - Annotated - Tree - Functions - Home - Structure

qcomponentfactory.h

This is the verbatim text of the qcomponentfactory.h include file. It is provided only for illustration; the copyright remains with Trolltech.


#ifndef QCOMPONENTFACTORY_H
#define QCOMPONENTFACTORY_H

#ifndef QT_H
#include <qcom.h>
#endif // QT_H

#ifndef QT_NO_COMPONENT

class Q_EXPORT QComponentFactory
{
public:
    static QRESULT createInstance( const QUuid &cid, const QUuid &iid, QUnknownInterface** instance, QUnknownInterface *outer );
    static bool registerServer( const QString &filename );
    static bool unregisterServer( const QString &filename );
};

#endif // QT_NO_COMPONENT

#endif // QCOMPONENTFACTORY_H


Copyright © 2000 TrolltechTrademarks
Qt version main-beta1