|
Schim
|
#include <QString>#include "model/object.h"#include "model/header.h"Go to the source code of this file.
Functions | |
| QString | readMeta (const QString &filename) |
| Read a !meta file containing information about symbols. More... | |
| CompositeObject * | parseCompositeObject (const QString &filename) |
Parse a CompositeObject from file filename. More... | |
| Header * | parseHeader (const QString &filename) |
Parse CompositeObject from file filename. More... | |
This file contains functions that are useful for converting files, regardless of the format being converted from/to.
| CompositeObject* parseCompositeObject | ( | const QString & | filename | ) |
Parse a CompositeObject from file filename.
The format of the file is automatically determined and the appropriate specialized function is called.
| Header* parseHeader | ( | const QString & | filename | ) |
Parse CompositeObject from file filename.
The format of the file is automatically determined and the appropriate specialized function is called.
| QString readMeta | ( | const QString & | filename | ) |
Read a !meta file containing information about symbols.
| filename | The file which should be read. |
A !meta file is a file that is placed in a directory containing symbols. This file determines information about this directory. Among other things, this file is used to determine the display name of a category of symbols.
1.8.13