Home
last modified time | relevance | path

Searched refs:KLibrary (Results 1 – 14 of 14) sorted by relevance

/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdecore/
H A Dklibrary.cpp61 KLibrary::KLibrary(QObject *parent) in KLibrary() function in KLibrary
66 KLibrary::KLibrary(const QString &name, QObject *parent) in KLibrary() function in KLibrary
71 KLibrary::KLibrary(const QString &name, int verNum, QObject *parent) in KLibrary() function in KLibrary
76 KLibrary::~KLibrary() in ~KLibrary()
80 void KLibrary::setFileName(const QString &name) in setFileName()
H A Dklibrary.h37 class KDELIBS4SUPPORT_DEPRECATED_EXPORT KLibrary : public QLibrary
47 KDELIBS4SUPPORT_DEPRECATED explicit KLibrary(QObject *parent = nullptr);
48 KDELIBS4SUPPORT_DEPRECATED explicit KLibrary(const QString &name, QObject *parent = nullptr);
49 KLibrary(const QString &name, int verNum, QObject *parent = nullptr);
51 ~KLibrary() override;
H A Dklibloader.cpp90 KLibrary *KLibLoader::library(const QString &_name, QLibrary::LoadHints hint) in library()
96 KLibrary *lib = new KLibrary(_name); in library()
H A Dklibloader.h73 KLibrary *library(const QString &libname, QLibrary::LoadHints loadHint = {});
/dports/x11-wm/compiz/compiz-0.8.8/kde/window-decorator-kde4/
H A Dkdecoration_plugins.h47 class KLibrary; variable
72 KLibrary *library;
74 KLibrary *old_library;
H A Dkdecoration_plugins.cpp119 KLibrary *oldLibrary = library; in loadPlugin()
166 KLibrary::void_function_ptr create_func = library->resolveFunction("create_factory"); in loadPlugin()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dklibloadertest.cpp82 KLibrary *lib = KLibLoader::self()->library(s_kpluginFactoryModule); in testLibrary()
92 KLibrary *lib = KLibLoader::self()->library(s_kpluginFactoryModule, in testLibrary_hints()
102 KLibrary *lib = KLibLoader::self()->library("idontexist"); in testLibrary_noexist()
/dports/devel/umbrello/umbrello-21.12.3/umbrello/_unused/
H A Dpluginloader.cpp48 KLibrary *lib = 0; in loadPlugin()
/dports/editors/calligra/calligra-3.2.1/libs/main/
H A DKoFilterManager.cpp512 KLibrary library(QFile::encodeName(entry->service()->library())); in filterAvailable()
522 KLibrary::void_function_ptr sym = library.resolveFunction(symname); in filterAvailable()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/main/
H A DKoFilterManager.cpp514 KLibrary library(QFile::encodeName(entry->service()->library())); in filterAvailable()
524 KLibrary::void_function_ptr sym = library.resolveFunction(symname); in filterAvailable()
/dports/x11-fm/konqueror/konqueror-21.12.3/sidebar/trees/
H A Dkonq_sidebartree.cpp49 KLibrary lib(libName); in getPluginFactory()
53 KLibrary::void_function_ptr create = lib.resolveFunction(QFile::encodeName(factory)); in getPluginFactory()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdecore.py3491 return KLibrary()
3497 class KLibrary(QLibrary): class
/dports/net/smb4k/smb4k-992987421af68f2695867722b8dc4ca30a4669ec/
H A DChangeLog1095 - Fixed KLibrary warnings during runtime.
/dports/databases/kexi/kexi-3.2.0/src/doc/dev/
H A DCHANGELOG-Kexi-js6549 (because sometimes KLibrary is destroyed before DriverManagerInternal)