Canorus 0.0
typesetter.h
Go to the documentation of this file.
1
8#ifndef TYPESETTER_H_
9#define TYPESETTER_H_
10
12public:
13 enum CATypesetterType { // used for storing the default typesetter in settings
14 LilyPond = 1
15 };
16
18 virtual ~CATypesetter();
19};
20
21#endif /* TYPESETTER_H_ */
Definition: typesetter.h:11
virtual ~CATypesetter()
Definition: typesetter.cpp:13
CATypesetter()
Definition: typesetter.cpp:10
CATypesetterType
Definition: typesetter.h:13
@ LilyPond
Definition: typesetter.h:14