ardour
Public Member Functions | Public Attributes | List of all members
RoutePlusOrderKey Struct Reference

#include <route_sorter.h>

Public Member Functions

 RoutePlusOrderKey (boost::shared_ptr< ARDOUR::Route > r, uint32_t ok, uint32_t nk)
 

Public Attributes

boost::shared_ptr< ARDOUR::Routeroute
 
uint32_t old_display_order
 
uint32_t new_display_order
 

Detailed Description

Definition at line 31 of file route_sorter.h.

Constructor & Destructor Documentation

RoutePlusOrderKey::RoutePlusOrderKey ( boost::shared_ptr< ARDOUR::Route r,
uint32_t  ok,
uint32_t  nk 
)
inline

Definition at line 36 of file route_sorter.h.

Member Data Documentation

uint32_t RoutePlusOrderKey::new_display_order

Definition at line 34 of file route_sorter.h.

uint32_t RoutePlusOrderKey::old_display_order

Definition at line 33 of file route_sorter.h.

boost::shared_ptr<ARDOUR::Route> RoutePlusOrderKey::route

Definition at line 32 of file route_sorter.h.


The documentation for this struct was generated from the following file: