#include <svgwin.h>
Inherits BC_Window.

Public Member Functions | |
| SvgWin (SvgMain *client, int x, int y) | |
| ~SvgWin () | |
| int | create_objects () |
| int | close_event () |
Data Fields | |
| SvgCoord * | in_x |
| SvgCoord * | in_y |
| SvgCoord * | in_w |
| SvgCoord * | in_h |
| SvgCoord * | out_x |
| SvgCoord * | out_y |
| SvgCoord * | out_w |
| SvgCoord * | out_h |
| SvgMain * | client |
| BC_Title * | svg_file_title |
| NewSvgButton * | new_svg_button |
| NewSvgWindow * | new_svg_thread |
| EditSvgButton * | edit_svg_button |
| Mutex | editing_lock |
| int | editing |
Definition at line 21 of file svgwin.h.
| int SvgWin::create_objects | ( | ) |
Definition at line 54 of file svgwin.C.
References _, BC_WindowBase::add_tool(), BC_WindowBase::BC_Title, client, SvgMain::config, BC_TumbleTextBox::create_objects(), edit_svg_button, BC_WindowBase::flush(), new_svg_button, SvgConfig::out_x, out_x, SvgConfig::out_y, out_y, BC_WindowBase::show_window(), SvgConfig::svg_file, svg_file_title, BC_WindowBase::x, and BC_WindowBase::y.

| int SvgWin::close_event | ( | ) | [virtual] |
Reimplemented from BC_WindowBase.
Definition at line 121 of file svgwin.C.
References BC_WindowBase::set_done().

Definition at line 36 of file svgwin.h.
Referenced by EditSvgButton::handle_event(), NewSvgButton::handle_event(), EditSvgButton::run(), and NewSvgButton::run().
| int SvgWin::editing |
Definition at line 37 of file svgwin.h.
Referenced by EditSvgButton::handle_event(), NewSvgButton::handle_event(), EditSvgButton::run(), and NewSvgButton::run().
1.5.5