KiCad PCB EDA Suite
Loading...
Searching...
No Matches
DIALOG_BOARD_STATISTICS::INFO_LINE_ITEM< T > Struct Template Reference

Type information, which will be shown in dialog. More...

#include <dialog_board_statistics.h>

Public Member Functions

 INFO_LINE_ITEM (T aAttribute, const wxString &aTitle)
 

Public Attributes

T m_Attribute
 
wxString m_Title
 
int m_Qty
 

Detailed Description

template<typename T>
struct DIALOG_BOARD_STATISTICS::INFO_LINE_ITEM< T >

Type information, which will be shown in dialog.

Definition at line 50 of file dialog_board_statistics.h.

Constructor & Destructor Documentation

◆ INFO_LINE_ITEM()

template<typename T>
DIALOG_BOARD_STATISTICS::INFO_LINE_ITEM< T >::INFO_LINE_ITEM ( T aAttribute,
const wxString & aTitle )
inline

Definition at line 52 of file dialog_board_statistics.h.

References m_Attribute, m_Qty, m_Title, and T.

Member Data Documentation

◆ m_Attribute

template<typename T>
T DIALOG_BOARD_STATISTICS::INFO_LINE_ITEM< T >::m_Attribute

Definition at line 59 of file dialog_board_statistics.h.

Referenced by INFO_LINE_ITEM().

◆ m_Qty

template<typename T>
int DIALOG_BOARD_STATISTICS::INFO_LINE_ITEM< T >::m_Qty

Definition at line 61 of file dialog_board_statistics.h.

Referenced by INFO_LINE_ITEM().

◆ m_Title

template<typename T>
wxString DIALOG_BOARD_STATISTICS::INFO_LINE_ITEM< T >::m_Title

Definition at line 60 of file dialog_board_statistics.h.

Referenced by INFO_LINE_ITEM().


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