(BETA) only available in debug mode: Add dialogconductorautonum and call to nomenclature

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2104 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
cfdev
2013-04-11 09:35:10 +00:00
parent a38163c737
commit 6baac30851
7 changed files with 202 additions and 3 deletions

View File

@@ -146,6 +146,8 @@ class QETDiagramEditor : public QETMainWindow {
void moveDiagramUp(Diagram *);
void moveDiagramDown(Diagram *);
void cleanCurrentProject();
void conductorAutoNumProject();
void nomenclatureProject();
void diagramWasAdded(DiagramView *);
void diagramIsAboutToBeRemoved(DiagramView *);
void diagramWasRemoved(DiagramView *);
@@ -202,6 +204,8 @@ class QETDiagramEditor : public QETMainWindow {
QAction *prj_add_diagram; ///< Add a diagram to the current project.
QAction *prj_del_diagram; ///< Delete a diagram from the current project
QAction *prj_clean; ///< Clean the content of the curent project by removing useless items
QAction *prj_conductorANum; ///< Auto numerotation conductors
QAction *prj_nomenclature; ///< generate nomenclature
QAction *zoom_in; ///< Zoom in
QAction *zoom_out; ///< Zoom out
QAction *zoom_fit; ///< Adjust zoom to fit the whole diagram, including potential elements outside its borders, in the view