~pierre-parent-k/kicad/length-tunning

« back to all changes in this revision

Viewing changes to include/class_base_screen.h

  • Committer: Pierre Parent
  • Date: 2014-07-06 10:32:13 UTC
  • mfrom: (4798.1.179 kicad)
  • Revision ID: pierre.parent@insa-rouen.fr-20140706103213-wjsdy0hc9q6wbz5v
Merge with lp:kicad 4977

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
};
66
66
 
67
67
 
68
 
typedef std::vector< GRID_TYPE > GRIDS;
 
68
typedef std::vector<GRID_TYPE> GRIDS;
69
69
 
70
70
 
71
71
/**
445
445
 
446
446
    /**
447
447
     * Function GetGrids().
448
 
     * Copy the grid list to \a aList.
449
 
     *
450
 
     * @param aList - List to copy to.
 
448
     * Returns the current list of grids.
451
449
     */
452
 
    void GetGrids( GRIDS& aList );
 
450
    const GRIDS& GetGrids() const
 
451
    {
 
452
        return m_grids;
 
453
    }
453
454
 
454
455
    /**
455
456
     * Function GetClass