Skip to content

Add ObjectGroupPhraseContent and QueryFilterSubphraseGenerator

A new PhraseContent subclass is introduced which groups a set of persistent objects for user presentation. This ObjectGroupPhraseContent class takes resource and component filter strings plus a title and populates its children with objects that match the filters.

A new SubPhraseGenerator subclass is introduced which generates subphrases by querying the filter in ObjectGroupPhraseContent.

Now PhraseContent and DescriptivePhrase classes learn the ability to get the undecoratedContent directly via undecoratedContent() function.

Merge this MR after Aron's change to pqSMTKResourceBrowser has been merged.

Edited by Haocheng LIU

Merge request reports