![]() |
Code Documentation 3.3
Social Network Visualizer
|
#include "headless_graph_loader.h"#include <QEventLoop>#include <QThread>#include <QMetaObject>#include <QDebug>#include "../graph.h"#include "../parser.h"
Functions | |
| HeadlessLoadResult | loadGraphHeadless (Graph &graph, const QString &fileName, const QString &codecName, int fileFormat, const QString &delimiter, int sm_two_mode, bool sm_has_labels) |
| Loads a graph from a given file, without any UI. | |
| HeadlessLoadResult loadGraphHeadless | ( | Graph & | graph, |
| const QString & | fileName, | ||
| const QString & | codecName, | ||
| int | fileFormat, | ||
| const QString & | delimiter, | ||
| int | sm_two_mode, | ||
| bool | sm_has_labels ) |
Loads a graph from a given file, without any UI.