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

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

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

revision 3642 by schoenebeck, Thu Oct 24 11:16:26 2019 UTC revision 3643 by schoenebeck, Sat Dec 7 15:04:51 2019 UTC
# Line 355  protected: Line 355  protected:
355  };  };
356    
357    
 class BoolEntryPlus6 : public LabelWidget {  
 private:  
     Gtk::CheckButton checkbutton;  
     void value_changed();  
     NumEntryGain& eGain;  
     int32_t plus6value;  
 protected:  
     void on_show_tooltips_changed();  
 public:  
     BoolEntryPlus6(const char* labelText, NumEntryGain& eGain, int32_t plus6value);  
     int32_t get_value() const;  
     void set_value(int32_t value);  
 };  
   
   
358  class StringEntry : public LabelWidget {  class StringEntry : public LabelWidget {
359  private:  private:
360      Gtk::Entry entry;      Gtk::Entry entry;
# Line 407  class Table : Line 392  class Table :
392  public:  public:
393      Table(int x, int y);      Table(int x, int y);
394      void add(BoolEntry& boolentry);      void add(BoolEntry& boolentry);
     void add(BoolEntryPlus6& boolentry);  
395      void add(LabelWidget& labelwidget);      void add(LabelWidget& labelwidget);
396  private:  private:
397  #if USE_GTKMM_GRID  #if USE_GTKMM_GRID

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

  ViewVC Help
Powered by ViewVC