Code Documentation 3.5
Social Network Visualizer
Loading...
Searching...
No Matches
table_export.h File Reference

Declares TableExport — CSV and JSON serialisers for QAbstractItemModel (#226). More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  TableExport
 Free functions that serialise any QAbstractItemModel to CSV or JSON.
 

Functions

bool TableExport::toCSV (QAbstractItemModel *model, const QString &filePath)
 Writes model to an RFC 4180 CSV file at filePath.
 
bool TableExport::toJSON (QAbstractItemModel *model, const QString &filePath)
 Writes model to a JSON file at filePath.
 

Detailed Description

Declares TableExport — CSV and JSON serialisers for QAbstractItemModel (#226).

Author
Dimitris B. Kalamaras
See also
https://socnetv.org