|
|
KLibrary allows you to look up symbols of the shared library.
| KLibrary ( const QString& libname, const QString& filename, void * handle )
| KLibrary |
Don't create KLibrary objects on your own. Instead use KLibLoader.
| ~KLibrary ()
| ~KLibrary |
Don't destruct KLibrary objects yourself. Instead use KLibLoader::unloadLibrary.
| QString name ()
| name |
[const]
Returns: The name of the library like "libkspread".
Reimplemented from QObject.
| QString fileName ()
| fileName |
[const]
Returns: The filename of the library, for example "/opt/kde2&/lib/libkspread.la"
| KLibFactory* factory ()
| factory |
Returns: The factory of the library if there is any.
| void* symbol ( const char* name )
| symbol |
Looks up a symbol from the library. This is a very low level function that you usually dont want to use.