Guitarix
|
#include <gx_child_process.h>
Public Member Functions | |
bool | kill () |
bool | hasPid (pid_t pid) |
bool | hasName (string name) |
Public Attributes | |
sigc::signal< void, bool > | terminated |
Friends | |
class | GxChildProcs |
Definition at line 35 of file gx_child_process.h.
|
inline |
Definition at line 40 of file gx_child_process.h.
|
inline |
Definition at line 39 of file gx_child_process.h.
bool gx_child_process::GxChild::kill | ( | ) |
Definition at line 38 of file gx_child_process.cpp.
Referenced by gx_child_process::GxChildProcs::kill().
|
friend |
Definition at line 48 of file gx_child_process.h.
sigc::signal<void, bool> gx_child_process::GxChild::terminated |
Definition at line 37 of file gx_child_process.h.
Referenced by gx_child_process::gx_sigchld_handler().