|
Canorus
0.7
|
#include <musicxmlexport.h>

Public Member Functions | |
| CAMusicXmlExport (QTextStream *stream=0) | |
| virtual | ~CAMusicXmlExport () |
Private Member Functions | |
| void | exportDocumentImpl (CADocument *doc) |
Copyright (c) 2008, Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.GPL for details.
| CAMusicXmlExport::CAMusicXmlExport | ( | QTextStream * | stream = 0 | ) |
Copyright (c) 2008, Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See LICENSE.GPL for details.
| CAMusicXmlExport::~CAMusicXmlExport | ( | ) | [virtual] |
| void CAMusicXmlExport::exportDocumentImpl | ( | CADocument * | doc | ) | [private, virtual] |
Exports the document to MusicXML format. It uses DOM object internally for writing the XML output.
Reimplemented from CAExport.
References CAExport::out().

1.8.0