MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / trackOrderForTest

Method trackOrderForTest

pj_widgets/src/Timeline.cpp:1966–1972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1964}
1965
1966QList<quint64> Timeline::trackOrderForTest() const {
1967 QList<quint64> ids;
1968 for (const TimelineSpanInput& s : scene_.tracks()) {
1969 ids.push_back(s.id);
1970 }
1971 return ids;
1972}
1973
1974void Timeline::reorderForTest(int from, int drop_index) {
1975 applyTrackReorder(from, drop_index);

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64