#include <svgwin.h>
Inherits Thread.

Public Member Functions | |
| SvgInkscapeThread (SvgMain *client, SvgWin *window) | |
| ~SvgInkscapeThread () | |
| void | run () |
Data Fields | |
| SvgMain * | client |
| SvgWin * | window |
| int | fh_fifo |
Definition at line 93 of file svgwin.h.
| SvgInkscapeThread::~SvgInkscapeThread | ( | ) |
Definition at line 363 of file svgwin.C.
References Thread::cancel().

| void SvgInkscapeThread::run | ( | ) | [virtual] |
Implements Thread.
Definition at line 369 of file svgwin.C.
References _, fifo_struct::action, client, SvgMain::config, Thread::disable_cancel(), Thread::enable_cancel(), fh_fifo, fifo_struct::pid, and SvgConfig::svg_file.

1.5.5