Public Methods
Detailed Description
KLibrary allows you to look up symbols of the shared library.
KLibrary ( const QString& libname, const QString& filename, lt_dlhandle handel )
|
[const]
Returns: The name of the library like "libkspread".
[const]
Returns: The filename of the library, for example "/opt/kde2&/lib/libkspread.la"
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.
private slots: void slotObjectCreated ( QObject *obj )
|
void slotObjectDestroyed ()
|