Multi diag tools
|
Data value class that stores informations about a library. More...
#include <LibraryInfo.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. | |
bool | isNull () const |
Check if this library info is null. | |
Friends | |
bool | operator== (const LibraryInfo &a, const LibraryInfo &b) |
Check if library info a and b are equal. | |
bool | operator!= (const LibraryInfo &a, const LibraryInfo &b) |
Check if library info a and b are different. | |
Data value class that stores informations about a library.
Definition at line 34 of file LibraryInfo.h.
void Mdt::DeployUtils::LibraryInfo::setLibraryName | ( | const LibraryName & | libraryName | ) |
void Mdt::DeployUtils::LibraryInfo::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 LibraryInfo.cpp.