This PR adds the missing implementation for method GraphicModel::get_system_box(int iSystem). Please note that an additional parameter socoreId had to be added, as any Document can contain many scores and then it is necessary to specify to which score is the request referring to.
Also adds a new method GraphicModel::get_num_systems(ImoId scoreId) for getting the number of systems in one score.
In addition, this PR updates some header files in which doxyfile documentation related to the graphical model has been added or some typos have been fixed.
This PR adds the missing implementation for method
GraphicModel::get_system_box(int iSystem)
. Please note that an additional parametersocoreId
had to be added, as any Document can contain many scores and then it is necessary to specify to which score is the request referring to.Also adds a new method
GraphicModel::get_num_systems(ImoId scoreId)
for getting the number of systems in one score.In addition, this PR updates some header files in which doxyfile documentation related to the graphical model has been added or some typos have been fixed.