class KLibrary


Definition#include <klibloader.h>
InheritsQObject
Annotated List
Files
Globals
Hierarchy
Index
Main

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 )

KLibrary ()

QString  name ()

[const]

Returns: The name of the library like "libkspread".

QString  fileName ()

[const]

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.

private slots: void  slotObjectCreated ( QObject *obj )

void  slotObjectDestroyed ()

void  slotTimeout ()