Guitarix
gx_child_process::GxChildProcs Class Reference

#include <gx_child_process.h>

Public Member Functions

 ~GxChildProcs ()
 
bool killall ()
 
bool kill (string name)
 
GxChildfind (string name)
 
GxChildlaunch (string name, const char *const args[], int killsignal)
 
GxChildlaunch (string name, list< string > args, int killsignal)
 

Friends

void gx_sigchld_handler ()
 

Detailed Description

Definition at line 51 of file gx_child_process.h.

Constructor & Destructor Documentation

gx_child_process::GxChildProcs::~GxChildProcs ( )

Definition at line 49 of file gx_child_process.cpp.

Member Function Documentation

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)
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 
)
GxChild* gx_child_process::GxChildProcs::launch ( string  name,
list< string >  args,
int  killsignal 
)

Friends And Related Function Documentation

void gx_sigchld_handler ( )
friend

Definition at line 92 of file gx_child_process.cpp.


The documentation for this class was generated from the following files: