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 | |
FP_LINE_ITEM (int aAttributeMask, int aAttributeValue, wxString aTitle) | |
Public Attributes | |
int | attribute_mask |
int | attribute_value |
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 back footprint quantities.
Definition at line 68 of file dialog_board_statistics.h.
|
inline |
Definition at line 70 of file dialog_board_statistics.h.
int DIALOG_BOARD_STATISTICS::FP_LINE_ITEM::attribute_mask |
Definition at line 79 of file dialog_board_statistics.h.
int DIALOG_BOARD_STATISTICS::FP_LINE_ITEM::attribute_value |
Definition at line 80 of file dialog_board_statistics.h.
int DIALOG_BOARD_STATISTICS::FP_LINE_ITEM::backSideQty |
Definition at line 83 of file dialog_board_statistics.h.
int DIALOG_BOARD_STATISTICS::FP_LINE_ITEM::frontSideQty |
Definition at line 82 of file dialog_board_statistics.h.
wxString DIALOG_BOARD_STATISTICS::FP_LINE_ITEM::title |
Definition at line 81 of file dialog_board_statistics.h.