Canorus
0.7
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
export
canorusmlexport.h
Go to the documentation of this file.
1
8
#ifndef CANORUSMLEXPORT_H_
9
#define CANORUSMLEXPORT_H_
10
11
#include <QDomElement>
12
#include <QColor>
13
14
#include "
export/export.h
"
15
#include "
core/playablelength.h
"
16
#include "
core/diatonicpitch.h
"
17
#include "
core/diatonickey.h
"
18
19
class
CAMusElement
;
20
21
class
CACanorusMLExport
:
public
CAExport
{
22
public
:
23
CACanorusMLExport
( QTextStream *
stream
=0 );
24
virtual
~CACanorusMLExport
();
25
26
void
exportDocumentImpl
(
CADocument
*doc );
27
28
private
:
29
void
exportVoiceImpl
(
CAVoice
* voice, QDomElement &dVoice );
30
void
exportMarks
(
CAMusElement
*associatedElt, QDomElement& domParent );
31
void
exportPlayableLength
(
CAPlayableLength
l, QDomElement& domParent );
32
void
exportDiatonicPitch
(
CADiatonicPitch
p, QDomElement& domParent );
33
void
exportDiatonicKey
(
CADiatonicKey
k, QDomElement& domParent );
34
void
exportColor
(
CAMusElement
*elt, QDomElement& domParent );
35
void
exportTime
(
CAMusElement
*elt, QDomElement& domParent );
36
void
exportResources
(
CADocument
*, QDomElement& );
37
38
QDomElement
_dTuplet
;
39
QColor
_color
;
// foreground color of elements
40
};
41
42
#endif
/* CANORUSMLEXPORT_H_ */
Generated on Fri Jan 11 2013 14:40:12 for Canorus by
1.8.3