probe

package
v0.0.0-...-7ac92b4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2024 License: MIT Imports: 20 Imported by: 0

Documentation

Overview

generated code - do not edit

generated code - do not edit

generated code - do not edit

generated code - do not edit

generated code - do not edit

generated code - do not edit

generated code - do not edit

generated code - do not edit

generated code - do not edit

generated code - do not edit

generated code - do not edit

generated code - do not edit

generated code - do not edit

generated code - do not edit

generated code - do not edit

generated code - do not edit

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssociationFieldToForm

func AssociationFieldToForm[FieldType models.PointerToGongstruct](
	fieldName string, field FieldType, formGroup *form.FormGroup, probe *Probe,
)

AssociationFieldToForm will append a div to the form with the values of options equal to the name of each possible instances in the association type

func AssociationReverseFieldToForm

func AssociationReverseFieldToForm[OwnerType models.PointerToGongstruct, FieldType models.PointerToGongstruct](
	owner OwnerType,
	fieldName string,
	instance FieldType,
	formGroup *form.FormGroup,
	probe *Probe,
)

func AssociationSliceToForm

func AssociationSliceToForm[InstanceType models.PointerToGongstruct, FieldType models.PointerToGongstruct](
	fieldName string,
	instance InstanceType,
	field *[]FieldType,
	formGroup *form.FormGroup,
	probe *Probe,
)

AssociationSliceToForm add a form div with 2 buttons - one for selection - one for sorting

func BasicFieldtoForm

func BasicFieldtoForm[T models.PointerToGongstruct, TF models.GongtructBasicField](
	fieldName string, field TF, instance T, formStage *form.StageStruct, formGroup *form.FormGroup,
	isTextArea bool, isBespokeWidth bool, bespokeWidth int, isBespokeHeight bool, bespokeHeight int,
)

func EnumTypeIntToForm

func EnumTypeIntToForm[T models.PointerToGongstruct, TF models.GongstructEnumIntField](
	fieldName string, field TF, instance T, formStage *form.StageStruct, formGroup *form.FormGroup,
)

func EnumTypeStringToForm

func EnumTypeStringToForm[T models.PointerToGongstruct, TF models.GongstructEnumStringField](
	fieldName string, field TF, instance T, formStage *form.StageStruct, formGroup *form.FormGroup,
)

func FillUpForm

func FillUpForm[T models.Gongstruct](
	instance *T,
	formGroup *form.FormGroup,
	probe *Probe,
)

func FillUpFormFromGongstruct

func FillUpFormFromGongstruct[T models.Gongstruct](instance *T, probe *Probe)

func FillUpFormFromGongstructName

func FillUpFormFromGongstructName(
	probe *Probe,
	gongstructName string,
	isNewInstance bool,
)

func FillUpNamedFormFromGongstruct

func FillUpNamedFormFromGongstruct[T models.Gongstruct](instance *T, probe *Probe, formStage *gongtable.StageStruct, formName string)

func FormDivBasicFieldToField

func FormDivBasicFieldToField[TF models.GongtructBasicField](field *TF, formDiv *form.FormDiv)

func FormDivEnumIntFieldToField

func FormDivEnumIntFieldToField[TF models.PointerToGongstructEnumIntField](field TF, formDiv *form.FormDiv)

func FormDivEnumStringFieldToField

func FormDivEnumStringFieldToField[TF models.PointerToGongstructEnumStringField](field TF, formDiv *form.FormDiv)

func FormDivSelectFieldToField

func FormDivSelectFieldToField[TF models.PointerToGongstruct](field *TF, stageOfInterest *models.StageStruct, formDiv *form.FormDiv)

Types

type AccidentalFormCallback

type AccidentalFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*AccidentalFormCallback) OnSave

func (accidentalFormCallback *AccidentalFormCallback) OnSave()

type Accidental_markFormCallback

type Accidental_markFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Accidental_markFormCallback) OnSave

func (accidental_markFormCallback *Accidental_markFormCallback) OnSave()

type Accidental_textFormCallback

type Accidental_textFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Accidental_textFormCallback) OnSave

func (accidental_textFormCallback *Accidental_textFormCallback) OnSave()

type AccordFormCallback

type AccordFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*AccordFormCallback) OnSave

func (accordFormCallback *AccordFormCallback) OnSave()

type Accordion_registrationFormCallback

type Accordion_registrationFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Accordion_registrationFormCallback) OnSave

func (accordion_registrationFormCallback *Accordion_registrationFormCallback) OnSave()

type AnyTypeFormCallback

type AnyTypeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*AnyTypeFormCallback) OnSave

func (anytypeFormCallback *AnyTypeFormCallback) OnSave()

type AppearanceFormCallback

type AppearanceFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*AppearanceFormCallback) OnSave

func (appearanceFormCallback *AppearanceFormCallback) OnSave()

type ArpeggiateFormCallback

type ArpeggiateFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*ArpeggiateFormCallback) OnSave

func (arpeggiateFormCallback *ArpeggiateFormCallback) OnSave()

type ArrowFormCallback

type ArrowFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*ArrowFormCallback) OnSave

func (arrowFormCallback *ArrowFormCallback) OnSave()

type ArticulationsFormCallback

type ArticulationsFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*ArticulationsFormCallback) OnSave

func (articulationsFormCallback *ArticulationsFormCallback) OnSave()

type AssessFormCallback

type AssessFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*AssessFormCallback) OnSave

func (assessFormCallback *AssessFormCallback) OnSave()

type AttributesFormCallback

type AttributesFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*AttributesFormCallback) OnSave

func (attributesFormCallback *AttributesFormCallback) OnSave()

type BackupFormCallback

type BackupFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*BackupFormCallback) OnSave

func (backupFormCallback *BackupFormCallback) OnSave()

type Bar_style_colorFormCallback

type Bar_style_colorFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Bar_style_colorFormCallback) OnSave

