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

Public Member Functions | |
| NewSvgButton (SvgMain *client, SvgWin *window, int x, int y) | |
| int | handle_event () |
| void | run () |
Data Fields | |
| int | quit_now |
| SvgMain * | client |
| SvgWin * | window |
Definition at line 58 of file svgwin.h.
| int NewSvgButton::handle_event | ( | ) | [virtual] |
Reimplemented from BC_Button.
Definition at line 165 of file svgwin.C.
References SvgWin::editing, SvgWin::editing_lock, Mutex::lock(), quit_now, Thread::start(), Mutex::unlock(), and window.

| void NewSvgButton::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 183 of file svgwin.C.
References client, SvgMain::config, BC_FileBox::create_objects(), SvgMain::defaults, SvgWin::editing, SvgWin::editing_lock, empty_svg, fclose(), BC_WindowBase::flush(), fopen(), SvgMain::force_raw_render, fwrite(), BC_Hash::get(), BC_FileBox::get_path(), Mutex::lock(), SvgMain::need_reconfigure, quit_now, BC_WindowBase::run_window(), PluginClient::send_configure_change(), BC_WindowBase::set_done(), SvgConfig::svg_file, SvgWin::svg_file_title, Mutex::unlock(), BC_Title::update(), BC_Hash::update(), BC_FileBox::update_filter(), and window.

1.5.5