![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include "executeProc.hpp"#include <QDebug>#include <QDesktopServices>#include <QFuture>#include <QProcess>#include <QString>#include <QUrl>#include <QtCore>#include "core/database/record/Version.hpp"#include "core/database/record/game/Game.hpp"#include "core/logging/logging.hpp"Functions | |
| void | executeProc (const RecordID game_id, const QString version, const QString &path) |
| Executes the given path. | |
| bool | processIsRunning () |
| void | softTerminateProcess () |
| void | hardTerminateProcess () |
Variables | |
| static QProcess * | running_process { nullptr } |
| static bool | terminating { false } |
| void executeProc | ( | const RecordID | game_id, |
| const QString | version, | ||
| const QString & | path ) |
Executes the given path.
| path |
| void hardTerminateProcess | ( | ) |
| bool processIsRunning | ( | ) |
| void softTerminateProcess | ( | ) |
|
inlinestatic |
|
inlinestatic |