func (bar_style_colorFormCallback *Bar_style_colorFormCallback) OnSave()

type BarlineFormCallback

type BarlineFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*BarlineFormCallback) OnSave

func (barlineFormCallback *BarlineFormCallback) OnSave()

type BarreFormCallback

type BarreFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*BarreFormCallback) OnSave

func (barreFormCallback *BarreFormCallback) OnSave()

type BassFormCallback

type BassFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*BassFormCallback) OnSave

func (bassFormCallback *BassFormCallback) OnSave()

type Bass_stepFormCallback

type Bass_stepFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Bass_stepFormCallback) OnSave

func (bass_stepFormCallback *Bass_stepFormCallback) OnSave()

type BeamFormCallback

type BeamFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*BeamFormCallback) OnSave

func (beamFormCallback *BeamFormCallback) OnSave()

type Beat_repeatFormCallback

type Beat_repeatFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Beat_repeatFormCallback) OnSave

func (beat_repeatFormCallback *Beat_repeatFormCallback) OnSave()

type Beat_unit_tiedFormCallback

type Beat_unit_tiedFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Beat_unit_tiedFormCallback) OnSave

func (beat_unit_tiedFormCallback *Beat_unit_tiedFormCallback) OnSave()

type BeaterFormCallback

type BeaterFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*BeaterFormCallback) OnSave

func (beaterFormCallback *BeaterFormCallback) OnSave()

type BendFormCallback

type BendFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*BendFormCallback) OnSave

func (bendFormCallback *BendFormCallback) OnSave()

type BookmarkFormCallback

type BookmarkFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*BookmarkFormCallback) OnSave

func (bookmarkFormCallback *BookmarkFormCallback) OnSave()

type BracketFormCallback

type BracketFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*BracketFormCallback) OnSave

func (bracketFormCallback *BracketFormCallback) OnSave()

type Breath_markFormCallback

type Breath_markFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Breath_markFormCallback) OnSave

func (breath_markFormCallback *Breath_markFormCallback) OnSave()

type ButtonImplGongstruct

type ButtonImplGongstruct struct {
	Icon gongtree_buttons.ButtonType
	// contains filtered or unexported fields
}

func NewButtonImplGongstruct

func NewButtonImplGongstruct(
	gongStruct *gong_models.GongStruct,
	icon gongtree_buttons.ButtonType,
	probe *Probe,
) (buttonImplGongstruct *ButtonImplGongstruct)

func (*ButtonImplGongstruct) ButtonUpdated

func (buttonImpl *ButtonImplGongstruct) ButtonUpdated(
	gongtreeStage *gongtree_models.StageStruct,
	stageButton, front *gongtree_models.Button)

type ButtonImplRefresh

type ButtonImplRefresh struct {
	// contains filtered or unexported fields
}

func NewButtonImplRefresh

func NewButtonImplRefresh(
	probe *Probe,
) (buttonImplRefresh *ButtonImplRefresh)

func (*ButtonImplRefresh) ButtonUpdated

func (buttonImpl *ButtonImplRefresh) ButtonUpdated(
	gongtreeStage *gongtree_models.StageStruct,
	stageButton, front *gongtree_models.Button)

type CaesuraFormCallback

type CaesuraFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*CaesuraFormCallback) OnSave

func (caesuraFormCallback *CaesuraFormCallback) OnSave()

type CancelFormCallback

type CancelFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*CancelFormCallback) OnSave

func (cancelFormCallback *CancelFormCallback) OnSave()

type CellDeleteIconImpl

type CellDeleteIconImpl[T models.Gongstruct] struct {
	Instance *T
	// contains filtered or unexported fields
}

func NewCellDeleteIconImpl

func NewCellDeleteIconImpl[T models.Gongstruct](
	Instance *T,
	probe *Probe,
) (cellDeleteIconImpl *CellDeleteIconImpl[T])

func (*CellDeleteIconImpl[T]) CellIconUpdated

func (cellDeleteIconImpl *CellDeleteIconImpl[T]) CellIconUpdated(stage *gongtable.StageStruct,
	row, updatedCellIcon *gongtable.CellIcon)

type ClefFormCallback

type ClefFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*ClefFormCallback) OnSave

func (clefFormCallback *ClefFormCallback) OnSave()

type CodaFormCallback

type CodaFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*CodaFormCallback) OnSave

func (codaFormCallback *CodaFormCallback) OnSave()

type CreditFormCallback

type CreditFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*CreditFormCallback) OnSave

func (creditFormCallback *CreditFormCallback) OnSave()

type DashesFormCallback

type DashesFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*DashesFormCallback) OnSave

func (dashesFormCallback *DashesFormCallback) OnSave()

type DefaultsFormCallback

type DefaultsFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*DefaultsFormCallback) OnSave

func (defaultsFormCallback *DefaultsFormCallback) OnSave()

type DegreeFormCallback

type DegreeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*DegreeFormCallback) OnSave

func (degreeFormCallback *DegreeFormCallback) OnSave()

type Degree_alterFormCallback

type Degree_alterFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Degree_alterFormCallback) OnSave

func (degree_alterFormCallback *Degree_alterFormCallback) OnSave()

type Degree_typeFormCallback

type Degree_typeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Degree_typeFormCallback) OnSave

func (degree_typeFormCallback *Degree_typeFormCallback) OnSave()

type Degree_valueFormCallback

type Degree_valueFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Degree_valueFormCallback) OnSave

func (degree_valueFormCallback *Degree_valueFormCallback) OnSave()

type DirectionFormCallback

type DirectionFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*DirectionFormCallback) OnSave

func (directionFormCallback *DirectionFormCallback) OnSave()

type Direction_typeFormCallback

type Direction_typeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Direction_typeFormCallback) OnSave

func (direction_typeFormCallback *Direction_typeFormCallback) OnSave()

type DistanceFormCallback

type DistanceFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*DistanceFormCallback) OnSave

func (distanceFormCallback *DistanceFormCallback) OnSave()

type DoubleFormCallback

type DoubleFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*DoubleFormCallback) OnSave

func (doubleFormCallback *DoubleFormCallback) OnSave()

type DynamicsFormCallback

type DynamicsFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*DynamicsFormCallback) OnSave

func (dynamicsFormCallback *DynamicsFormCallback) OnSave()

type EffectFormCallback

type EffectFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*EffectFormCallback) OnSave

func (effectFormCallback *EffectFormCallback) OnSave()

type ElisionFormCallback

type ElisionFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*ElisionFormCallback) OnSave

func (elisionFormCallback *ElisionFormCallback) OnSave()

type EmptyFormCallback

type EmptyFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*EmptyFormCallback) OnSave

func (emptyFormCallback *EmptyFormCallback) OnSave()

type Empty_fontFormCallback

type Empty_fontFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Empty_fontFormCallback) OnSave

func (empty_fontFormCallback *Empty_fontFormCallback) OnSave()

type Empty_lineFormCallback

type Empty_lineFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Empty_lineFormCallback) OnSave

func (empty_lineFormCallback *Empty_lineFormCallback) OnSave()

type Empty_placementFormCallback

type Empty_placementFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Empty_placementFormCallback) OnSave

func (empty_placementFormCallback *Empty_placementFormCallback) OnSave()

type Empty_placement_smuflFormCallback

type Empty_placement_smuflFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Empty_placement_smuflFormCallback) OnSave

func (empty_placement_smuflFormCallback *Empty_placement_smuflFormCallback) OnSave()

type Empty_print_object_style_alignFormCallback

type Empty_print_object_style_alignFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Empty_print_object_style_alignFormCallback) OnSave

func (empty_print_object_style_alignFormCallback *Empty_print_object_style_alignFormCallback) OnSave()

type Empty_print_styleFormCallback

type Empty_print_styleFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Empty_print_styleFormCallback) OnSave

func (empty_print_styleFormCallback *Empty_print_styleFormCallback) OnSave()

type Empty_print_style_alignFormCallback

type Empty_print_style_alignFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Empty_print_style_alignFormCallback) OnSave

func (empty_print_style_alignFormCallback *Empty_print_style_alignFormCallback) OnSave()

type Empty_print_style_align_idFormCallback

type Empty_print_style_align_idFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Empty_print_style_align_idFormCallback) OnSave

func (empty_print_style_align_idFormCallback *Empty_print_style_align_idFormCallback) OnSave()

type Empty_trill_soundFormCallback

type Empty_trill_soundFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Empty_trill_soundFormCallback) OnSave

func (empty_trill_soundFormCallback *Empty_trill_soundFormCallback) OnSave()

type EncodingFormCallback

type EncodingFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*EncodingFormCallback) OnSave

func (encodingFormCallback *EncodingFormCallback) OnSave()

type EndingFormCallback

type EndingFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*EndingFormCallback) OnSave

func (endingFormCallback *EndingFormCallback) OnSave()

type ExtendFormCallback

type ExtendFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*ExtendFormCallback) OnSave

func (extendFormCallback *ExtendFormCallback) OnSave()

type FeatureFormCallback

type FeatureFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*FeatureFormCallback) OnSave

func (featureFormCallback *FeatureFormCallback) OnSave()

type FermataFormCallback

type FermataFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*FermataFormCallback) OnSave

func (fermataFormCallback *FermataFormCallback) OnSave()

type FigureFormCallback

type FigureFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*FigureFormCallback) OnSave

func (figureFormCallback *FigureFormCallback) OnSave()

type Figured_bassFormCallback

type Figured_bassFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Figured_bassFormCallback) OnSave

func (figured_bassFormCallback *Figured_bassFormCallback) OnSave()

type FingeringFormCallback

type FingeringFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*FingeringFormCallback) OnSave

func (fingeringFormCallback *FingeringFormCallback) OnSave()

type First_fretFormCallback

type First_fretFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*First_fretFormCallback) OnSave

func (first_fretFormCallback *First_fretFormCallback) OnSave()

type FooFormCallback

type FooFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*FooFormCallback) OnSave

func (fooFormCallback *FooFormCallback) OnSave()

type For_partFormCallback

type For_partFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*For_partFormCallback) OnSave

func (for_partFormCallback *For_partFormCallback) OnSave()

type Formatted_symbolFormCallback

type Formatted_symbolFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Formatted_symbolFormCallback) OnSave

func (formatted_symbolFormCallback *Formatted_symbolFormCallback) OnSave()

type Formatted_symbol_idFormCallback

type Formatted_symbol_idFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Formatted_symbol_idFormCallback) OnSave

func (formatted_symbol_idFormCallback *Formatted_symbol_idFormCallback) OnSave()

type ForwardFormCallback

type ForwardFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*ForwardFormCallback) OnSave

func (forwardFormCallback *ForwardFormCallback) OnSave()

type FrameFormCallback

type FrameFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*FrameFormCallback) OnSave

func (frameFormCallback *FrameFormCallback) OnSave()

type Frame_noteFormCallback

type Frame_noteFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Frame_noteFormCallback) OnSave

func (frame_noteFormCallback *Frame_noteFormCallback) OnSave()

type FretFormCallback

type FretFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*FretFormCallback) OnSave

func (fretFormCallback *FretFormCallback) OnSave()

type GlassFormCallback

type GlassFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*GlassFormCallback) OnSave

func (glassFormCallback *GlassFormCallback) OnSave()

type GlissandoFormCallback

type GlissandoFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*GlissandoFormCallback) OnSave

func (glissandoFormCallback *GlissandoFormCallback) OnSave()

type GlyphFormCallback

type GlyphFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*GlyphFormCallback) OnSave

