- { "size", I18N_NOOP2("@label", "Size"), 1 },
- { "date", I18N_NOOP2("@label", "Date"), 2 },
- { "permissions", I18N_NOOP2("@label", "Permissions"), 4 },
- { "owner", I18N_NOOP2("@label", "Owner"), 8 },
- { "group", I18N_NOOP2("@label", "Group"), 16 },
- { "type", I18N_NOOP2("@label", "Type"), 32 },
- { "destination", I18N_NOOP2("@label", "Destination"), 64 },
- { "path", I18N_NOOP2("@label", "Path"), 128 }
+ { "size", I18N_NOOP2("@label", "Size"), DolphinView::SortBySize, 1 },
+ { "date", I18N_NOOP2("@label", "Date"), DolphinView::SortByDate, 2 },
+ { "permissions", I18N_NOOP2("@label", "Permissions"), DolphinView::SortByPermissions, 4 },
+ { "owner", I18N_NOOP2("@label", "Owner"), DolphinView::SortByOwner, 8 },
+ { "group", I18N_NOOP2("@label", "Group"), DolphinView::SortByGroup, 16 },
+ { "type", I18N_NOOP2("@label", "Type"), DolphinView::SortByType, 32 },
+ { "destination", I18N_NOOP2("@label", "Destination"), DolphinView::SortByDestination, 64 },
+ { "path", I18N_NOOP2("@label", "Path"), DolphinView::SortByPath, 128 }