- /* If the owner group is the top group, then all its interfaces are at top level => force them to be top.
- If not, force them to be basic
- */
- if (((GroupBlock*)_owner)->isTop()) {
- level = AbstractInterface::Top;
- }
- else {
- level = AbstractInterface::Basic;
- }