func (glyphFormCallback *GlyphFormCallback) OnSave()

type GraceFormCallback

type GraceFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*GraceFormCallback) OnSave

func (graceFormCallback *GraceFormCallback) OnSave()

type Group_barlineFormCallback

type Group_barlineFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Group_barlineFormCallback) OnSave

func (group_barlineFormCallback *Group_barlineFormCallback) OnSave()

type Group_symbolFormCallback

type Group_symbolFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Group_symbolFormCallback) OnSave

func (group_symbolFormCallback *Group_symbolFormCallback) OnSave()

type GroupingFormCallback

type GroupingFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*GroupingFormCallback) OnSave

func (groupingFormCallback *GroupingFormCallback) OnSave()

type Hammer_on_pull_offFormCallback

type Hammer_on_pull_offFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Hammer_on_pull_offFormCallback) OnSave

func (hammer_on_pull_offFormCallback *Hammer_on_pull_offFormCallback) OnSave()

type HandbellFormCallback

type HandbellFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*HandbellFormCallback) OnSave

func (handbellFormCallback *HandbellFormCallback) OnSave()

type Harmon_closedFormCallback

type Harmon_closedFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Harmon_closedFormCallback) OnSave

func (harmon_closedFormCallback *Harmon_closedFormCallback) OnSave()

type Harmon_muteFormCallback

type Harmon_muteFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Harmon_muteFormCallback) OnSave

func (harmon_muteFormCallback *Harmon_muteFormCallback) OnSave()

type HarmonicFormCallback

type HarmonicFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*HarmonicFormCallback) OnSave

func (harmonicFormCallback *HarmonicFormCallback) OnSave()

type HarmonyFormCallback

type HarmonyFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*HarmonyFormCallback) OnSave

func (harmonyFormCallback *HarmonyFormCallback) OnSave()

type Harmony_alterFormCallback

type Harmony_alterFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Harmony_alterFormCallback) OnSave

func (harmony_alterFormCallback *Harmony_alterFormCallback) OnSave()

type Harp_pedalsFormCallback

type Harp_pedalsFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Harp_pedalsFormCallback) OnSave

func (harp_pedalsFormCallback *Harp_pedalsFormCallback) OnSave()

type Heel_toeFormCallback

type Heel_toeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Heel_toeFormCallback) OnSave

func (heel_toeFormCallback *Heel_toeFormCallback) OnSave()

type HoleFormCallback

type HoleFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*HoleFormCallback) OnSave

func (holeFormCallback *HoleFormCallback) OnSave()

type Hole_closedFormCallback

type Hole_closedFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Hole_closedFormCallback) OnSave

func (hole_closedFormCallback *Hole_closedFormCallback) OnSave()

type Horizontal_turnFormCallback

type Horizontal_turnFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Horizontal_turnFormCallback) OnSave

func (horizontal_turnFormCallback *Horizontal_turnFormCallback) OnSave()

type IdentificationFormCallback

type IdentificationFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*IdentificationFormCallback) OnSave

func (identificationFormCallback *IdentificationFormCallback) OnSave()

type ImageFormCallback

type ImageFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*ImageFormCallback) OnSave

func (imageFormCallback *ImageFormCallback) OnSave()

type InstanceNodeCallback

type InstanceNodeCallback[T models.Gongstruct] struct {
	Instance *T
	// contains filtered or unexported fields
}

func NewInstanceNodeCallback

func NewInstanceNodeCallback[T models.Gongstruct](
	instance *T,
	gongstructName string,
	probe *Probe) (
	instanceNodeCallback *InstanceNodeCallback[T],
)

func (*InstanceNodeCallback[T]) OnAfterUpdate

func (instanceNodeCallback *InstanceNodeCallback[T]) OnAfterUpdate(
	gongtreeStage *tree.StageStruct,
	stagedNode, frontNode *tree.Node)

type InstrumentFormCallback

type InstrumentFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*InstrumentFormCallback) OnSave

func (instrumentFormCallback *InstrumentFormCallback) OnSave()

type Instrument_changeFormCallback

type Instrument_changeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Instrument_changeFormCallback) OnSave

func (instrument_changeFormCallback *Instrument_changeFormCallback) OnSave()

type Instrument_linkFormCallback

type Instrument_linkFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Instrument_linkFormCallback) OnSave

func (instrument_linkFormCallback *Instrument_linkFormCallback) OnSave()

type InterchangeableFormCallback

type InterchangeableFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*InterchangeableFormCallback) OnSave

func (interchangeableFormCallback *InterchangeableFormCallback) OnSave()

type InversionFormCallback

type InversionFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*InversionFormCallback) OnSave

func (inversionFormCallback *InversionFormCallback) OnSave()

type KeyFormCallback

type KeyFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*KeyFormCallback) OnSave

func (keyFormCallback *KeyFormCallback) OnSave()

type Key_accidentalFormCallback

type Key_accidentalFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Key_accidentalFormCallback) OnSave

func (key_accidentalFormCallback *Key_accidentalFormCallback) OnSave()

type Key_octaveFormCallback

type Key_octaveFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Key_octaveFormCallback) OnSave

func (key_octaveFormCallback *Key_octaveFormCallback) OnSave()

type KindFormCallback

type KindFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*KindFormCallback) OnSave

func (kindFormCallback *KindFormCallback) OnSave()

type LevelFormCallback

type LevelFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*LevelFormCallback) OnSave

func (levelFormCallback *LevelFormCallback) OnSave()

type Line_detailFormCallback

type Line_detailFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Line_detailFormCallback) OnSave

func (line_detailFormCallback *Line_detailFormCallback) OnSave()

type Line_widthFormCallback

type Line_widthFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Line_widthFormCallback) OnSave

func (line_widthFormCallback *Line_widthFormCallback) OnSave()

type LinkFormCallback

type LinkFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*LinkFormCallback) OnSave

func (linkFormCallback *LinkFormCallback) OnSave()

type ListenFormCallback

type ListenFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*ListenFormCallback) OnSave

func (listenFormCallback *ListenFormCallback) OnSave()

type ListeningFormCallback

type ListeningFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*ListeningFormCallback) OnSave

func (listeningFormCallback *ListeningFormCallback) OnSave()

type LyricFormCallback

type LyricFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*LyricFormCallback) OnSave

func (lyricFormCallback *LyricFormCallback) OnSave()

type Lyric_fontFormCallback

type Lyric_fontFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Lyric_fontFormCallback) OnSave

func (lyric_fontFormCallback *Lyric_fontFormCallback) OnSave()

type Lyric_languageFormCallback

type Lyric_languageFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Lyric_languageFormCallback) OnSave

func (lyric_languageFormCallback *Lyric_languageFormCallback) OnSave()

type Measure_layoutFormCallback

type Measure_layoutFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Measure_layoutFormCallback) OnSave

func (measure_layoutFormCallback *Measure_layoutFormCallback) OnSave()

type Measure_numberingFormCallback

type Measure_numberingFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Measure_numberingFormCallback) OnSave

func (measure_numberingFormCallback *Measure_numberingFormCallback) OnSave()

type Measure_repeatFormCallback

type Measure_repeatFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Measure_repeatFormCallback) OnSave

func (measure_repeatFormCallback *Measure_repeatFormCallback) OnSave()

type Measure_styleFormCallback

type Measure_styleFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Measure_styleFormCallback) OnSave

func (measure_styleFormCallback *Measure_styleFormCallback) OnSave()

type MembraneFormCallback

type MembraneFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*MembraneFormCallback) OnSave

func (membraneFormCallback *MembraneFormCallback) OnSave()

type MetalFormCallback

type MetalFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*MetalFormCallback) OnSave

func (metalFormCallback *MetalFormCallback) OnSave()

type MetronomeFormCallback

type MetronomeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*MetronomeFormCallback) OnSave

func (metronomeFormCallback *MetronomeFormCallback) OnSave()

type Metronome_beamFormCallback

type Metronome_beamFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Metronome_beamFormCallback) OnSave

func (metronome_beamFormCallback *Metronome_beamFormCallback) OnSave()

type Metronome_noteFormCallback

type Metronome_noteFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Metronome_noteFormCallback) OnSave

func (metronome_noteFormCallback *Metronome_noteFormCallback) OnSave()

type Metronome_tiedFormCallback

type Metronome_tiedFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Metronome_tiedFormCallback) OnSave

func (metronome_tiedFormCallback *Metronome_tiedFormCallback) OnSave()

type Metronome_tupletFormCallback

type Metronome_tupletFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Metronome_tupletFormCallback) OnSave

func (metronome_tupletFormCallback *Metronome_tupletFormCallback) OnSave()

type Midi_deviceFormCallback

type Midi_deviceFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Midi_deviceFormCallback) OnSave

func (midi_deviceFormCallback *Midi_deviceFormCallback) OnSave()

type Midi_instrumentFormCallback

type Midi_instrumentFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Midi_instrumentFormCallback) OnSave

func (midi_instrumentFormCallback *Midi_instrumentFormCallback) OnSave()

type MiscellaneousFormCallback

type MiscellaneousFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*MiscellaneousFormCallback) OnSave

func (miscellaneousFormCallback *MiscellaneousFormCallback) OnSave()

type Miscellaneous_fieldFormCallback

type Miscellaneous_fieldFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Miscellaneous_fieldFormCallback) OnSave

func (miscellaneous_fieldFormCallback *Miscellaneous_fieldFormCallback) OnSave()

type MordentFormCallback

type MordentFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*MordentFormCallback) OnSave

func (mordentFormCallback *MordentFormCallback) OnSave()

type Multiple_restFormCallback

type Multiple_restFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Multiple_restFormCallback) OnSave

func (multiple_restFormCallback *Multiple_restFormCallback) OnSave()

type Name_displayFormCallback

type Name_displayFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Name_displayFormCallback) OnSave

func (name_displayFormCallback *Name_displayFormCallback) OnSave()

type Non_arpeggiateFormCallback

type Non_arpeggiateFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Non_arpeggiateFormCallback) OnSave

func (non_arpeggiateFormCallback *Non_arpeggiateFormCallback) OnSave()

type NotationsFormCallback

type NotationsFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*NotationsFormCallback) OnSave

func (notationsFormCallback *NotationsFormCallback) OnSave()

type NoteFormCallback

type NoteFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*NoteFormCallback) OnSave

func (noteFormCallback *NoteFormCallback) OnSave()

type Note_sizeFormCallback

type Note_sizeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Note_sizeFormCallback) OnSave

func (note_sizeFormCallback *Note_sizeFormCallback) OnSave()

type Note_typeFormCallback

type Note_typeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Note_typeFormCallback) OnSave

func (note_typeFormCallback *Note_typeFormCallback) OnSave()

type NoteheadFormCallback

type NoteheadFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*NoteheadFormCallback) OnSave

func (noteheadFormCallback *NoteheadFormCallback) OnSave()

type Notehead_textFormCallback

type Notehead_textFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Notehead_textFormCallback) OnSave

func (notehead_textFormCallback *Notehead_textFormCallback) OnSave()

type NumeralFormCallback

type NumeralFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*NumeralFormCallback) OnSave

func (numeralFormCallback *NumeralFormCallback) OnSave()

type Numeral_keyFormCallback

type Numeral_keyFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Numeral_keyFormCallback) OnSave

func (numeral_keyFormCallback *Numeral_keyFormCallback) OnSave()

type Numeral_rootFormCallback

type Numeral_rootFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Numeral_rootFormCallback) OnSave

func (numeral_rootFormCallback *Numeral_rootFormCallback) OnSave()

