|
|
| TextParserTxtFileTab (const wxString &filename) |
| |
|
| 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.
|
| |
|
|
static wxString | GetAllSupportedParserWildCards () |
| |
|
static TextParser * | CreateParserBasedOnType (const int &textparser_index, const wxFileName &filename) |
| |
|
wxTextFile * | m_File |
| |
|
wxString | m_TextSeparator |
| |
|
bool | m_WriteMode |
| |
|
wxString | m_ParseFileType |
| |
|
wxFileName | m_ParseFileName |
| |
|
int | m_LineCount |
| |
|
int | m_NbFieldToParse |
| |
|
static int | m_iActualLine = 0 |
| |
◆ InitParserValue()
| void TextParserTxtFileTab::InitParserValue |
( |
| ) |
|
|
protectedvirtual |
The documentation for this class was generated from the following files:
- /github/workspace/src/core/textparser.h
- /github/workspace/src/core/textparser.cpp