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¶
- class simvx.core.selection.Selection[source]¶
Tracks an ordered set of selected items with change notification.
Initialization
- property items: list¶
- property count: int¶
- property primary: object | None¶
- property empty: bool¶