Multi diag tools
Public Member Functions | Friends | List of all members
Mdt::DeployUtils::LibraryInfo Class Reference

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.
 

Detailed Description

Data value class that stores informations about a library.

Definition at line 34 of file LibraryInfo.h.

Member Function Documentation

void Mdt::DeployUtils::LibraryInfo::setLibraryName ( const LibraryName libraryName)

Set library name.

See also
LibraryName

Definition at line 38 of file LibraryInfo.cpp.

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().

Precondition
name must at least have a library name and a extension.

Definition at line 30 of file LibraryInfo.cpp.


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