Guitarix
|
#include <jsonrpc.h>
Classes | |
struct | methodnames |
Public Member Functions | |
CmdConnection (GxService &serv, const Glib::RefPtr< Gio::SocketConnection > &connection_) | |
~CmdConnection () | |
bool | on_data_in (Glib::IOCondition cond) |
bool | on_data_out (Glib::IOCondition cond) |
void | send (gx_system::JsonStringWriter &jw) |
bool | is_activated (msg_type n) |
void | update_maxlevel (unsigned int channel, float v) |
Friends | |
class | UiBuilderVirt |
CmdConnection::CmdConnection | ( | GxService & | serv, |
const Glib::RefPtr< Gio::SocketConnection > & | connection_ | ||
) |
Definition at line 235 of file jsonrpc.cpp.
CmdConnection::~CmdConnection | ( | ) |
Definition at line 246 of file jsonrpc.cpp.
bool CmdConnection::on_data_in | ( | Glib::IOCondition | cond | ) |
Definition at line 1293 of file jsonrpc.cpp.
bool CmdConnection::on_data_out | ( | Glib::IOCondition | cond | ) |
Definition at line 1280 of file jsonrpc.cpp.
void CmdConnection::send | ( | gx_system::JsonStringWriter & | jw | ) |
Definition at line 1323 of file jsonrpc.cpp.
|
inline |
|
friend |