KiCad PCB EDA Suite
Loading...
Searching...
No Matches
HIGH_LIGHT_INFO Class Reference

#include <board.h>

Protected Member Functions

void Clear ()
 
 HIGH_LIGHT_INFO ()
 

Protected Attributes

std::set< int > m_netCodes
 
bool m_highLightOn
 

Friends

class BOARD
 

Detailed Description

Definition at line 214 of file board.h.

Constructor & Destructor Documentation

◆ HIGH_LIGHT_INFO()

HIGH_LIGHT_INFO::HIGH_LIGHT_INFO ( )
inlineprotected

Definition at line 226 of file board.h.

References Clear().

Member Function Documentation

◆ Clear()

void HIGH_LIGHT_INFO::Clear ( )
inlineprotected

Definition at line 220 of file board.h.

References m_highLightOn, and m_netCodes.

Referenced by HIGH_LIGHT_INFO(), and BOARD::ResetNetHighLight().

Friends And Related Function Documentation

◆ BOARD

friend class BOARD
friend

Definition at line 232 of file board.h.

Member Data Documentation

◆ m_highLightOn

bool HIGH_LIGHT_INFO::m_highLightOn
protected

Definition at line 218 of file board.h.

Referenced by Clear(), BOARD::HighLightON(), and BOARD::IsHighLightNetON().

◆ m_netCodes

std::set<int> HIGH_LIGHT_INFO::m_netCodes
protected

Definition at line 217 of file board.h.

Referenced by Clear(), BOARD::GetHighLightNetCodes(), and BOARD::SetHighLightNet().


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