|
|
KLibrary allows you to look up symbols of the shared library.
QString name () |
Returns: The name of the library like "libkspread".
QString fileName () |
Returns: The filename of the library, for example "/opt/kde2&/lib/libkspread.la"
KLibFactory* factory () |
Returns: The factory of the library if there is any.
void* symbol ( const char* name ) |
Looks up a symbol from the library. This is a very low level function that you usually dont want to use.