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

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

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

revision 3147 by schoenebeck, Wed May 3 21:23:16 2017 UTC revision 3148 by schoenebeck, Thu May 4 11:47:45 2017 UTC
# Line 59  public: Line 59  public:
59      void select_prev_dimension();      void select_prev_dimension();
60    
61      // those 3 are ATM only relevant when resizing custom dimension region zones      // those 3 are ATM only relevant when resizing custom dimension region zones
62        // and for painting those auto selected zones with gray hatched pattern
63      void setModifyBothChannels(bool b);      void setModifyBothChannels(bool b);
64      void setModifyAllDimensionRegions(bool b);      void setModifyAllDimensionRegions(bool b);
65      void setModifyAllRegions(bool b);      void setModifyAllRegions(bool b);
# Line 94  protected: Line 95  protected:
95      sigc::signal<void> region_changed;      sigc::signal<void> region_changed;
96    
97      // those 3 are ATM only relevant when resizing custom dimension region zones      // those 3 are ATM only relevant when resizing custom dimension region zones
98        // and for painting those auto selected zones with gray hatched pattern
99      bool modifybothchannels;      bool modifybothchannels;
100      bool modifyalldimregs;      bool modifyalldimregs;
101      bool modifyallregions;      bool modifyallregions;

Legend:
Removed from v.3147  
changed lines
  Added in v.3148

  ViewVC Help
Powered by ViewVC