|
|
Command to sort a;; TSE3::Track objects in a TSE3::Song.
See also: Command
enum SortBy { ByName, ByMuted, BySelected, ByPort, ByChannel, BySize } | SortBy |
Describes the Track sort criteria.
enum SortOrder { Ascending, Descending } | SortOrder |
Describes the Track sort order
Track_Sort (TSE3::Song *song,
SortBy by,
SortOrder order,
TSE3::App::TrackSelection *selection = 0)
| Track_Sort |
You specify the TSE3::Song to sort, and the sort parameters.
Parameters:
song | Song to sort Tracks of |
by | Sort criteria |
order | Sort order |
selection | Track selection to use for BySelected (zero if not supported) |
~Track_Sort ()
| ~Track_Sort |
[virtual]
void executeImpl ()
| executeImpl |
[protected virtual]
Reimplemented from Command for internal purposes..
void undoImpl ()
| undoImpl |
[protected virtual]
Reimplemented from Command for internal purposes..