41 #ifndef CREATESHORTESTPATHDIALOG_H 42 #define CREATESHORTESTPATHDIALOG_H 77 void on_browseShortestFolder_clicked();
78 void on_browseRelevantFolder_clicked();
79 void on_browseRelevantInterFolder_clicked();
81 void on_browseOutFolder_clicked();
82 void on_graphName_textChanged(
const QString &);
83 void on_checkAllRelevantNodes_toggled(
bool);
89 #endif // CREATESHORTESTPATHDIALOG_H Definition: dteditorwindow.h:32
bool isAStarSelected() const
Definition: createshortestpathdialog.cpp:199
void setGraphName(const QString &folder)
Definition: createshortestpathdialog.cpp:96
void setOutputFolder(const QString &folder)
Definition: createshortestpathdialog.cpp:86
~CreateShortestPathDialog()
Definition: createshortestpathdialog.cpp:40
void setRelevantInterNodesFolder(QString)
Definition: createshortestpathdialog.cpp:65
bool isDijkstraSelected() const
Definition: createshortestpathdialog.cpp:204
Definition: createshortestpathdialog.h:50
QString getRelevantNodesFolder() const
Definition: createshortestpathdialog.cpp:60
bool isAllNodesAreRelevantChecked() const
Definition: createshortestpathdialog.cpp:76
QString getGraphName() const
Definition: createshortestpathdialog.cpp:91
void setShortestPathFolder(QString)
Definition: createshortestpathdialog.cpp:45
void setRelevantNodesFolder(QString)
Definition: createshortestpathdialog.cpp:55
bool isBinaryFormat() const
Definition: createshortestpathdialog.cpp:189
QString getOutputFolder() const
Definition: createshortestpathdialog.cpp:81
QString getRelevantInterNodesFolder() const
Definition: createshortestpathdialog.cpp:70
Definition: ui_createshortestpathdialog.h:197
bool isTextFormat() const
Definition: createshortestpathdialog.cpp:194
CreateShortestPathDialog(QWidget *parent=0)
Definition: createshortestpathdialog.cpp:29
QString getShortestPathFolder() const
Definition: createshortestpathdialog.cpp:50