guitar_prometheus::ProfileEditorPanel::OverrideMode
guitar_prometheus::ProfileEditorPanel::OverrideMode
Identifies a part the panel is scoped to as an override editor (Phase 10 F10.2). More…
#include <ProfileEditorPanel.h>
Public Attributes
| Name | |
|---|---|
| std::string | scorePartId |
| std::string | partName |
Detailed Description
struct guitar_prometheus::ProfileEditorPanel::OverrideMode;Identifies a part the panel is scoped to as an override editor (Phase 10 F10.2).
When set on construction, the profile list is hidden and Save commits the form-state to Project::profileOverrides[scorePartId] rather than the global ProfileStore. Initial form-state is the existing override if there is one, falling back to the part’s bound profile, falling back to an empty profile.
Public Attributes Documentation
variable scorePartId
std::string scorePartId;variable partName
std::string partName;Updated on 2026-05-29 at 07:39:52 +0000