mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
View / model fixes / improvements
* allow upfront checking of formatter roles * selection mode menus adjusted (data approach no longer worked with CSlot) * removed unused style sheet parts * minor View/Model tweaks/formatting
This commit is contained in:
@@ -437,8 +437,12 @@ namespace BlackGui
|
||||
//! Toggle auto display flag
|
||||
void ps_toggleAutoDisplay();
|
||||
|
||||
//! Toogle between single and multi selection
|
||||
void ps_toggleSelectionMode();
|
||||
//! \name Change selection modes
|
||||
//! @{
|
||||
void ps_setMultiSelection();
|
||||
void ps_setExtendedSelection();
|
||||
void ps_setSingleSelection();
|
||||
//! @}
|
||||
|
||||
//! Clear the model
|
||||
virtual void ps_clear() { this->clear(); }
|
||||
|
||||
Reference in New Issue
Block a user