ADLParser Class
Parse MEDM ADL files. More...
Header: | #include <ADLParser> |
Inherits: | QCSParser |
Public Functions
ADLParser(QObject *parent = 0) | |
virtual | ~ADLParser() |
Reimplemented Public Functions
virtual QString | description() |
virtual QString | extension() |
virtual QString | parseDisplayFile(QString filename, QMap<QString, QString> macros, bool partial = false) |
Additional Inherited Members
- 2 properties inherited from QCSParser
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
Parse MEDM ADL files.
ADL (ASCII Display List) files are produced by MEDM (Motif Editor and Display Manager). All graphical objects are well supported.
Member Function Documentation
ADLParser::ADLParser(QObject *parent = 0)
Default constructs an instance of ADLParser.
[virtual]
ADLParser::~ADLParser()
Destroys the instance of ADLParser. The destructor is virtual.
[virtual]
QString ADLParser::description()
Reimplemented from QCSParser::description().
[virtual]
QString ADLParser::extension()
Reimplemented from QCSParser::extension().
[virtual]
QString ADLParser::parseDisplayFile(QString filename, QMap<QString, QString> macros, bool partial = false)
Reimplemented from QCSParser::parseDisplayFile().