拓扑解析也完成了,虽然用了一些dirty的方法。

Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2014-12-25 11:44:46 +08:00
parent 14476a7939
commit 9a70026cf3
7 changed files with 39 additions and 2 deletions

View File

@@ -23,3 +23,9 @@ bool Substation::derivedParse(QXmlStreamReader& reader)
}
return true;
}
QString Substation::getSubstationMemberOf_Feeder()
{
return this->substationMemberOf_Feeder;
}