把各种元件做出单独的类。

Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2014-11-22 22:18:18 +08:00
parent ccc4c1d90c
commit 407fe62995
25 changed files with 526 additions and 18 deletions

View File

@@ -20,13 +20,29 @@ SOURCES += main.cpp \
elementhashtable.cpp \
subcontrolarea.cpp \
BasicElementInfo.cpp \
regexextract.cpp
regexextract.cpp \
busbarsection.cpp \
terminal.cpp \
aclinesegment.cpp \
breaker.cpp \
compensator.cpp \
disconnector.cpp \
powertransformer.cpp \
synchronousmachine.cpp
HEADERS += \
elementhashtable.h \
BasicElementInfo.h \
subcontrolarea.h \
regexextract.h
regexextract.h \
busbarsection.h \
terminal.h \
aclinesegment.h \
breaker.h \
compensator.h \
disconnector.h \
powertransformer.h \
synchronousmachine.h
#release{
#DEFINES += QT_NO_DEBUG_OUTPUT