--- gigedit/trunk/src/gigedit/Settings.h 2016/04/29 14:19:53 2893 +++ gigedit/trunk/src/gigedit/Settings.h 2016/04/30 14:42:14 2894 @@ -39,6 +39,13 @@ GLOBAL, MAIN_WINDOW, SCRIPT_EDITOR, + DIMENSION_MANAGER, + SCRIPT_SLOTS, + COMBINE_INSTRUMENTS, + MIDI_RULES, + FILE_PROPS, + INSTR_PROPS, + SAMPLE_REFS, }; /** @@ -127,6 +134,48 @@ Property scriptEditorWindowW; Property scriptEditorWindowH; + // settings of "DimensionManager" group + Property dimensionManagerWindowX; + Property dimensionManagerWindowY; + Property dimensionManagerWindowW; + Property dimensionManagerWindowH; + + // settings of "ScriptSlots" group + Property scriptSlotsWindowX; + Property scriptSlotsWindowY; + Property scriptSlotsWindowW; + Property scriptSlotsWindowH; + + // settings of "CombineInstruments" group + Property combineInstrumentsWindowX; + Property combineInstrumentsWindowY; + Property combineInstrumentsWindowW; + Property combineInstrumentsWindowH; + + // settings of "MidiRules" group + Property midiRulesWindowX; + Property midiRulesWindowY; + Property midiRulesWindowW; + Property midiRulesWindowH; + + // settings of "FileProps" group + Property filePropsWindowX; + Property filePropsWindowY; + Property filePropsWindowW; + Property filePropsWindowH; + + // settings of "InstrProps" group + Property instrPropsWindowX; + Property instrPropsWindowY; + Property instrPropsWindowW; + Property instrPropsWindowH; + + // settings of "SampleRefs" group + Property sampleRefsWindowX; + Property sampleRefsWindowY; + Property sampleRefsWindowW; + Property sampleRefsWindowH; + static Settings* singleton(); Settings(); void load();