8 #ifndef CSTLCOMPILERATTRIBUTES_H 9 #define CSTLCOMPILERATTRIBUTES_H 14 #include <QXmlStreamAttributes> 15 #include "properties.h" 16 #include "cppwebframework_global.h" 24 QMap<QString, QObject *> &objects;
27 QString buildAttributes(QMap<QString, QString> &attr,
bool keyValue =
true);
28 void compileAttributes(QMap<QString, QString> &attr);
29 void compile(QString &text, QString &outPutText);
30 QMap<QString, QString> getAttributes(
const QXmlStreamAttributes &attributes);
35 #endif // CSTLCOMPILERATTRIBUTES_H This class search for expressions #{obj.get} and compiles it.
Definition: cstlcompilerattributes.h:22