class KLibrary |
|
\class KLibrary klibrary.h Thin wrapper around QLibrary; you should rarely use this directly, see KPluginLoader for higher-level loading of plugins. KLibrary adds kde3-factory and kde4-factory support to QLibrary (for the deprecated KLibLoader) KLibrary also searches libs in the kde search paths. |
|
|
|
|
|
|
Returns the factory of the library.
factoryname - The postfix to the init_ symbol used to create the factory object. It corresponds to the first parameter to K_EXPORT_COMPONENT_FACTORY. Returns The factory of the library if there is any, otherwise 0 Deprecated use KPluginLoader.factory |
|
Looks up a symbol from the library. This is a very low level
function that you usually don't want to use.
name - the name of the symbol to look up Returns the address of the symbol, or 0 if it does not exist |
|
Looks up a symbol from the library. This is a very low level
function that you usually don't want to use.
name - the name of the symbol to look up Returns the address of the symbol, or 0 if it does not exist |
|
|