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

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.
 

Detailed Description

Data value class that stores informations about a Qt plugin.

Definition at line 34 of file QtPluginInfo.h.

Member Function Documentation

QString Mdt::DeployUtils::QtPluginInfo::directoryName ( ) const
inline

Get directory name.

See also
setDirectoryName()

Definition at line 85 of file QtPluginInfo.h.

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)

Set library name.

See also
LibraryName

Definition at line 35 of file QtPluginInfo.cpp.

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

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

Definition at line 30 of file QtPluginInfo.cpp.


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