Feature: has_parent_scoped_list
Table of Contents
This page is one authored MASD feature in ORE Studio Variability Model ยง "Projection configuration: how an existing artefact family is shaped". Any profile that fixes this feature's value links here rather than restating its effect.
Identity
| Field | Value |
|---|---|
| Literal name | :has_parent_scoped_list: |
| Bundle | ores.cpp.qt |
| Type | bool |
| Default | false |
Effect
Paginated fetch filtered by a parent entity's key; the Client<Entity>Model constructor takes the parent key and sends it on every paginated fetch, the MdiWindow threads it through, and the controller exposes openForParent(const QString&) as its real entry point. Only meaningful alongside has_readonly_paginated_list, per Codegen entity meta-model โ C++ Qt.
Structural consequence
Yes โ changes the generated model/window/controller constructors and adds openForParent.
Used by
None yet.
See also
- ORE Studio Variability Model โ the bundle this feature belongs to.