type Octave_shiftFormCallback

type Octave_shiftFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Octave_shiftFormCallback) OnSave

func (octave_shiftFormCallback *Octave_shiftFormCallback) OnSave()

type OffsetFormCallback

type OffsetFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*OffsetFormCallback) OnSave

func (offsetFormCallback *OffsetFormCallback) OnSave()

type OnAssocEditon

type OnAssocEditon[InstanceType models.PointerToGongstruct, FieldType models.PointerToGongstruct] struct {
	// contains filtered or unexported fields
}

func NewOnAssocEditon

func NewOnAssocEditon[InstanceType models.PointerToGongstruct, FieldType models.PointerToGongstruct](
	instance InstanceType,
	field *[]FieldType,
	fieldName string,
	probe *Probe,
) (onAssocEdition *OnAssocEditon[InstanceType, FieldType])

func (*OnAssocEditon[InstanceType, FieldType]) OnButtonPressed

func (onAssocEditon *OnAssocEditon[InstanceType, FieldType]) OnButtonPressed()

type OnSortingEditon

type OnSortingEditon[InstanceType models.PointerToGongstruct, FieldType models.PointerToGongstruct] struct {
	// contains filtered or unexported fields
}

func NewOnSortingEditon

func NewOnSortingEditon[InstanceType models.PointerToGongstruct, FieldType models.PointerToGongstruct](
	instance InstanceType,
	field *[]FieldType,
	probe *Probe,
) (onSortingEdition *OnSortingEditon[InstanceType, FieldType])

func (*OnSortingEditon[InstanceType, FieldType]) OnButtonPressed

func (onSortingEditon *OnSortingEditon[InstanceType, FieldType]) OnButtonPressed()

type OpusFormCallback

type OpusFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*OpusFormCallback) OnSave

func (opusFormCallback *OpusFormCallback) OnSave()

type OrnamentsFormCallback

type OrnamentsFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*OrnamentsFormCallback) OnSave

func (ornamentsFormCallback *OrnamentsFormCallback) OnSave()

type Other_appearanceFormCallback

type Other_appearanceFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Other_appearanceFormCallback) OnSave

func (other_appearanceFormCallback *Other_appearanceFormCallback) OnSave()

type Other_listeningFormCallback

type Other_listeningFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Other_listeningFormCallback) OnSave

func (other_listeningFormCallback *Other_listeningFormCallback) OnSave()

type Other_notationFormCallback

type Other_notationFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Other_notationFormCallback) OnSave

func (other_notationFormCallback *Other_notationFormCallback) OnSave()

type Other_playFormCallback

type Other_playFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Other_playFormCallback) OnSave

func (other_playFormCallback *Other_playFormCallback) OnSave()

type Page_layoutFormCallback

type Page_layoutFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Page_layoutFormCallback) OnSave

func (page_layoutFormCallback *Page_layoutFormCallback) OnSave()

type Page_marginsFormCallback

type Page_marginsFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Page_marginsFormCallback) OnSave

func (page_marginsFormCallback *Page_marginsFormCallback) OnSave()

type Part_clefFormCallback

type Part_clefFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Part_clefFormCallback) OnSave

func (part_clefFormCallback *Part_clefFormCallback) OnSave()

type Part_groupFormCallback

type Part_groupFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Part_groupFormCallback) OnSave

func (part_groupFormCallback *Part_groupFormCallback) OnSave()

type Part_linkFormCallback

type Part_linkFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Part_linkFormCallback) OnSave

func (part_linkFormCallback *Part_linkFormCallback) OnSave()

type Part_listFormCallback

type Part_listFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Part_listFormCallback) OnSave

func (part_listFormCallback *Part_listFormCallback) OnSave()

type Part_symbolFormCallback

type Part_symbolFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Part_symbolFormCallback) OnSave

func (part_symbolFormCallback *Part_symbolFormCallback) OnSave()

type Part_transposeFormCallback

type Part_transposeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Part_transposeFormCallback) OnSave

func (part_transposeFormCallback *Part_transposeFormCallback) OnSave()

type PedalFormCallback

type PedalFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*PedalFormCallback) OnSave

func (pedalFormCallback *PedalFormCallback) OnSave()

type Pedal_tuningFormCallback

type Pedal_tuningFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Pedal_tuningFormCallback) OnSave

func (pedal_tuningFormCallback *Pedal_tuningFormCallback) OnSave()

type PercussionFormCallback

type PercussionFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*PercussionFormCallback) OnSave

func (percussionFormCallback *PercussionFormCallback) OnSave()

type PitchFormCallback

type PitchFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*PitchFormCallback) OnSave

func (pitchFormCallback *PitchFormCallback) OnSave()

type PitchedFormCallback

type PitchedFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*PitchedFormCallback) OnSave

func (pitchedFormCallback *PitchedFormCallback) OnSave()

type PlayFormCallback

type PlayFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*PlayFormCallback) OnSave

func (playFormCallback *PlayFormCallback) OnSave()

type PlayerFormCallback

type PlayerFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*PlayerFormCallback) OnSave

func (playerFormCallback *PlayerFormCallback) OnSave()

type Principal_voiceFormCallback

type Principal_voiceFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Principal_voiceFormCallback) OnSave

func (principal_voiceFormCallback *Principal_voiceFormCallback) OnSave()

type PrintFormCallback

type PrintFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*PrintFormCallback) OnSave

func (printFormCallback *PrintFormCallback) OnSave()

type Probe

type Probe struct {
	// contains filtered or unexported fields
}

func NewProbe

func NewProbe(
	r *gin.Engine,
	goModelsDir embed.FS,
	goDiagramsDir embed.FS,
	embeddedDiagrams bool,
	stackPath string,
	stageOfInterest *models.StageStruct,
	backRepoOfInterest *orm.BackRepoStruct) (probe *Probe)

