Classes - Annotated - Tree - Functions - Home - Structure

QLibraryInterface Class Reference

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.

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.


Search the documentation, FAQ, qt-interest archive and more (uses www.trolltech.com):


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


Copyright © 2000 TrolltechTrademarks
Qt version main-beta1