19
testHasttable/disconnector.h
Normal file
19
testHasttable/disconnector.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef DISCONNECTOR_H
|
||||
#define DISCONNECTOR_H
|
||||
#include "BasicElementInfo.h"
|
||||
#include <QXmlStreamReader>
|
||||
class Disconnector:public BasicElementInfo
|
||||
{
|
||||
public:
|
||||
Disconnector();
|
||||
virtual bool parse(QXmlStreamReader& reader);
|
||||
protected:
|
||||
QStringRef terminalA;
|
||||
QStringRef terminalB;
|
||||
QStringRef equipmentContainer;
|
||||
virtual bool derivedParse(QXmlStreamReader& reader);
|
||||
private:
|
||||
bool isTerminalA;
|
||||
};
|
||||
|
||||
#endif // DISCONNECTOR_H
|
||||
Reference in New Issue
Block a user