프로퍼티 | 타입 | 설명 | |
---|---|---|---|
EditMode | bool |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ArrangementForm_Load | void | ||
FillToneCombo | void | ||
FillTuningCombo | void | ||
InitializeComponent | void | ||
IsAlreadyAdded | bool | ||
OkButton_Click | void | ||
SaveTuningDefinition | void | ||
SequencialToneComboEnabling | void | ||
SetupTones | void | ||
ShowTuningForm | void | ||
ToneComboEnabled | void | ||
UpdateCentOffset | void | ||
UpdateRouteMaskPath | void | ||
UpdateScrollSpeedDisplay | void | ||
cancelButton_Click | void | ||
disableTonesCheckbox_CheckedChanged | void | ||
frequencyTB_TextChanged | void | ||
scrollSpeedTrackBar_ValueChanged | void | ||
showlightEdit_Click | void | ||
songXmlBrowseButton_Click | void | ||
toneCombo_SelectedIndexChanged | void | ||
tuningEditButton_Click | void | ||
typeEdit_Click | void | ||
vocalEdit_Click | void |
메소드 | 설명 | |
---|---|---|
ArrangementForm ( Arrangement arrangement, |
||
ArrangementForm ( |
||
LoadArrangementData ( string xmlfilepath ) : bool | ||
LoadXmlArrangement ( string xmlFilePath ) : bool |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
ArrangementForm_Load ( object sender, EventArgs e ) : void | ||
FillToneCombo ( ComboBox combo, IEnumerable |
||
FillTuningCombo ( ArrangementType arrangementType, GameVersion gameVersion ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
IsAlreadyAdded ( string xmlPath ) : bool | ||
OkButton_Click ( object sender, EventArgs e ) : void | ||
SaveTuningDefinition ( TuningDefinition formTuning ) : void | ||
SequencialToneComboEnabling ( ) : void | ||
SetupTones ( Arrangement arr ) : void |
Fill toneCombo with autotone values or BaseOnly. Get tones, fill combo, select tones.
|
|
ShowTuningForm ( ArrangementType selectedType, TuningDefinition tuning ) : void | ||
ToneComboEnabled ( bool enabled ) : void | ||
UpdateCentOffset ( string type = "HZ" ) : void |
Update TuningPitch related fields.
|
|
UpdateRouteMaskPath ( ArrangementType arrangementType, ArrangementName arrangementName ) : void | ||
UpdateScrollSpeedDisplay ( ) : void | ||
cancelButton_Click ( object sender, EventArgs e ) : void | ||
disableTonesCheckbox_CheckedChanged ( object sender, EventArgs e ) : void | ||
frequencyTB_TextChanged ( object sender, EventArgs e ) : void | ||
scrollSpeedTrackBar_ValueChanged ( object sender, EventArgs e ) : void | ||
showlightEdit_Click ( object sender, EventArgs e ) : void | ||
songXmlBrowseButton_Click ( object sender, EventArgs e ) : void | ||
toneCombo_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
tuningEditButton_Click ( object sender, EventArgs e ) : void | ||
typeEdit_Click ( object sender, EventArgs e ) : void | ||
vocalEdit_Click ( object sender, EventArgs e ) : void |
public ArrangementForm ( Arrangement arrangement, |
||
arrangement | Arrangement | |
control | ||
gameVersion | GameVersion | |
리턴 | System |
public ArrangementForm ( |
||
control | ||
gameVersion | GameVersion | |
리턴 | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public LoadArrangementData ( string xmlfilepath ) : bool | ||
xmlfilepath | string | |
리턴 | bool |
public LoadXmlArrangement ( string xmlFilePath ) : bool | ||
xmlFilePath | string | |
리턴 | bool |