19
testHasttable/BasicElementInfo.h
Normal file
19
testHasttable/BasicElementInfo.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef BASICELEMENTINFO_H
|
||||
#define BASICELEMENTINFO_H
|
||||
|
||||
#include <QString>
|
||||
#include <QStringRef>
|
||||
#include <QXmlStreamReader>
|
||||
#include <QDebug>
|
||||
class BasicElementInfo{
|
||||
protected:
|
||||
bool parseBasicInfo(QXmlStreamReader &reader);
|
||||
QStringRef name;
|
||||
QStringRef id;
|
||||
QString nextLinkString;
|
||||
QString prevousLinkString;
|
||||
};
|
||||
|
||||
|
||||
|
||||
#endif // BASICELEMENTINFO_H
|
||||
Reference in New Issue
Block a user