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 107 of file gx_logging.h.
GxExit::GxExit | ( | ) |
Definition at line 192 of file gx_logging.cpp.
GxExit::~GxExit | ( | ) |
Definition at line 194 of file gx_logging.cpp.
void GxExit::exit_program | ( | std::string | msg = "" , |
int | errcode = 1 |
||
) |
Definition at line 196 of file gx_logging.cpp.
Referenced by gx_gui::gx_start_jack_dialog(), power2db(), and PosixSignals::~PosixSignals().
|
inline |
Definition at line 119 of file gx_logging.h.
Referenced by gx_print_fatal().
|
static |
Definition at line 205 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(), power2db(), gx_engine::GxMachine::start_socket(), and PosixSignals::~PosixSignals().
|
inline |
Definition at line 115 of file gx_logging.h.
Referenced by PosixSignals::PosixSignals().
|
inline |
Definition at line 116 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 117 of file gx_logging.h.