/[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 2626 by schoenebeck, Thu Jun 12 15:12:00 2014 UTC revision 2695 by schoenebeck, Tue Jan 6 18:11:27 2015 UTC
# Line 1  Line 1 
1  /*                                                         -*- c++ -*-  /*                                                         -*- c++ -*-
2   * Copyright (C) 2006-2014 Andreas Persson   * Copyright (C) 2006-2015 Andreas Persson
3   *   *
4   * This program is free software; you can redistribute it and/or   * This program is free software; you can redistribute it and/or
5   * modify it under the terms of the GNU General Public License as   * modify it under the terms of the GNU General Public License as
# Line 46  public: Line 46  public:
46      gig::DimensionRegion* get_main_dimregion() const;      gig::DimensionRegion* get_main_dimregion() const;
47      void get_dimregions(const gig::Region* region, bool stereo,      void get_dimregions(const gig::Region* region, bool stereo,
48                          std::set<gig::DimensionRegion*>& dimregs) const;                          std::set<gig::DimensionRegion*>& dimregs) const;
49        bool select_dimregion(gig::DimensionRegion* dimrgn);
50    
51  protected:  protected:
52  #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION < 90) || GTKMM_MAJOR_VERSION < 2  #if (GTKMM_MAJOR_VERSION == 2 && GTKMM_MINOR_VERSION < 90) || GTKMM_MAJOR_VERSION < 2
# Line 62  protected: Line 63  protected:
63      void refresh_all();      void refresh_all();
64      void split_dimension_zone();      void split_dimension_zone();
65      void delete_dimension_zone();      void delete_dimension_zone();
66        void resetSelectedZones();
67    
68      Gdk::RGBA red, black, white;      Gdk::RGBA red, black, white;
69    

Legend:
Removed from v.2626  
changed lines
  Added in v.2695

  ViewVC Help
Powered by ViewVC