|
|
QMultiHash< QString, QPair< QProcess *, bool > > | getProcesses () |
| |
| QProcess * | getFirstExistingProcess (const QString &name) |
| | shortdesc
|
| |
| QProcess * | getProcess (const QString &name, bool tryToUseExistingProcess, bool &existingProcess, bool closeOnFinalize=false) |
| | shortdesc
|
| |
|
QByteArray | getStandardOutputBuffer (const QString &processKey) const |
| |
|
void | clearStandardOutputBuffer (const QString &processKey) |
| |
| bool | bringWindowsOnTop (const QString &windowName) |
| | shortdesc
|
| |
|
| static QString | getAbsQtToolPath (const QString &binaryName, bool *found=NULL) |
| | shortdesc
|
| |
|
|
QMultiHash< QString, QPair< QProcess *, bool > > | m_processes |
| |
|
QMap< QString, QByteArray > | m_processStdOut |
| |
◆ bringWindowsOnTop()
| bool ito::ProcessOrganizer::bringWindowsOnTop |
( |
const QString & | windowName | ) |
|
shortdesc
longdesc
- Parameters
-
- Returns
- bool
◆ collectGarbage()
| RetVal ito::ProcessOrganizer::collectGarbage |
( |
bool | forceToCloseAll = false | ) |
|
|
protected |
shortdesc
longdesc
- Parameters
-
- Returns
- RetVal
◆ getAbsQtToolPath()
| QString ito::ProcessOrganizer::getAbsQtToolPath |
( |
const QString & | binaryName, |
|
|
bool * | found = NULL ) |
|
static |
shortdesc
longdesc
- Parameters
-
- Returns
- QString
◆ getFirstExistingProcess()
| QProcess * ito::ProcessOrganizer::getFirstExistingProcess |
( |
const QString & | name | ) |
|
shortdesc
longdesc
- Parameters
-
- Returns
- QProcess
◆ getProcess()
| QProcess * ito::ProcessOrganizer::getProcess |
( |
const QString & | name, |
|
|
bool | tryToUseExistingProcess, |
|
|
bool & | existingProcess, |
|
|
bool | closeOnFinalize = false ) |
shortdesc
longdesc
- Parameters
-
| name | |
| tryToUseExistingProcess | |
| existingProcess | |
| closeOnFinalize | |
- Returns
- QProcess
◆ processError
| void ito::ProcessOrganizer::processError |
( |
QProcess::ProcessError | | ) |
|
|
slot |
shortdesc
longdesc
- Parameters
-
◆ processFinished
| void ito::ProcessOrganizer::processFinished |
( |
int | , |
|
|
QProcess::ExitStatus | ) |
|
slot |
shortdesc
longdesc
- Parameters
-
◆ readyReadStandardOutput
| void ito::ProcessOrganizer::readyReadStandardOutput |
( |
| ) |
|
|
slot |
The documentation for this class was generated from the following files:
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/organizer/processOrganizer.h
- C:/Workspace/itom_development_VS2019_Qt5.15.2_x64/itomProject/itom/Qitom/organizer/processOrganizer.cpp