SceneState
final class SceneState
The observable scene state for Chord Provider
-
The selection in the editor
Declaration
Swift
var selection: NSRange = .init(location: 0, length: 0)
-
Bool to show the
print
dialog (macOS)Declaration
Swift
var showPrintDialog: Bool = false
-
The optional file location
Declaration
Swift
var file: URL?
-
Show settings (not for macOS)
Declaration
Swift
var showSettings: Bool = false
-
Present template sheet
Declaration
Swift
var presentTemplate: Bool = false
-
The optional URL for a PDF quicklook
Declaration
Swift
var quicklookURL: URL?
-
Song display options
Declaration
Swift
var songDisplayOptions: Song.DisplayOptions
-
Chord Display Options
Declaration
Swift
var chordDisplayOptions: ChordDisplayOptions
-
The current magnification scale
Declaration
Swift
var currentScale: Double = 1.0
-
Bool to show the editor or not
Declaration
Swift
var showEditor: Bool = false
-
The URL of the export PDF
Declaration
Swift
var exportURL: URL
-
Init the class
Declaration
Swift
init()
-
Chords menu
Declaration
Swift
var chordsMenu: some View
-
Chords menu
See moreDeclaration
Swift
private struct ChordsMenu: View
-
Show chords button
Declaration
Swift
var showChordsButton: some View
-
Show chords button
See moreDeclaration
Swift
private struct ShowChordsButton: View
-
Chords Position Picker
Declaration
Swift
var chordsPositionPicker: some View
-
Chords Position Picker
See moreDeclaration
Swift
private struct ChordsPositionPicker: View
-
Chords As Diagram Toggle
Declaration
Swift
var chordsAsDiagramToggle: some View
-
Chords As Diagram Toggle
See moreDeclaration
Swift
private struct ChordsAsDiagramToggle: View
-
Song Paging Picker
Declaration
Swift
var songPagingPicker: some View
-
Song Paging Picker
See moreDeclaration
Swift
private struct SongPagingPicker: View
-
Scale Slider
Declaration
Swift
var scaleSlider: some View
-
Scale Slider
See moreDeclaration
Swift
private struct ScaleSlider: View
-
Show Editor Button
Declaration
Swift
var showEditorButton: some View
-
Show Editor Button
See moreDeclaration
Swift
private struct ShowEditorButton: View
-
Transpose Menu
Declaration
Swift
var transposeMenu: some View
-
Transpose Menu
See moreDeclaration
Swift
private struct TransposeMenu: View
-
Song ShareLink
Declaration
Swift
var songShareLink: some View
-
Song ShareLink
See moreDeclaration
Swift
private struct SongShareLink: View
-
Quicklook Button
Declaration
Swift
var quicklook: some View
-
Quicklook Button
See moreDeclaration
Swift
private struct Quicklook: View
-
Show Settings Toggle
Declaration
Swift
var showSettingsToggle: some View
-
Show Settings Toggle
See moreDeclaration
Swift
private struct ShowSettingsToggle: View
-
Audio Player Buttons
Declaration
Swift
var audioPlayerButtons: some View
-
Audio Player Buttons
See moreDeclaration
Swift
private struct AudioPlayerButtons: View