Determine object type (isClass)
In the code I often se expressions like
if (e->isClass()). (eg. isJump, isMarker)
I wish to be able to do that for a new class, to be used with the playlist feature, but I simply can't find where/how these methods are defined.
Comments
See https://github.com/musescore/MuseScore/blob/38887a7825008e020a2f77f3084…
In reply to See https://github.com… by [DELETED] 5
Thanks a lot.