Is there a way to check if a layer (ReadLayerDesc) is selected or not?
I'm writing a filter plugin and I need a to return all the layers that are selected in a document. I am creating a pointer to a list of layers with 'gFilterRecord->documentInfo->layersDescriptor' I was hoping there would be a descriptor to check if it's selected similar to: 'layersDescriptor->isVisible'
I can't seem to find anywhere other than a 'ReadChannelDesc' that contains a 'Selection' property. Can I add this or in some way return if it's selected in the layers tab?
