modif export + automatisation + fonction qui centralise tout les exports
This commit is contained in:
+6
-2
@@ -24,8 +24,8 @@ public:
|
||||
void loadPath();
|
||||
void addNewPath();
|
||||
void addNewStep();
|
||||
void exportHTMLMap();
|
||||
|
||||
void exportHTMLMap(int index);
|
||||
void loadAndExportPaths();
|
||||
QString getCurrentFile() const;
|
||||
void setCurrentFile(const QString &newCurrentFile);
|
||||
QList<Path *> getPath() const;
|
||||
@@ -33,6 +33,9 @@ public:
|
||||
Path *getCurrentPath() const;
|
||||
void setCurrentPath(Path *newCurrentPath);
|
||||
|
||||
int getIndexPath() const;
|
||||
void setIndexPath(int newIndexPath);
|
||||
|
||||
private slots:
|
||||
void on_pushButton_clicked();
|
||||
|
||||
@@ -43,6 +46,7 @@ private slots:
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
QString currentFile;
|
||||
static int indexPath;
|
||||
bool textChanged;
|
||||
QList<Path*> path;
|
||||
Path* currentPath;
|
||||
|
||||
Reference in New Issue
Block a user