std.lyxvision.cluster
TCluster — gemeinsamer Basistyp für Radio-Button-Gruppen und Checkbox-Gruppen. Verwaltet eine Liste von Optionen mit bit-codiertem Auswahlzustand. TRadioButtons lässt nur eine Auswahl zu; TCheckBoxes erlaubt Mehrfachauswahl.
→ lyxvision · lyxvision.group · lyxvision.dialog
Funktionen
| Signatur | Sichtbarkeit | Beschreibung |
|---|---|---|
ClusterNew(x: int64, y: int64, w: int64, h: int64, numButtons: int64): TCluster | pub | TCluster Funktionen |
ClusterSetSelected(c: TCluster, index: int64): TCluster | pub | — |
ClusterGetSelected(c: TCluster): int64 | pub | — |
ClusterMarkButton(c: TCluster, index: int64): TCluster | pub | — |
ClusterUnmarkButton(c: TCluster, index: int64): TCluster | pub | — |
ClusterIsButtonMarked(c: TCluster, index: int64): bool | pub | — |
ClusterEnableButton(c: TCluster, index: int64): TCluster | pub | — |
ClusterDisableButton(c: TCluster, index: int64): TCluster | pub | — |
ClusterIsButtonEnabled(c: TCluster, index: int64): bool | pub | — |
ClusterDraw(c: TCluster): TCluster | pub | — |
ClusterPressButton(c: TCluster, index: int64): TCluster | pub | — |
Signaturen automatisch aus std/lyxvision/cluster.lyx erzeugt (Stand 2026-08-02, lyxc 1.0.21A). Beschreibungen stammen aus den Quellkommentaren und sind teilweise unvollständig.
