GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
1 #ifndef GUIDOFACTORYADAPTER_H 2 #define GUIDOFACTORYADAPTER_H 18 #include "GUIDOFactory.h" 315 #endif // GUIDOFACTORYADAPTER_H
GuidoErrCode addTagParameterString(const std::string &val)
Adds a new string parameter to the current tag.
GuidoErrCode closeChord()
Closes the current chord.
Definition: GUIDOInternal.h:31
GuidoErrCode setEventDots(int dots)
Sets the number of dots the current event.
GuidoErrCode setDuration(int numerator, int denominator)
Sets the duration of the current event.
void * ARFactoryHandler
Definition: GUIDOFactory.h:48
GuidoErrCode openMusic()
Creates and opens a new music score.
GuidoErrCode endTag()
Indicates the end of a range tag.
GuidoErrCode
The guido error codes list.
Definition: GUIDOEngine.h:211
GuidoErrCode addFlat()
Add a flat to the current event.
GuidoErrCode openTag(const std::string &name, long tagID)
Add a tag to the current voice.
GuidoErrCode setOctave(int octave)
Sets the register (octave) of the current event.
GuidoErrCode setParameterUnit(const std::string &unit)
Defines the unit of the last added tag-parameter.
GuidoErrCode openChord()
Creates and open a new chord.
GuidoErrCode setParameterName(const std::string &name)
Defines the name (when applicable) of the last added tag-parameter.
GuidoErrCode closeEvent()
Closes the current event.
class_export GUIDOFactoryAdapter
Definition: GUIDOFactoryAdapter.h:31
ARHandler closeMusic()
Closes the current music score.
GuidoErrCode openVoice()
Creates and opens a new voice.
GuidoErrCode closeTag()
Closes the current tag.
GuidoErrCode openRangeTag(const std::string &name, long tagID)
Add a tag to the current voice.
GuidoErrCode addTagParameterFloat(double val)
Adds a new floating-point parameter to the current tag.
GuidoErrCode openEvent(const std::string &inEventName)
Creates and opens a new event (note or rest).
GuidoErrCode setEventAccidentals(int accident)
Sets the accidentals of the current event.
GuidoErrCode closeVoice()
Closes the current voice.
GuidoErrCode addSharp()
Adds a sharp to the current event.
GuidoErrCode insertCommata()
Begins a new chord note commata.
GuidoErrCode addTagParameterInt(int val)
Adds a new integer parameter to the current tag.
virtual ~GUIDOFactoryAdapter()
~GUIDOFactoryAdapter delete the class and close the internal factory