|
KiCad PCB EDA Suite
|
#include <board_statistics_report.h>
Public Member Functions | |
| BOARD_STATISTICS_INFO_ENTRY (T aAttribute, const wxString &aTitle) | |
Public Attributes | |
| T | attribute |
| wxString | title |
| int | quantity = 0 |
Definition at line 55 of file board_statistics_report.h.
|
inline |
Definition at line 57 of file board_statistics_report.h.
| T BOARD_STATISTICS_INFO_ENTRY< T >::attribute |
Definition at line 63 of file board_statistics_report.h.
Referenced by BOARD_STATISTICS_INFO_ENTRY(), ComputeBoardStatistics(), and updatePadCounts().
| int BOARD_STATISTICS_INFO_ENTRY< T >::quantity = 0 |
Definition at line 65 of file board_statistics_report.h.
Referenced by ComputeBoardStatistics(), FormatBoardStatisticsJson(), FormatBoardStatisticsReport(), updatePadCounts(), and DIALOG_BOARD_STATISTICS::updateWidgets().
| wxString BOARD_STATISTICS_INFO_ENTRY< T >::title |
Definition at line 64 of file board_statistics_report.h.
Referenced by BOARD_STATISTICS_INFO_ENTRY(), FormatBoardStatisticsJson(), FormatBoardStatisticsReport(), and DIALOG_BOARD_STATISTICS::updateWidgets().