Home
last modified time | relevance | path

Searched refs:_selectionOrder (Results 1 – 2 of 2) sorted by relevance

/dports/audio/muse-sequencer/muse-4.0.0/src/muse/
H A Dtrack.cpp228 _selectionOrder = 0; in init()
449 _selectionOrder = _selectionOrderCounter++; in setSelected()
460 _name.toLatin1().constData(), _type, _parts.size(), _selected, _selectionOrder); in dump()
2229 xml.intTag(level, "selectionOrder", _selectionOrder); in writeProperties()
2271 _selectionOrder = xml.parseInt(); in readProperties()
H A Dtrack.h137 int _selectionOrder; variable
195 int selectionOrder() const { return _selectionOrder; } in selectionOrder()