用CIMExporter分别处理读到的线路,开关,变压器等元件。

Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2014-12-28 16:40:57 +08:00
parent 28e1df38fa
commit 9cb2f5a8f6
12 changed files with 124 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
#include "branch.h"
Branch::Branch(const QString& from, const QString& to):from(from),to(to)
Branch::Branch(const QString& from, const QString& to, QObject *parent):from(from),to(to)
{
}