Miwarre wrote the figured bass support so it will probably answer more in
details.
In the meantime, items are probably not exposed because it was no needed to
expose them so far. You can always create a public getter to access the
vector.

lasconic

2015-05-14 15:58 GMT+02:00 Jim Newton <jimka.i...@gmail.com>:

> So I looks like I can indeed iterate through the annotations on a segment
> and
> find each whose type is Element::Type::FIGURED_BASS.
> But once I get such an object, (FiguredBass *), it is not clear to me how
> to
> iterate over the FiguredBassItem objects.  The FiguredBass class indeed has
> a member variable
>
>    std::vector<FiguredBassItem*> items;      // the individual lines of the
> F.B.
>
> But it is unfortunately private.  I wonder whether that is an error?
> Shouldn't it either be public, or there should be a public iteration
> function I can call to iterate over the items?
>
> I don't immediately see any other way to access these.
>
>
>
> --
> View this message in context:
> http://dev-list.musescore.org/programmatic-access-of-figured-bass-tp7579343p7579345.html
> Sent from the MuseScore Developer mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Mscore-developer mailing list
> Mscore-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mscore-developer
>
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Mscore-developer mailing list
Mscore-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to