![]() |
Code Documentation 3.5
Social Network Visualizer
|

Files | |
| graph_io.cpp | |
| Implements graph file load/save wrapper methods for the Graph class (load pipeline coordination, parser thread termination, format writers). | |
| graph_parse_sink.h | |
| Transitional mutation sink interface for Parser -> Graph IO operations. | |
| graph_parse_sink_graph.cpp | |
| Graph-backed implementation of IGraphParseSink (Parser -> Graph bridge). | |
| graph_parse_sink_graph.h | |
| Graph-backed implementation of IGraphParseSink (Parser -> Graph bridge). | |
| table_export.cpp | |
| Implements TableExport::toCSV() and TableExport::toJSON() (#226). | |
| table_export.h | |
| Declares TableExport — CSV and JSON serialisers for QAbstractItemModel (#226). | |
| table_import.cpp | |
| Implements TableImport::fromCSV() and TableImport::fromJSON() (#227). | |
| table_import.h | |
| Declares TableImport — CSV and JSON parsers that return a ParsedTable suitable for attribute-import workflows (#227). | |