#include <ipc.h>
Public Member Functions | |
IPC () | |
~IPC () | |
Static Public Member Functions | |
static synfig::String | fifo_path () |
static synfig::SmartFILE | make_connection () |
static bool | process_command (const synfig::String &cmd) |
IPC::IPC | ( | ) |
References synfigapp::Action::create(), and fifo_path().
IPC::~IPC | ( | ) |
References fifo_path().
synfig::String IPC::fifo_path | ( | ) | [static] |
References studio::App::get_user_app_directory().
Referenced by IPC(), make_connection(), and ~IPC().
synfig::SmartFILE IPC::make_connection | ( | ) | [static] |
References fifo_path().
bool IPC::process_command | ( | const synfig::String & | cmd | ) | [static] |