KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DIALOG_BOARD_STATISTICS::FP_LINE_ITEM Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FP_LINE_ITEM()

DIALOG_BOARD_STATISTICS::FP_LINE_ITEM::FP_LINE_ITEM ( int  aAttributeMask,
int  aAttributeValue,
wxString  aTitle 
)
inline

Definition at line 70 of file dialog_board_statistics.h.

Member Data Documentation

◆ attribute_mask

int DIALOG_BOARD_STATISTICS::FP_LINE_ITEM::attribute_mask

Definition at line 79 of file dialog_board_statistics.h.

◆ attribute_value

int DIALOG_BOARD_STATISTICS::FP_LINE_ITEM::attribute_value

Definition at line 80 of file dialog_board_statistics.h.

◆ backSideQty

int DIALOG_BOARD_STATISTICS::FP_LINE_ITEM::backSideQty

Definition at line 83 of file dialog_board_statistics.h.

◆ frontSideQty

int DIALOG_BOARD_STATISTICS::FP_LINE_ITEM::frontSideQty

Definition at line 82 of file dialog_board_statistics.h.

◆ title

wxString DIALOG_BOARD_STATISTICS::FP_LINE_ITEM::title

Definition at line 81 of file dialog_board_statistics.h.


The documentation for this struct was generated from the following file: