Guitarix
|
#include <gx_logging.h>
Public Member Functions | |
GxExit () | |
~GxExit () | |
void | set_ui_thread () |
sigc::signal< void, bool > & | signal_exit () |
sigc::signal< void, std::string > & | signal_msg () |
void | exit_program (std::string msg="", int errcode=1) |
void | fatal_msg (const std::string &msg) |
Static Public Member Functions | |
static GxExit & | get_instance () |
Definition at line 105 of file gx_logging.h.
GxExit::GxExit | ( | ) |
Definition at line 190 of file gx_logging.cpp.
GxExit::~GxExit | ( | ) |
Definition at line 192 of file gx_logging.cpp.
void GxExit::exit_program | ( | std::string | msg = "" , |
int | errcode = 1 |
||
) |
Definition at line 194 of file gx_logging.cpp.
Referenced by gx_gui::gx_start_jack_dialog().
|
inline |
Definition at line 118 of file gx_logging.h.
Referenced by gx_print_fatal().
|
static |
Definition at line 203 of file gx_logging.cpp.
Referenced by gx_print_fatal(), gx_gui::gx_start_jack_dialog(), gx_jack::GxJack::GxJack(), gx_preset::GxSettings::GxSettings(), PosixSignals::PosixSignals(), and gx_engine::GxMachine::start_socket().
|
inline |
Definition at line 114 of file gx_logging.h.
Referenced by PosixSignals::PosixSignals().
|
inline |
Definition at line 115 of file gx_logging.h.
Referenced by gx_jack::GxJack::GxJack(), gx_preset::GxSettings::GxSettings(), and gx_engine::GxMachine::start_socket().
|
inline |
Definition at line 116 of file gx_logging.h.