KiCad PCB EDA Suite
|
#include <dialog_board_statistics.h>
Classes | |
struct | COMPARE |
Public Types | |
enum | COL_ID { COL_COUNT , COL_SHAPE , COL_X_SIZE , COL_Y_SIZE , COL_PLATED , COL_VIA_PAD , COL_START_LAYER , COL_STOP_LAYER } |
Public Member Functions | |
DRILL_LINE_ITEM (int aXSize, int aYSize, PAD_DRILL_SHAPE aShape, bool aIsPlated, bool aIsPad, PCB_LAYER_ID aStartLayer, PCB_LAYER_ID aStopLayer) | |
bool | operator== (const DRILL_LINE_ITEM &other) const |
Public Attributes | |
int | xSize |
int | ySize |
PAD_DRILL_SHAPE | shape |
bool | isPlated |
bool | isPad |
PCB_LAYER_ID | startLayer |
PCB_LAYER_ID | stopLayer |
int | qty |
Definition at line 86 of file dialog_board_statistics.h.
Enumerator | |
---|---|
COL_COUNT | |
COL_SHAPE | |
COL_X_SIZE | |
COL_Y_SIZE | |
COL_PLATED | |
COL_VIA_PAD | |
COL_START_LAYER | |
COL_STOP_LAYER |
Definition at line 88 of file dialog_board_statistics.h.
|
inline |
Definition at line 100 of file dialog_board_statistics.h.
|
inline |
Definition at line 113 of file dialog_board_statistics.h.
References isPad, isPlated, shape, startLayer, stopLayer, xSize, and ySize.
bool DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::isPad |
Definition at line 164 of file dialog_board_statistics.h.
Referenced by DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::COMPARE::operator()(), and operator==().
bool DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::isPlated |
Definition at line 163 of file dialog_board_statistics.h.
Referenced by DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::COMPARE::operator()(), and operator==().
int DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::qty |
Definition at line 167 of file dialog_board_statistics.h.
Referenced by DIALOG_BOARD_STATISTICS::getDataFromPCB(), and DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::COMPARE::operator()().
PAD_DRILL_SHAPE DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::shape |
Definition at line 162 of file dialog_board_statistics.h.
Referenced by DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::COMPARE::operator()(), and operator==().
PCB_LAYER_ID DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::startLayer |
Definition at line 165 of file dialog_board_statistics.h.
Referenced by DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::COMPARE::operator()(), and operator==().
PCB_LAYER_ID DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::stopLayer |
Definition at line 166 of file dialog_board_statistics.h.
Referenced by DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::COMPARE::operator()(), and operator==().
int DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::xSize |
Definition at line 160 of file dialog_board_statistics.h.
Referenced by DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::COMPARE::operator()(), and operator==().
int DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::ySize |
Definition at line 161 of file dialog_board_statistics.h.
Referenced by DIALOG_BOARD_STATISTICS::DRILL_LINE_ITEM::COMPARE::operator()(), and operator==().