KiCad PCB EDA Suite
|
Type information, which will be shown in dialog. More...
#include <dialog_board_statistics.h>
Public Member Functions | |
LINE_ITEM (T aAttribute, const wxString &aTitle) | |
Public Attributes | |
T | attribute |
wxString | title |
int | qty |
Type information, which will be shown in dialog.
Definition at line 50 of file dialog_board_statistics.h.
|
inline |
Definition at line 52 of file dialog_board_statistics.h.
T DIALOG_BOARD_STATISTICS::LINE_ITEM< T >::attribute |
Definition at line 59 of file dialog_board_statistics.h.
int DIALOG_BOARD_STATISTICS::LINE_ITEM< T >::qty |
Definition at line 61 of file dialog_board_statistics.h.
wxString DIALOG_BOARD_STATISTICS::LINE_ITEM< T >::title |
Definition at line 60 of file dialog_board_statistics.h.