 |
Verovio
Source code documentation
|
8 #ifndef __VRV_EDITOR_TOOLKIT_H__
9 #define __VRV_EDITOR_TOOLKIT_H__
45 virtual std::string
EditInfo() {
return m_editInfo.json(); }
50 jsonxx::Object m_editInfo;
This class is a hold the data and corresponds to the model of a MVC design pattern.
Definition: doc.h:41
This class is a drawing context and corresponds to the view of a MVC design pattern.
Definition: view.h:105