kaddressbook
#include <qcsvmodel_p.h>
Definition at line 27 of file qcsvmodel_p.h.
CsvParser::CsvParser |
( |
QObject * |
parent | ) |
|
|
explicit |
CsvParser::~CsvParser |
( |
| ) |
|
void CsvParser::begin |
( |
| ) |
|
|
virtual |
void CsvParser::beginLine |
( |
| ) |
|
|
virtual |
void CsvParser::columnCountChanged |
( |
int |
columns | ) |
|
|
signal |
void CsvParser::dataChanged |
( |
const QString & |
data, |
|
|
int |
row, |
|
|
int |
column |
|
) |
| |
|
signal |
void CsvParser::ended |
( |
| ) |
|
|
signal |
void CsvParser::endLine |
( |
| ) |
|
|
virtual |
void CsvParser::error |
( |
const QString & |
errorMsg | ) |
|
|
virtual |
This method is called whenever an error occurs during parsing.
- Parameters
-
errorMsg | The error message. |
Implements QCsvBuilderInterface.
Definition at line 85 of file qcsvmodel.cpp.
void CsvParser::field |
( |
const QString & |
data, |
|
|
uint |
row, |
|
|
uint |
column |
|
) |
| |
|
virtual |
This method is called for every parsed field.
- Parameters
-
data | The data of the field. |
row | The row of the field. |
column | The column of the field. |
Implements QCsvBuilderInterface.
Definition at line 59 of file qcsvmodel.cpp.
void CsvParser::load |
( |
QIODevice * |
device | ) |
|
void CsvParser::rowCountChanged |
( |
int |
rows | ) |
|
|
signal |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:52 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.