Function mosaic::analysis_plugins#

Function Documentation#

inline const QVector<AnalysisPluginDesc> &mosaic::analysis_plugins()#

Every plugin, in the order the controls stack pages are built.

Order is preserved from the original combo purely so the stack’s page registration stays a straight one-line-per-plugin edit; nothing depends on it any more. Display grouping is applied at render time from category.

The first entry is load-bearing: AnalysisTabW seeds its current plugin from it at construction, and the tab’s startup visibility pass only lands correctly for a plugin whose visible widgets are the ones already visible at construction time. That is Pose today. See AnalysisTabW’s constructor.