27#include <stroke_params_lexer.h> 
   33            STROKE_PARAMS_LEXER( aReader ), 
m_iuPerMM( iuPerMM )
 
 
 
An abstract class from which implementation specific LINE_READERs may be derived to read single lines...
 
int parseInt(const char *aText)
 
void ParseStroke(STROKE_PARAMS &aStroke)
 
double parseDouble(const char *aText)
 
STROKE_PARAMS_PARSER(LINE_READER *aReader, int iuPerMM)
 
Simple container to manage line stroke parameters.