![]() |
KiCad PCB EDA Suite
|
Footprint attributes (such as SMD, THT, Virtual and so on), which will be shown in the dialog. More...
#include <dialog_board_statistics.h>
Public Member Functions | |
componentsType_t (FOOTPRINT_ATTR_T aAttribute, wxString aTitle) | |
Public Attributes | |
FOOTPRINT_ATTR_T | attribute |
wxString | title |
int | frontSideQty |
int | backSideQty |
Footprint attributes (such as SMD, THT, Virtual and so on), which will be shown in the dialog.
Holds both front and bottom components quantities.
Definition at line 72 of file dialog_board_statistics.h.
|
inline |
Definition at line 74 of file dialog_board_statistics.h.
FOOTPRINT_ATTR_T DIALOG_BOARD_STATISTICS::componentsType_t::attribute |
Definition at line 82 of file dialog_board_statistics.h.
int DIALOG_BOARD_STATISTICS::componentsType_t::backSideQty |
Definition at line 85 of file dialog_board_statistics.h.
int DIALOG_BOARD_STATISTICS::componentsType_t::frontSideQty |
Definition at line 84 of file dialog_board_statistics.h.
wxString DIALOG_BOARD_STATISTICS::componentsType_t::title |
Definition at line 83 of file dialog_board_statistics.h.