FeedScene
Properties
activeRegions : List[ActiveScreenRegion]
excludeMode : int
Options: {0: ‘Exclude’, 1: ‘Include’}
excludedMaps : List[Projection]
feedRects : List[FeedRect]
headConfigs : List[FeedHeadConfig]
Methods
add(self, r: FeedRect)
addHeadConfig(self, feedHeadConfig: FeedHeadConfig)
ensureHeadConfig(self, iHead: int, resolution: Int2) -> FeedHeadConfig
getUsedHeads(self) -> List[int]
importRectsFromTable(self, table: Table, clearImportedDisplays: bool)
insertHeadConfig(self, feedHeadConfig: FeedHeadConfig, idx: int)
Insert a feed head configuration at a specific index in the feed scene.
Parameters:
- feedHeadConfig: The feed head config to add to this feed scene.
- idx: Position at which to insert the configuration.
isPrimaryMachine(self, machine: Machine) -> bool
remove(self, r: FeedRect)
removeHeadConfig(self, i: int)
renderOverlays(self, localMat: Mat, headFilter: int)
Static Methods
copySelectedHeadConfigs(destination: FeedScene)
Copies feed head configuration that are selected to a given feed scene.
Parameters:
- destination: The feed scene to copy to.
currentMachines() -> List[Machine]
exportRectsAsTable(rects: List[FeedRect], path: str) -> Table
moveSelectedHeadConfigs(destination: FeedScene)
Moves feed head configuration that are selected to a given feed scene.
Parameters:
- destination: The feed scene to move to.