加Breaker状态显示。

Signed-off-by: facat@lab.com <facat@lab.com>
This commit is contained in:
facat@lab.com
2014-12-12 17:13:39 +08:00
parent eadb1dedf3
commit e587ab8667
3 changed files with 16 additions and 1 deletions

View File

@@ -44,6 +44,11 @@ bool Breaker::derivedParse(QXmlStreamReader &reader)
return true;
}
bool Breaker::getOpenState()
{
return this->isOpen;
}
QString Breaker::getTerminalA()
{
return this->terminalA;