Canorus  0.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
musicxmlexport.h
Go to the documentation of this file.
1 
8 #ifndef MUSICXMLEXPORT_H_
9 #define MUSICXMLEXPORT_H_
10 
11 #include "export/export.h"
12 
13 class CAMusicXmlExport : public CAExport {
14 public:
15  CAMusicXmlExport( QTextStream *stream=0 );
16  virtual ~CAMusicXmlExport();
17 
18 private:
19  void exportDocumentImpl(CADocument *doc);
20 };
21 
22 #endif /* MUSICXMLEXPORT_H_ */