Guitarix
|
#include <gx_child_process.h>
Public Member Functions | |
~GxChildProcs () | |
bool | killall () |
bool | kill (string name) |
GxChild * | find (string name) |
GxChild * | launch (string name, const char *const args[], int killsignal) |
GxChild * | launch (string name, list< string > args, int killsignal) |
Friends | |
void | gx_sigchld_handler () |
Definition at line 51 of file gx_child_process.h.
gx_child_process::GxChildProcs::~GxChildProcs | ( | ) |
Definition at line 49 of file gx_child_process.cpp.
GxChild * gx_child_process::GxChildProcs::find | ( | string | name | ) |
Definition at line 81 of file gx_child_process.cpp.
Referenced by gx_child_process::Meterbridge::start_stop().
bool gx_child_process::GxChildProcs::kill | ( | string | name | ) |
Definition at line 73 of file gx_child_process.cpp.
Referenced by gx_child_process::Meterbridge::start_stop(), and gx_child_process::Meterbridge::stop().
bool gx_child_process::GxChildProcs::killall | ( | ) |
Definition at line 56 of file gx_child_process.cpp.
Referenced by GxSplashBox::on_show().
GxChild* gx_child_process::GxChildProcs::launch | ( | string | name, |
const char *const | args[], | ||
int | killsignal | ||
) |
Referenced by gx_child_process::gx_sigchld_handler(), and gx_child_process::Meterbridge::start_stop().
GxChild* gx_child_process::GxChildProcs::launch | ( | string | name, |
list< string > | args, | ||
int | killsignal | ||
) |
|
friend |
Definition at line 92 of file gx_child_process.cpp.