20 #ifndef __gtk2_ardour_route_sorter_h__
21 #define __gtk2_ardour_route_sorter_h__
50 std::shared_ptr<ARDOUR::Stripable>
const& a = ok_a.
stripable;
51 std::shared_ptr<ARDOUR::Stripable>
const& b = ok_b.
stripable;
std::vector< TreeOrderKey > TreeOrderKeys
bool operator()(const TreeOrderKey &ok_a, const TreeOrderKey &ok_b)
uint32_t old_display_order
std::shared_ptr< ARDOUR::Stripable > stripable
TreeOrderKey(uint32_t ok, std::shared_ptr< ARDOUR::Stripable > s)