| 145 | } |
| 146 | |
| 147 | inline bool getSelectViewOnCreate() |
| 148 | { |
| 149 | return m_selectViewOnCreate; |
| 150 | } |
| 151 | |
| 152 | /// Returns true if and only if a->startPosition() < b->startPosition() |
| 153 | static bool comparePosition(const TrackContentObject* a, const TrackContentObject* b); |