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

Wraps a lconvert command line tool. More...

#include <LconvertWrapper.h>

+ Inheritance diagram for Mdt::DeployUtils::LconvertWrapper:
+ Collaboration diagram for Mdt::DeployUtils::LconvertWrapper:

Public Member Functions

 LconvertWrapper (QObject *parent=nullptr)
 Constructor.
 
bool execLconvert (const QStringList &arguments)
 Execute lconvert.
 
bool executeJoinQmFiles (const QStringList &inFilePathList, const QString &outFilePath)
 Execute joining QM files. More...
 
- Public Member Functions inherited from Mdt::DeployUtils::QtToolExecutableWrapper
 QtToolExecutableWrapper (QObject *parent=nullptr)
 Constructor.
 
bool findQtBinPath (const Mdt::FileSystem::PathList &pathPrefixList)
 Find the root directory of Qt bin. More...
 
QString qtBinPath () const
 Get Qt bin path. More...
 
- Public Member Functions inherited from Mdt::DeployUtils::ToolExecutableWrapper
 ToolExecutableWrapper (QObject *parent=nullptr)
 Constructor.
 
QString readAllStandardOutputString ()
 Returns all data available from standard output of the channel as string.
 
QString readAllStandardErrorString ()
 Returns all data available from standard error of the channel as string.
 
Mdt::Error lastError () const
 Get last error.
 

Additional Inherited Members

- Protected Member Functions inherited from Mdt::DeployUtils::ToolExecutableWrapper
bool exec (const QString &exeName, const QStringList &arguments)
 Execute a command.
 
QProcess::ProcessError lastProcessError () const
 Returns last error from process.
 
QStringList processArguments () const
 Get process arguments.
 
void setLastError (const Mdt::Error &error)
 Set last error.
 

Detailed Description

Wraps a lconvert command line tool.

Example of usage:

LconvertWrapper lconvert;
// Maybe specify where expected Qt installation is located
PathList pathPrefixList{"/opt/Qt5/5.9.1/gcc_64"};
lconvert.findQtBinPath(pathPrefixList);
// Find and run lconvert
lconvert.execLconvert({"-h"});

Definition at line 44 of file LconvertWrapper.h.

Member Function Documentation

bool Mdt::DeployUtils::LconvertWrapper::executeJoinQmFiles ( const QStringList &  inFilePathList,
const QString &  outFilePath 
)

Execute joining QM files.

Precondition
inFilePathList must not be empty
No file path in inFilePathList must be empty
outFilePath must not be empty

Definition at line 50 of file LconvertWrapper.cpp.


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