Application launcher.
More...
#include <launcher.hpp>
|
void | before_app_start (const Info &app) |
| Emitted before the application is launched.
|
|
void | after_app_finish (int code, QProcess::ExitStatus status) |
| Emitted after the application is finished.
|
|
◆ Launcher()
tde::app::Launcher::Launcher |
( |
QObject * |
parent = nullptr | ) |
|
|
inlineexplicit |
Construct a new Launcher object.
- Parameters
-
◆ after_app_finish
void tde::app::Launcher::after_app_finish |
( |
int |
code, |
|
|
QProcess::ExitStatus |
status |
|
) |
| |
|
signal |
Emitted after the application is finished.
- Parameters
-
code | Exit code. |
status | Exit status. |
◆ before_app_start
void tde::app::Launcher::before_app_start |
( |
const Info & |
app | ) |
|
|
signal |
Emitted before the application is launched.
- Parameters
-
◆ launch()
void tde::app::Launcher::launch |
( |
const Info & |
app | ) |
|
Launch the application.
- Parameters
-
◆ on_request_launch_app
void tde::app::Launcher::on_request_launch_app |
( |
const Info & |
app | ) |
|
|
slot |
Launch the application.
- Parameters
-
The documentation for this class was generated from the following files: