15
testHasttable/busbarsection.h
Normal file
15
testHasttable/busbarsection.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef BUSBARSECTION_H
|
||||
#define BUSBARSECTION_H
|
||||
#include <QXmlStreamReader>
|
||||
#include "BasicElementInfo.h"
|
||||
class BusbarSection:public BasicElementInfo
|
||||
{
|
||||
public:
|
||||
BusbarSection();
|
||||
virtual bool parse(QXmlStreamReader& reader);
|
||||
protected:
|
||||
QStringRef terminal;
|
||||
virtual bool derivedParse(QXmlStreamReader& reader);
|
||||
};
|
||||
|
||||
#endif // BUSBARSECTION_H
|
||||
Reference in New Issue
Block a user