diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-09-03 01:10:18 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2016-09-03 01:10:18 -0300 |
commit | 077270f0294d236c6047d850703c5d011cb4b711 (patch) | |
tree | c655594e525222104c49564f097734537ccc322b /Project/Element.h | |
parent | bd3f70a62f8c2868e20f094a0ad7dd8c977ab853 (diff) | |
download | PSP.git-077270f0294d236c6047d850703c5d011cb4b711.tar.gz PSP.git-077270f0294d236c6047d850703c5d011cb4b711.tar.xz PSP.git-077270f0294d236c6047d850703c5d011cb4b711.zip |
Motor implementation done, elements classes reorganized
Diffstat (limited to 'Project/Element.h')
-rw-r--r-- | Project/Element.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/Element.h b/Project/Element.h index 4dc278f..7eb90c9 100644 --- a/Project/Element.h +++ b/Project/Element.h @@ -22,7 +22,8 @@ enum ContextMenuID ID_EDIT_BUS = 0, ID_EDIT_LINE, ID_EDIT_TRANSFORMER, - ID_EDIT_GENERATOR, + ID_EDIT_SYNCGENERATOR, + ID_EDIT_INDMOTOR, ID_LINE_ADD_NODE, ID_LINE_REMOVE_NODE, |