/[svn]/gigedit/trunk/src/gigedit/Settings.h
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/Settings.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2918 by schoenebeck, Wed May 18 10:10:25 2016 UTC revision 3151 by schoenebeck, Fri May 5 18:44:59 2017 UTC
# Line 1  Line 1 
1  /*  /*
2      Copyright (c) 2014-2016 Christian Schoenebeck      Copyright (c) 2014-2017 Christian Schoenebeck
3            
4      This file is part of "gigedit" and released under the terms of the      This file is part of "gigedit" and released under the terms of the
5      GNU General Public License version 2.      GNU General Public License version 2.
# Line 46  public: Line 46  public:
46          FILE_PROPS,          FILE_PROPS,
47          INSTR_PROPS,          INSTR_PROPS,
48          SAMPLE_REFS,          SAMPLE_REFS,
49            MACRO_EDITOR,
50      };      };
51    
52      /**      /**
# Line 122  public: Line 123  public:
123      Property<bool> syncSamplerInstrumentSelection; ///< if enabled, the sampler's current instrument will automatically be switched whenever another instrument was selected in gigedit      Property<bool> syncSamplerInstrumentSelection; ///< if enabled, the sampler's current instrument will automatically be switched whenever another instrument was selected in gigedit
124      Property<bool> moveRootNoteWithRegionMoved; ///< if enabled, the root note(s) of regions are automatically moving when the user drags a region around at the virtual keyboard      Property<bool> moveRootNoteWithRegionMoved; ///< if enabled, the root note(s) of regions are automatically moving when the user drags a region around at the virtual keyboard
125      Property<bool> autoRestoreWindowDimension;      Property<bool> autoRestoreWindowDimension;
126        Property<bool> saveWithTemporaryFile; ///< If enabled and the user selects "Save" from the main menu, then the file is first saved as separate temporary file and after the save operation completed the temporary file is moved over the original file.
127    
128      // settings of "MainWindow" group      // settings of "MainWindow" group
129      Property<int> mainWindowX;      Property<int> mainWindowX;
# Line 134  public: Line 136  public:
136      Property<int> scriptEditorWindowY;      Property<int> scriptEditorWindowY;
137      Property<int> scriptEditorWindowW;      Property<int> scriptEditorWindowW;
138      Property<int> scriptEditorWindowH;      Property<int> scriptEditorWindowH;
139        Property<int> scriptEditorFontSize;
140    
141      // settings of "DimensionManager" group      // settings of "DimensionManager" group
142      Property<int> dimensionManagerWindowX;      Property<int> dimensionManagerWindowX;
# Line 177  public: Line 180  public:
180      Property<int> sampleRefsWindowW;      Property<int> sampleRefsWindowW;
181      Property<int> sampleRefsWindowH;      Property<int> sampleRefsWindowH;
182    
183        // settings of "MacroEditor" group
184        Property<int> macroEditorWindowX;
185        Property<int> macroEditorWindowY;
186        Property<int> macroEditorWindowW;
187        Property<int> macroEditorWindowH;
188    
189      static Settings* singleton();      static Settings* singleton();
190      Settings();      Settings();
191      void load();      void load();

Legend:
Removed from v.2918  
changed lines
  Added in v.3151

  ViewVC Help
Powered by ViewVC