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