Functions
glue.cpp File Reference

The functions which require undecorated "C" access. More...

#include "stipple.hpp"

Functions

void pcb_plugin_init ()
 The entry point for this addin.
 
void Log (const char *format,...)
 A simple log print to stout.
 
void LayerFactory (int i)
 Since Gnome threads can not use a C++ decorated function as an entry point, this serves as a thunk to the Layer worker class.
 
void MakeAllLayers ()
 Since the dialog runs on the PCB GUI thread, a new spool thread is used to delegate all of the worker layer threads. More...
 

Detailed Description

The functions which require undecorated "C" access.

Function Documentation

void MakeAllLayers ( )

Since the dialog runs on the PCB GUI thread, a new spool thread is used to delegate all of the worker layer threads.

This allows a "cancel" button to remain active in the dialog as the sometimes lengthy stipple threads do their work.