EDLParser Class

Parse EDM (Extensible Display Manager) files. More...

Header: #include <EDLParser>
Inherits: QCSParser

Public Functions

EDLParser(QObject *parent = Q_NULLPTR)
virtual ~EDLParser()

Reimplemented Public Functions

virtual QString description()
virtual QString extension()
virtual QString parseDisplayFile(QString filename, QMap<QString, QString> macros, bool partial = false)
  • 3 public functions inherited from QCSParser
  • 32 public functions inherited from QObject

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 EDM (Extensible Display Manager) files.

This parser only supports 4.0 version of EDL files. The unspported features are:

  • CALC Pv
  • Dynamic color rules
  • Dynamic symbol

Member Function Documentation

EDLParser::EDLParser(QObject *parent = Q_NULLPTR)

Default constructs an instance of EDLParser.

[virtual] EDLParser::~EDLParser()

Destroys the instance of EDLParser. The destructor is virtual.

[virtual] QString EDLParser::description()

Reimplemented from QCSParser::description().

[virtual] QString EDLParser::extension()

Reimplemented from QCSParser::extension().

[virtual] QString EDLParser::parseDisplayFile(QString filename, QMap<QString, QString> macros, bool partial = false)

Reimplemented from QCSParser::parseDisplayFile().