ajout export html
This commit is contained in:
@@ -26,6 +26,13 @@ public:
|
||||
void addNewStep();
|
||||
void exportHTMLMap();
|
||||
|
||||
QString getCurrentFile() const;
|
||||
void setCurrentFile(const QString &newCurrentFile);
|
||||
QList<Path *> getPath() const;
|
||||
void setPath(const QList<Path *> &newPath);
|
||||
Path *getCurrentPath() const;
|
||||
void setCurrentPath(Path *newCurrentPath);
|
||||
|
||||
private slots:
|
||||
void on_pushButton_clicked();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user