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

QLibraryInterface 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 QLibraryInterface class is an interface to control loading and unloading of components. More...

#include <qcom.h>

Inherits QUnknownInterface.

List of all member functions.

Public Members


Detailed Description

The QLibraryInterface class is an interface to control loading and unloading of components.

See also Component Model.


Member Function Documentation

bool QLibraryInterface::canUnload () const [virtual]

When this function returns FALSE, the component implementing this interface will not be unloaded. This function may be called regularily to unload unused libraries.

void QLibraryInterface::cleanup () [virtual]

Called by QLibrary before unloading the component implementing this interface.

bool QLibraryInterface::init () [virtual]

When this function returns FALSE, the component implementing this interface will not be loaded.


This file is part of the Qt toolkit, copyright © 1995-2001 Trolltech, all rights reserved.


Copyright © 2001 TrolltechTrademarks
Qt version 3.0.0-beta4