Multi diag tools
|
Data value class that stores informations about a Qt plugin. More...
#include <QtPluginInfo.h>
Public Member Functions | |
void | setAbsoluteFilePath (const QString &path) |
Set absolute file path. | |
QString | absoluteFilePath () const |
Get absolute file path. | |
void | setLibraryPlatformName (const QString &name) |
Set library name. More... | |
void | setLibraryName (const LibraryName &libraryName) |
Set library name. More... | |
LibraryName | libraryName () const |
Get library name. | |
void | setDirectoryName (const QString &name) |
Set directory name. More... | |
QString | directoryName () const |
Get directory name. More... | |
LibraryInfo | libraryInfo () const |
Get the library info hold in this plugin info. | |
bool | isNull () const |
Check if this plugin info is null. | |
Friends | |
bool | operator== (const QtPluginInfo &a, const QtPluginInfo &b) |
Check if Qt plugin info a and b are equal. | |
bool | operator!= (const QtPluginInfo &a, const QtPluginInfo &b) |
Check if Qt plugin info a and b are different. | |
Data value class that stores informations about a Qt plugin.
Definition at line 34 of file QtPluginInfo.h.
|
inline |
void Mdt::DeployUtils::QtPluginInfo::setDirectoryName | ( | const QString & | name | ) |
Set directory name.
Qt plugins are generally stored in a subdirectory called plugins. They are organized in directories, like platforms, audio, etc..., which is the meaning of directory name here.
Definition at line 40 of file QtPluginInfo.cpp.
void Mdt::DeployUtils::QtPluginInfo::setLibraryName | ( | const LibraryName & | libraryName | ) |
void Mdt::DeployUtils::QtPluginInfo::setLibraryPlatformName | ( | const QString & | name | ) |
Set library name.
name should be the full library file name (f.ex. libQt5Core.so, or Qt5Core.dll). To specify only the library name (like Qt5Core), use setLibraryName().
Definition at line 30 of file QtPluginInfo.cpp.