Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
shellhelpers.h File Reference

(9d046435577d105406681df4a2440aea517af485)

#include "hdc.h"
#include <QtCore/qprocess.h>
#include <QtCore/qstring.h>
#include <memory>
Include dependency graph for shellhelpers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QT_BEGIN_NAMESPACE void forceStopBundle (const Hdc &hdc, const QString &bundleName)
bool isProcessAlive (const Hdc &hdc, const QString &bundleName)
QString readDeviceFile (const Hdc &hdc, const QString &devicePath)
std::unique_ptr< QProcessstreamDeviceFileWhileAppRuns (const Hdc &hdc, const QString &devicePath, const QString &bundleName)

Function Documentation

◆ forceStopBundle()

QT_BEGIN_NAMESPACE void forceStopBundle ( const Hdc & hdc,
const QString & bundleName )

Definition at line 10 of file shellhelpers.cpp.

◆ isProcessAlive()

bool isProcessAlive ( const Hdc & hdc,
const QString & bundleName )

Definition at line 15 of file shellhelpers.cpp.

◆ readDeviceFile()

QString readDeviceFile ( const Hdc & hdc,
const QString & devicePath )

Definition at line 49 of file shellhelpers.cpp.

◆ streamDeviceFileWhileAppRuns()

std::unique_ptr< QProcess > streamDeviceFileWhileAppRuns ( const Hdc & hdc,
const QString & devicePath,
const QString & bundleName )

Definition at line 23 of file shellhelpers.cpp.