Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QLibraryStore Class Reference
Collaboration diagram for QLibraryStore:

Public Member Functions

 ~QLibraryStore ()
 ~QLibraryStore ()

Static Public Member Functions

static QLibraryPrivatefindOrCreate (const QString &fileName, const QString &version, QLibrary::LoadHints loadHints)
static void releaseLibrary (QLibraryPrivate *lib)
static void cleanup ()
static QLibraryPrivatefindOrCreate (const QString &fileName, const QString &version, QLibrary::LoadHints loadHints)
static void releaseLibrary (QLibraryPrivate *lib)
static void cleanup ()

Detailed Description

Definition at line 314 of file qlibrary.cpp.

Constructor & Destructor Documentation

◆ ~QLibraryStore() [1/2]

QLibraryStore::~QLibraryStore ( )
inline

Definition at line 335 of file qlibrary.cpp.

◆ ~QLibraryStore() [2/2]

QLibraryStore::~QLibraryStore ( )
inline

Member Function Documentation

◆ cleanup() [1/2]

void QLibraryStore::cleanup ( )
inlinestatic

Definition at line 340 of file qlibrary.cpp.

Referenced by qlibraryCleanup().

Here is the caller graph for this function:

◆ cleanup() [2/2]

void QLibraryStore::cleanup ( )
inlinestatic

◆ findOrCreate() [1/2]

QLibraryPrivate * QLibraryStore::findOrCreate ( const QString & fileName,
const QString & version,
QLibrary::LoadHints loadHints )
inlinestatic

Definition at line 395 of file qlibrary.cpp.

◆ findOrCreate() [2/2]

QLibraryPrivate * QLibraryStore::findOrCreate ( const QString & fileName,
const QString & version,
QLibrary::LoadHints loadHints )
inlinestatic

◆ releaseLibrary() [1/2]

void QLibraryStore::releaseLibrary ( QLibraryPrivate * lib)
inlinestatic

Definition at line 429 of file qlibrary.cpp.

Referenced by QLibraryPrivate::release().

Here is the caller graph for this function:

◆ releaseLibrary() [2/2]

void QLibraryStore::releaseLibrary ( QLibraryPrivate * lib)
inlinestatic

The documentation for this class was generated from the following file: