1#ifndef PCB_PLOT_PARAMS_PARSER_H_ 
    2#define PCB_PLOT_PARAMS_PARSER_H_ 
   26#include <pcb_plot_params_lexer.h> 
An abstract class from which implementation specific LINE_READERs may be derived to read single lines...
 
void skipCurrent()
Skip the current token level.
 
PCB_PLOT_PARAMS_PARSER(LINE_READER *aReader, int aBoardFileVersion)
 
int parseInt(int aMin, int aMax)
Parse an integer and constrains it between two values.
 
LINE_READER * GetReader()
 
double parseDouble()
Parse a double precision floating point number.
 
void Parse(PCB_PLOT_PARAMS *aPcbPlotParams)
 
Parameters and options when plotting/printing a board.