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

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

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

revision 1155 by schoenebeck, Sun Apr 8 13:45:45 2007 UTC revision 1156 by schoenebeck, Wed Apr 11 21:36:30 2007 UTC
# Line 39  public: Line 39  public:
39      Gtk::Entry* wSample;      Gtk::Entry* wSample;
40    
41  protected:  protected:
42        gig::DimensionRegion* dimregion;
43    
44      Gtk::Tooltips tooltips;      Gtk::Tooltips tooltips;
45    
46      Gtk::Table* table[7];      Gtk::Table* table[7];
# Line 127  protected: Line 129  protected:
129      NumEntryTemp<int16_t> eFineTune;      NumEntryTemp<int16_t> eFineTune;
130      NumEntryGain eGain;      NumEntryGain eGain;
131      BoolEntryPlus6 eGainPlus6;      BoolEntryPlus6 eGainPlus6;
132      NumEntryTemp<uint32_t> eSampleLoops;      BoolEntry eSampleLoopEnabled;
133        NumEntryTemp<uint32_t> eSampleLoopStart;
134        NumEntryTemp<uint32_t> eSampleLoopLength;
135        ChoiceEntry<uint32_t> eSampleLoopType;
136        BoolEntry eSampleLoopInfinite;
137        NumEntryTemp<uint32_t> eSampleLoopPlayCount;
138    
139      int rowno;      int rowno;
140      int pageno;      int pageno;
# Line 155  protected: Line 162  protected:
162      void crossfade2_changed();      void crossfade2_changed();
163      void crossfade3_changed();      void crossfade3_changed();
164      void crossfade4_changed();      void crossfade4_changed();
165        void loop_enabled_toggled();
166        void loop_infinite_toggled();
167    
168        void updateLoopElements();
169  };  };
170    
171  #endif  #endif

Legend:
Removed from v.1155  
changed lines
  Added in v.1156

  ViewVC Help
Powered by ViewVC