simvx.core.selection¶
Multi-select selection system for editor use.
Module Contents¶
Classes¶
Tracks an ordered set of selected items with change notification. |
Data¶
API¶
- simvx.core.selection.log¶
‘getLogger(…)’
- class simvx.core.selection.Selection[source]¶
Tracks an ordered set of selected items with change notification.
Initialization
- select(item, *, additive: bool = False)[source]¶
Select item. If additive, toggle it; otherwise replace.