Skip to content

ENH: Added new Selector View Mechanism

Robert M. O'Bara requested to merge bob.obara/smtk:addingSelectorView into master

This view acts like a selector in that it only displays one of its Children Views

  • Unlike a normal Group View that will display all of its Children. What determines the View to be displayed in a discrete item of the Selector Attribute.

Also added a method to ValueItemDefinition that will return the index of an enum string

Merge request reports