mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 03:35:35 +08:00
refs #785, use selection interface with views
* adjusted sortByPropertyIndex, selectObjects * function to select by row numbers
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a374146a41
commit
97137c46a6
@@ -88,7 +88,7 @@ namespace BlackGui
|
||||
virtual void customMenu(BlackGui::Menus::CMenuActions &menuActions) override;
|
||||
|
||||
//! Reselect by DB keys
|
||||
virtual void reselect(const ContainerType &selectedObjects) override;
|
||||
virtual void selectObjects(const ContainerType &selectedObjects) override;
|
||||
|
||||
//! Move selected items
|
||||
void moveSelectedItems(int order);
|
||||
|
||||
Reference in New Issue
Block a user