12 #include "model/object.h" 13 #include "model/header.h" 24 QString
readMeta(
const QString &filename);
Header * parseHeader(const QString &filename)
Parse CompositeObject from file filename.
CompositeObject * parseCompositeObject(const QString &filename)
Parse a CompositeObject from file filename.
QString readMeta(const QString &filename)
Read a !meta file containing information about symbols.
An object that consists of other child objects.
Definition: compositeobject.h:16