20#ifndef PCBNEW_BOARD_STATISTICS_H 
   21#define PCBNEW_BOARD_STATISTICS_H 
   93            return ascending ? aLeft < aRight : aLeft > aRight;
 
 
 
 
void CollectDrillLineItems(BOARD *board, std::vector< DRILL_LINE_ITEM > &out)
 
Information pertinent to a Pcbnew printed circuit board.
 
PCB_LAYER_ID
A quick note on layer IDs:
 
PAD_DRILL_SHAPE
The set of pad drill shapes, used with PAD::{Set,Get}DrillShape()
 
bool operator()(const DRILL_LINE_ITEM &aLeft, const DRILL_LINE_ITEM &aRight)
 
COMPARE(COL_ID aColId, bool aAscending)
 
bool compareDrillParameters(int aLeft, int aRight)
 
bool operator==(const DRILL_LINE_ITEM &other) const
 
DRILL_LINE_ITEM(int aXSize, int aYSize, PAD_DRILL_SHAPE aShape, bool aIsPlated, bool aIsPad, PCB_LAYER_ID aStartLayer, PCB_LAYER_ID aStopLayer)