func (*Probe) GetFormStage

func (probe *Probe) GetFormStage() *form.StageStruct

func (*Probe) Refresh

func (probe *Probe) Refresh()

type ReleaseFormCallback

type ReleaseFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*ReleaseFormCallback) OnSave

func (releaseFormCallback *ReleaseFormCallback) OnSave()

type RepeatFormCallback

type RepeatFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*RepeatFormCallback) OnSave

func (repeatFormCallback *RepeatFormCallback) OnSave()

type RestFormCallback

type RestFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*RestFormCallback) OnSave

func (restFormCallback *RestFormCallback) OnSave()

type RootFormCallback

type RootFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*RootFormCallback) OnSave

func (rootFormCallback *RootFormCallback) OnSave()

type Root_stepFormCallback

type Root_stepFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Root_stepFormCallback) OnSave

func (root_stepFormCallback *Root_stepFormCallback) OnSave()

type RowUpdate

type RowUpdate[T models.Gongstruct] struct {
	Instance *T
	// contains filtered or unexported fields
}

func NewRowUpdate

func NewRowUpdate[T models.Gongstruct](
	Instance *T,
	probe *Probe,
) (rowUpdate *RowUpdate[T])

func (*RowUpdate[T]) RowUpdated

func (rowUpdate *RowUpdate[T]) RowUpdated(stage *gongtable.StageStruct, row, updatedRow *gongtable.Row)

type ScalingFormCallback

type ScalingFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*ScalingFormCallback) OnSave

func (scalingFormCallback *ScalingFormCallback) OnSave()

type ScordaturaFormCallback

type ScordaturaFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*ScordaturaFormCallback) OnSave

func (scordaturaFormCallback *ScordaturaFormCallback) OnSave()

type Score_instrumentFormCallback

type Score_instrumentFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Score_instrumentFormCallback) OnSave

func (score_instrumentFormCallback *Score_instrumentFormCallback) OnSave()

type Score_partFormCallback

type Score_partFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Score_partFormCallback) OnSave

func (score_partFormCallback *Score_partFormCallback) OnSave()

type Score_partwiseFormCallback

type Score_partwiseFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Score_partwiseFormCallback) OnSave

func (score_partwiseFormCallback *Score_partwiseFormCallback) OnSave()

type Score_timewiseFormCallback

type Score_timewiseFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Score_timewiseFormCallback) OnSave

func (score_timewiseFormCallback *Score_timewiseFormCallback) OnSave()

type SegnoFormCallback

type SegnoFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*SegnoFormCallback) OnSave

func (segnoFormCallback *SegnoFormCallback) OnSave()

type SlashFormCallback

type SlashFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*SlashFormCallback) OnSave

func (slashFormCallback *SlashFormCallback) OnSave()

type SlideFormCallback

type SlideFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*SlideFormCallback) OnSave

func (slideFormCallback *SlideFormCallback) OnSave()

type SlurFormCallback

type SlurFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*SlurFormCallback) OnSave

func (slurFormCallback *SlurFormCallback) OnSave()

type SoundFormCallback

type SoundFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*SoundFormCallback) OnSave

func (soundFormCallback *SoundFormCallback) OnSave()

type Staff_detailsFormCallback

type Staff_detailsFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Staff_detailsFormCallback) OnSave

func (staff_detailsFormCallback *Staff_detailsFormCallback) OnSave()

type Staff_divideFormCallback

type Staff_divideFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Staff_divideFormCallback) OnSave

func (staff_divideFormCallback *Staff_divideFormCallback) OnSave()

type Staff_layoutFormCallback

type Staff_layoutFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Staff_layoutFormCallback) OnSave

func (staff_layoutFormCallback *Staff_layoutFormCallback) OnSave()

type Staff_sizeFormCallback

type Staff_sizeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Staff_sizeFormCallback) OnSave

func (staff_sizeFormCallback *Staff_sizeFormCallback) OnSave()

type Staff_tuningFormCallback

type Staff_tuningFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Staff_tuningFormCallback) OnSave

func (staff_tuningFormCallback *Staff_tuningFormCallback) OnSave()

type StemFormCallback

type StemFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*StemFormCallback) OnSave

func (stemFormCallback *StemFormCallback) OnSave()

type StickFormCallback

type StickFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*StickFormCallback) OnSave

func (stickFormCallback *StickFormCallback) OnSave()

type String_muteFormCallback

type String_muteFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*String_muteFormCallback) OnSave

func (string_muteFormCallback *String_muteFormCallback) OnSave()

type Strong_accentFormCallback

type Strong_accentFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Strong_accentFormCallback) OnSave

func (strong_accentFormCallback *Strong_accentFormCallback) OnSave()

type SupportsFormCallback

type SupportsFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*SupportsFormCallback) OnSave

func (supportsFormCallback *SupportsFormCallback) OnSave()

type SwingFormCallback

type SwingFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*SwingFormCallback) OnSave

func (swingFormCallback *SwingFormCallback) OnSave()

type SyncFormCallback

type SyncFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*SyncFormCallback) OnSave

func (syncFormCallback *SyncFormCallback) OnSave()

type System_dividersFormCallback

type System_dividersFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*System_dividersFormCallback) OnSave

func (system_dividersFormCallback *System_dividersFormCallback) OnSave()

type System_layoutFormCallback

type System_layoutFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*System_layoutFormCallback) OnSave

func (system_layoutFormCallback *System_layoutFormCallback) OnSave()

type System_marginsFormCallback

type System_marginsFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*System_marginsFormCallback) OnSave

func (system_marginsFormCallback *System_marginsFormCallback) OnSave()

type TablePickSaver

type TablePickSaver[InstanceType models.PointerToGongstruct, FieldType models.PointerToGongstruct] struct {
	// contains filtered or unexported fields
}

func NewTablePickSaver

