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

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

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

revision 3642 by schoenebeck, Wed Oct 2 17:11:30 2019 UTC revision 3643 by schoenebeck, Sat Dec 7 15:04:51 2019 UTC
# Line 347  protected: Line 347  protected:
347      ReadOnlyLabelWidget eChecksum;      ReadOnlyLabelWidget eChecksum;
348      NumEntryTemp<int16_t> eFineTune;      NumEntryTemp<int16_t> eFineTune;
349      NumEntryGain eGain;      NumEntryGain eGain;
     BoolEntryPlus6 eGainPlus6;  
350      BoolEntry eSampleLoopEnabled;      BoolEntry eSampleLoopEnabled;
351      NumEntryTemp<uint32_t> eSampleLoopStart;      NumEntryTemp<uint32_t> eSampleLoopStart;
352      NumEntryTemp<uint32_t> eSampleLoopLength;      NumEntryTemp<uint32_t> eSampleLoopLength;
# Line 365  protected: Line 364  protected:
364    
365    
366      void addProp(BoolEntry& boolentry);      void addProp(BoolEntry& boolentry);
     void addProp(BoolEntryPlus6& boolentry);  
367      void addProp(LabelWidget& labelwidget);      void addProp(LabelWidget& labelwidget);
368      void addLine(HBox& line);      void addLine(HBox& line);
369      void addString(const char* labelText, Gtk::Label*& label,      void addString(const char* labelText, Gtk::Label*& label,

Legend:
Removed from v.3642  
changed lines
  Added in v.3643

  ViewVC Help
Powered by ViewVC