pcb 4.1.1
An interactive printed circuit board layout editor.

potrace_progress_s Struct Reference

Structure to hold progress bar callback data. More...

#include <potracelib.h>

Data Fields

void(* callback )(double progress, void *privdata)
void * data
double min
double max
double epsilon

Detailed Description

Structure to hold progress bar callback data.

Definition at line 38 of file potracelib.h.


Field Documentation

void(* potrace_progress_s::callback)(double progress, void *privdata)

callback function.

Definition at line 40 of file potracelib.h.

callback function's private data.

Definition at line 42 of file potracelib.h.

Granularity: can skip smaller increments.

Definition at line 44 of file potracelib.h.

Desired range of progress, e.g. 0.0 to 1.0.

Definition at line 43 of file potracelib.h.

Definition at line 43 of file potracelib.h.


The documentation for this struct was generated from the following file: