41 #ifndef INPUTFILEPARSER_H 42 #define INPUTFILEPARSER_H 62 bool parseHarbourFile (
const QString &path, QList<std::shared_ptr<HarbourData> > &list, QString *error);
63 bool parseShortestPath (
const QString &path,
int nodeid, QList<QPair<int, int> > &graph);
66 bool parseGraph(
const QString &graphpath,
const QString &coordsPath, QList<GraphBuilder::Node> &
nodes, QString *error);
76 #endif // INPUTFILEPARSER_H
Definition: harbourdata.h:29
vector< Node * > nodes
Definition: main.cpp:270