/[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 2967 by schoenebeck, Mon Jul 18 11:22:38 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 179  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.2967  
changed lines
  Added in v.3151

  ViewVC Help
Powered by ViewVC