/[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 3123 by schoenebeck, Tue Apr 25 20:45:54 2017 UTC revision 3131 by schoenebeck, Thu Apr 27 17:28:01 2017 UTC
# Line 81  protected: Line 81  protected:
81      void resetSelectedZones();      void resetSelectedZones();
82      void select_dimzone_by_dir(int dir);      void select_dimzone_by_dir(int dir);
83    
84      Gdk::RGBA red, black, white;      Gdk::RGBA red, blue, black, white;
85        Glib::RefPtr<Gdk::Pixbuf> blueHatchedPatternARGB;
86        Cairo::RefPtr<Cairo::SurfacePattern> blueHatchedSurfacePattern;
87    
88      gig::Instrument* instrument;      gig::Instrument* instrument;
89      gig::Region* region;      gig::Region* region;
# Line 125  protected: Line 127  protected:
127      } resize;      } resize;
128    
129      bool multiSelectKeyDown;      bool multiSelectKeyDown;
130        bool primaryKeyDown; // on Mac: Cmd key, on all other OSs: Ctrl key
131        bool shiftKeyDown;
132    
133      bool cursor_is_resize;      bool cursor_is_resize;
134      bool is_in_resize_zone(double x, double y);      bool is_in_resize_zone(double x, double y);

Legend:
Removed from v.3123  
changed lines
  Added in v.3131

  ViewVC Help
Powered by ViewVC