|
void | selected (QString cmd) |
| Handler to load and execute the plugin specified by the given command. More...
|
|
void | prompt_job_selection () |
|
|
| HostController (UtilCollection *u_collection, LogEmitter *log_emitter) |
|
void | run_job (QString command) |
|
void | kill_job () |
|
void | notify_block () |
|
|
void | exec_plugin (QString command) |
|
void | cancel_handler () |
|
void | job_cleanup () |
|
void | job_complete_handler (int result) |
|
void | plugin_setup () |
|
void | icon_activated (QSystemTrayIcon::ActivationReason reason) |
|
void HostController::create_tray_icon |
( |
| ) |
|
|
protected |
void HostController::end_job |
( |
const QString & |
cmd | ) |
|
|
signal |
Indicate that the job is complete and HostController is cleaned up.
- Parameters
-
cmd | QString command associated with the job that just completed |
void HostController::selected |
( |
QString |
cmd | ) |
|
|
slot |
Handler to load and execute the plugin specified by the given command.
- Parameters
-
cmd | Command specifying the plugin to run |
void HostController::util_result |
( |
int |
result | ) |
|
|
signal |
Publish the worker result after the worker ends execution.
- Parameters
-
result | reported by the worker |
The documentation for this class was generated from the following files: