iLand
|
This is the complete list of members for CSVFile, including all inherited members.
addToScriptEngine(QJSEngine &engine) | CSVFile | static |
captions | CSVFile | |
captions() const | CSVFile | inline |
colCount | CSVFile | |
colCount() const | CSVFile | inline |
column(const int col) const | CSVFile | |
columnIndex(const QString &columnName) const | CSVFile | inlineslot |
columnName(const int col) | CSVFile | inlineslot |
colValue(const int col) | CSVFile | |
CSVFile(QObject *parent=0) | CSVFile | |
CSVFile(const QString &fileName) | CSVFile | inline |
flat | CSVFile | |
flat() const | CSVFile | inline |
hasCaptions() const | CSVFile | inline |
isEmpty() const | CSVFile | inline |
jsValue(const int row, const int col) const | CSVFile | slot |
jsValue(const int row, const QString column_name) const | CSVFile | inlineslot |
loadFile(const QString &fileName) | CSVFile | slot |
loadFromString(const QString &content) | CSVFile | slot |
next() | CSVFile | |
openFile(const QString &fileName) | CSVFile | |
row(const int row) | CSVFile | slot |
rowCount | CSVFile | |
rowCount() const | CSVFile | inline |
saveFile(const QString &fileName) | CSVFile | slot |
setFixedWidth(const bool hasFixedWidth) | CSVFile | inline |
setFlat(const bool isflat) | CSVFile | inline |
setHasCaptions(const bool hasCaps) | CSVFile | inline |
setValue(const int row, const int col, QVariant value) | CSVFile | slot |
streamingMode() const | CSVFile | inline |
value(const int row, const QString column_name) const | CSVFile | inlineslot |
value(const int row, const int col) const | CSVFile | slot |
values(const int row) const | CSVFile |