![]() |
KiCad PCB EDA Suite
|
#include <dialog_board_statistics.h>
Public Member Functions | |
COMPARE (COL_ID aColId, bool aAscending) | |
bool | operator() (const drillType_t &aLeft, const drillType_t &aRight) |
bool | compareDrillParameters (int aLeft, int aRight) |
Public Attributes | |
COL_ID | colId |
bool | ascending |
Definition at line 122 of file dialog_board_statistics.h.
|
inline |
Definition at line 124 of file dialog_board_statistics.h.
|
inline |
Definition at line 152 of file dialog_board_statistics.h.
References ascending.
Referenced by operator()().
|
inline |
Definition at line 127 of file dialog_board_statistics.h.
References ascending, DIALOG_BOARD_STATISTICS::drillType_t::COL_COUNT, DIALOG_BOARD_STATISTICS::drillType_t::COL_PLATED, DIALOG_BOARD_STATISTICS::drillType_t::COL_SHAPE, DIALOG_BOARD_STATISTICS::drillType_t::COL_START_LAYER, DIALOG_BOARD_STATISTICS::drillType_t::COL_STOP_LAYER, DIALOG_BOARD_STATISTICS::drillType_t::COL_VIA_PAD, DIALOG_BOARD_STATISTICS::drillType_t::COL_X_SIZE, DIALOG_BOARD_STATISTICS::drillType_t::COL_Y_SIZE, colId, compareDrillParameters(), DIALOG_BOARD_STATISTICS::drillType_t::isPad, DIALOG_BOARD_STATISTICS::drillType_t::isPlated, DIALOG_BOARD_STATISTICS::drillType_t::qty, DIALOG_BOARD_STATISTICS::drillType_t::shape, DIALOG_BOARD_STATISTICS::drillType_t::startLayer, DIALOG_BOARD_STATISTICS::drillType_t::stopLayer, DIALOG_BOARD_STATISTICS::drillType_t::xSize, and DIALOG_BOARD_STATISTICS::drillType_t::ySize.
bool DIALOG_BOARD_STATISTICS::drillType_t::COMPARE::ascending |
Definition at line 158 of file dialog_board_statistics.h.
Referenced by compareDrillParameters(), and operator()().
COL_ID DIALOG_BOARD_STATISTICS::drillType_t::COMPARE::colId |
Definition at line 157 of file dialog_board_statistics.h.
Referenced by operator()().