#include </home/clem/local/src/opie/library/qlibrary_p.h>
Collaboration diagram for QLibraryPrivate:

Public Member Functions | |
| QLibraryPrivate (QLibrary *lib) | |
| ~QLibraryPrivate () | |
| void | startTimer () |
| void | killTimer () |
| bool | loadLibrary () |
| bool | freeLibrary () |
| void * | resolveSymbol (const char *) |
| QLibraryPrivate (QLibrary *lib) | |
| bool | loadLibrary () |
| bool | freeLibrary () |
| void * | resolveSymbol (const char *) |
Public Attributes | |
| void * | pHnd |
| QLibraryInterface * | libIface |
| void * | pHnd |
Private Slots | |
| void | tryUnload () |
Private Attributes | |
| QTimer * | unloadTimer |
| QLibrary * | library |
| QLibrary * | library |
|
|
Definition at line 54 of file qlibrary.cpp. |
|
|
Definition at line 59 of file qlibrary.cpp. References killTimer(), libIface, and QUnknownInterface::release(). |
|
|
|
|
|
|
|
|
Definition at line 209 of file qlibrary_unix.cpp. References error(), pHnd, qWarning(), and TRUE. Referenced by QLibrary::unload(). |
|
|
Definition at line 104 of file qlibrary.cpp. References unloadTimer. Referenced by QLibrary::createInstanceInternal(), QLibrary::unload(), and ~QLibraryPrivate(). |
|
|
|
|
|
Definition at line 194 of file qlibrary_unix.cpp. References QString::latin1(), QLibrary::library(), library, pHnd, qWarning(), and TRUE. Referenced by QLibrary::load(). |
|
|
|
|
|
Definition at line 227 of file qlibrary_unix.cpp. References error(), pHnd, and qWarning(). Referenced by QLibrary::resolve(). |
|
|
Definition at line 95 of file qlibrary.cpp. References FALSE, tryUnload(), and unloadTimer. Referenced by QLibrary::createInstanceInternal(). |
|
|
Definition at line 70 of file qlibrary.cpp. References QLibraryInterface::canUnload(), libIface, QLibrary::library(), library, QLibrary::Manual, pHnd, QLibrary::policy(), qDebug(), and QLibrary::unload(). Referenced by startTimer(). |
|
|
Definition at line 72 of file qlibrary_p.h. Referenced by QLibrary::createInstanceInternal(), tryUnload(), QLibrary::unload(), and ~QLibraryPrivate(). |
|
|
Definition at line 77 of file qlibrary_p.h. |
|
|
Definition at line 83 of file qlibrary_p.h. Referenced by loadLibrary(), and tryUnload(). |
|
|
Definition at line 69 of file qlibrary_p.h. |
|
|
Definition at line 69 of file qlibrary_p.h. Referenced by QLibrary::createInstanceInternal(), freeLibrary(), QLibrary::isLoaded(), loadLibrary(), QLibrary::resolve(), resolveSymbol(), QLibrary::setPolicy(), tryUnload(), and QLibrary::unload(). |
|
|
Definition at line 82 of file qlibrary_p.h. Referenced by killTimer(), and startTimer(). |
1.4.2