|
| TextParserTxtFile (const wxString &filename) |
|
| TextParserTxtFile (const wxFileName &filename) |
|
virtual bool | OpenParseFile (bool bCreate=FALSE) |
|
virtual bool | CloseParseFile () |
|
virtual int | ParseNextLine (wxArrayString &myValues) |
|
virtual bool | WriteNextLine (const wxArrayString &myValues) |
|
virtual bool | CheckFileToParse () |
| Check that the file has the correct separator.
|
|
wxString | GetParserType () |
|
void | SetParseFileName (const wxString &myFileName) |
|
void | SetParseFileName (const wxFileName &myFileName) |
|
int | GetActualLineNumber () |
|
void | InitActualLineNumber () |
|
void | IncrementActualLineNumber (int iIncrement=1) |
|
int | GetLineCount () |
|
void | SetNumberOfFields (int inbfield) |
| Set the number of fields we are looking for.
|
|
for parsing text based file
It reads a simple textual file and parse the values found on a line by line basis.
- Author
- Lucien Schreiber (c) CREALP 2007
- Date
- 11 December 2007