func NewTablePickSaver[InstanceType models.PointerToGongstruct, FieldType models.PointerToGongstruct](
	instance InstanceType,
	field *[]FieldType,
	fieldName string,
	probe *Probe,

) (tablePickSaver *TablePickSaver[InstanceType, FieldType])

func (*TablePickSaver[InstanceType, FieldType]) TableUpdated

func (tablePickSaver *TablePickSaver[InstanceType, FieldType]) TableUpdated(
	stage *form.StageStruct,
	table, updatedTable *form.Table)

type TableSortSaver

type TableSortSaver[InstanceType models.PointerToGongstruct, FieldType models.PointerToGongstruct] struct {
	// contains filtered or unexported fields
}

func NewTableSortSaver

func NewTableSortSaver[InstanceType models.PointerToGongstruct, FieldType models.PointerToGongstruct](
	instance InstanceType,
	field *[]FieldType,
	probe *Probe,
	map_RowID_instance *map[*gongtable_models.Row]FieldType,
) (tableSortSaver *TableSortSaver[InstanceType, FieldType])

func (*TableSortSaver[InstanceType, FieldType]) TableUpdated

func (tableSortSaver *TableSortSaver[InstanceType, FieldType]) TableUpdated(stage *form.StageStruct, table, updatedTable *form.Table)

type TapFormCallback

type TapFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*TapFormCallback) OnSave

func (tapFormCallback *TapFormCallback) OnSave()

type TechnicalFormCallback

type TechnicalFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*TechnicalFormCallback) OnSave

func (technicalFormCallback *TechnicalFormCallback) OnSave()

type Text_element_dataFormCallback

type Text_element_dataFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Text_element_dataFormCallback) OnSave

func (text_element_dataFormCallback *Text_element_dataFormCallback) OnSave()

type TieFormCallback

type TieFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*TieFormCallback) OnSave

func (tieFormCallback *TieFormCallback) OnSave()

type TiedFormCallback

type TiedFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*TiedFormCallback) OnSave

func (tiedFormCallback *TiedFormCallback) OnSave()

type TimeFormCallback

type TimeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*TimeFormCallback) OnSave

func (timeFormCallback *TimeFormCallback) OnSave()

type Time_modificationFormCallback

type Time_modificationFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Time_modificationFormCallback) OnSave

func (time_modificationFormCallback *Time_modificationFormCallback) OnSave()

type TimpaniFormCallback

type TimpaniFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*TimpaniFormCallback) OnSave

func (timpaniFormCallback *TimpaniFormCallback) OnSave()

type TransposeFormCallback

type TransposeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*TransposeFormCallback) OnSave

func (transposeFormCallback *TransposeFormCallback) OnSave()

type TreeNodeImplGongstruct

type TreeNodeImplGongstruct struct {
	// contains filtered or unexported fields
}

func NewTreeNodeImplGongstruct

func NewTreeNodeImplGongstruct(
	gongStruct *gong_models.GongStruct,
	probe *Probe,
) (nodeImplGongstruct *TreeNodeImplGongstruct)

func (*TreeNodeImplGongstruct) OnAfterUpdate

func (nodeImplGongstruct *TreeNodeImplGongstruct) OnAfterUpdate(
	gongtreeStage *gongtree_models.StageStruct,
	stagedNode, frontNode *gongtree_models.Node)

type TremoloFormCallback

type TremoloFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*TremoloFormCallback) OnSave

func (tremoloFormCallback *TremoloFormCallback) OnSave()

type TupletFormCallback

type TupletFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*TupletFormCallback) OnSave

func (tupletFormCallback *TupletFormCallback) OnSave()

type Tuplet_dotFormCallback

type Tuplet_dotFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Tuplet_dotFormCallback) OnSave

func (tuplet_dotFormCallback *Tuplet_dotFormCallback) OnSave()

type Tuplet_numberFormCallback

type Tuplet_numberFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Tuplet_numberFormCallback) OnSave

func (tuplet_numberFormCallback *Tuplet_numberFormCallback) OnSave()

type Tuplet_portionFormCallback

type Tuplet_portionFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Tuplet_portionFormCallback) OnSave

func (tuplet_portionFormCallback *Tuplet_portionFormCallback) OnSave()

type Tuplet_typeFormCallback

type Tuplet_typeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Tuplet_typeFormCallback) OnSave

func (tuplet_typeFormCallback *Tuplet_typeFormCallback) OnSave()

type Typed_textFormCallback

type Typed_textFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Typed_textFormCallback) OnSave

func (typed_textFormCallback *Typed_textFormCallback) OnSave()

type UnpitchedFormCallback

type UnpitchedFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*UnpitchedFormCallback) OnSave

func (unpitchedFormCallback *UnpitchedFormCallback) OnSave()

type Virtual_instrumentFormCallback

type Virtual_instrumentFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Virtual_instrumentFormCallback) OnSave

func (virtual_instrumentFormCallback *Virtual_instrumentFormCallback) OnSave()

type WaitFormCallback

type WaitFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*WaitFormCallback) OnSave

func (waitFormCallback *WaitFormCallback) OnSave()

type Wavy_lineFormCallback

type Wavy_lineFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*Wavy_lineFormCallback) OnSave

func (wavy_lineFormCallback *Wavy_lineFormCallback) OnSave()

type WedgeFormCallback

type WedgeFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*WedgeFormCallback) OnSave

func (wedgeFormCallback *WedgeFormCallback) OnSave()

type WoodFormCallback

type WoodFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*WoodFormCallback) OnSave

func (woodFormCallback *WoodFormCallback) OnSave()

type WorkFormCallback

type WorkFormCallback struct {

	// If the form call is called on the creation of a new instnace
	CreationMode bool
	// contains filtered or unexported fields
}

func (*WorkFormCallback) OnSave

func (workFormCallback *WorkFormCallback) OnSave()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL