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.cpp File Reference

(5862508c27a13a2e0809728bb45db48262ecb8ea)

#include "shellhelpers.h"
Include dependency graph for shellhelpers.cpp:

Go to the source code of this file.

Functions

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

Function Documentation

◆ forceStopBundle()

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.