#include <svgwin.h>
Inherits BC_GenericButton, and Thread.

Public Member Functions | |
| EditSvgButton (SvgMain *client, SvgWin *window, int x, int y) | |
| ~EditSvgButton () | |
| int | handle_event () |
| void | run () |
Data Fields | |
| int | quit_now |
| int | fh_fifo |
| SvgMain * | client |
| SvgWin * | window |
Definition at line 70 of file svgwin.h.
| EditSvgButton::~EditSvgButton | ( | ) |
Definition at line 268 of file svgwin.C.
References fifo_struct::action, fh_fifo, fifo_struct::pid, and quit_now.
| int EditSvgButton::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 276 of file svgwin.C.
References client, SvgMain::config, SvgWin::editing, SvgWin::editing_lock, Mutex::lock(), Thread::start(), SvgConfig::svg_file, Mutex::unlock(), and window.

| void EditSvgButton::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 293 of file svgwin.C.
References _, fifo_struct::action, client, SvgMain::config, SvgWin::editing, SvgWin::editing_lock, fh_fifo, SvgConfig::last_load, Mutex::lock(), quit_now, PluginClient::send_configure_change(), SvgConfig::svg_file, Mutex::unlock(), and window.

1.5.5