| 
    KiCad PCB EDA Suite
    
   | 
 
#include <board_statistics_report.h>
Public Attributes | |
| bool | excludeFootprintsWithoutPads = false | 
| bool | subtractHolesFromBoardArea = false | 
| bool | subtractHolesFromCopperAreas = false | 
Definition at line 31 of file board_statistics_report.h.
| bool BOARD_STATISTICS_OPTIONS::excludeFootprintsWithoutPads = false | 
Definition at line 33 of file board_statistics_report.h.
Referenced by ComputeBoardStatistics(), DIALOG_BOARD_STATISTICS::getDataFromPCB(), and PCBNEW_JOBS_HANDLER::JobExportStats().
| bool BOARD_STATISTICS_OPTIONS::subtractHolesFromBoardArea = false | 
Definition at line 34 of file board_statistics_report.h.
Referenced by ComputeBoardStatistics(), DIALOG_BOARD_STATISTICS::getDataFromPCB(), and PCBNEW_JOBS_HANDLER::JobExportStats().
| bool BOARD_STATISTICS_OPTIONS::subtractHolesFromCopperAreas = false | 
Definition at line 35 of file board_statistics_report.h.
Referenced by ComputeBoardStatistics(), DIALOG_BOARD_STATISTICS::getDataFromPCB(), and PCBNEW_JOBS_HANDLER::JobExportStats().