KiCad PCB EDA Suite
Loading...
Searching...
No Matches
TEXT_ITEM_INFO Struct Reference

#include <board_design_settings.h>

Public Member Functions

 TEXT_ITEM_INFO (const wxString &aText, bool aVisible, PCB_LAYER_ID aLayer)
 
bool operator== (const TEXT_ITEM_INFO &aOther) const
 

Public Attributes

wxString m_Text
 
bool m_Visible
 
PCB_LAYER_ID m_Layer
 

Detailed Description

Definition at line 213 of file board_design_settings.h.

Constructor & Destructor Documentation

◆ TEXT_ITEM_INFO()

TEXT_ITEM_INFO::TEXT_ITEM_INFO ( const wxString & aText,
bool aVisible,
PCB_LAYER_ID aLayer )
inline

Definition at line 219 of file board_design_settings.h.

References m_Layer, m_Text, and m_Visible.

Referenced by operator==().

Member Function Documentation

◆ operator==()

bool TEXT_ITEM_INFO::operator== ( const TEXT_ITEM_INFO & aOther) const
inline

Definition at line 226 of file board_design_settings.h.

References m_Layer, m_Text, m_Visible, and TEXT_ITEM_INFO().

Member Data Documentation

◆ m_Layer

◆ m_Text

◆ m_Visible


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