AsciiFilter

A description for AsciiFilter.

class AsciiFilter : public AbstractFileFilter

Public Functions

virtual void write(const QString &fileName, AbstractDataSource*) override

write

Writing the content of the datasource to the file with filename fileName

Parameters:

fileName

Public Static Functions

static QStringList separatorCharacters()

returns the list of all predefined separator characters.

static QStringList commentCharacters()

returns the list of all predefined comment characters.

static size_t lineCount(const QString &fileName, size_t maxLines = std::numeric_limits<std::size_t>::max())

returns number of lines in file ‘fileName’ optional: only check ‘maxLines’ (returns minimum of line count and maxLines)

struct Properties