KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KIGFX::VIEW::UPDATE_COLOR_VISITOR Struct Reference

Public Member Functions

 UPDATE_COLOR_VISITOR (int aLayer, PAINTER *aPainter, GAL *aGal)
 
bool operator() (VIEW_ITEM *aItem)
 

Public Attributes

int layer
 
PAINTERpainter
 
GALgal
 

Detailed Description

Definition at line 727 of file view.cpp.

Constructor & Destructor Documentation

◆ UPDATE_COLOR_VISITOR()

KIGFX::VIEW::UPDATE_COLOR_VISITOR::UPDATE_COLOR_VISITOR ( int aLayer,
PAINTER * aPainter,
GAL * aGal )
inline

Definition at line 729 of file view.cpp.

References gal, layer, and painter.

Member Function Documentation

◆ operator()()

bool KIGFX::VIEW::UPDATE_COLOR_VISITOR::operator() ( VIEW_ITEM * aItem)
inline

Member Data Documentation

◆ gal

GAL* KIGFX::VIEW::UPDATE_COLOR_VISITOR::gal

Definition at line 750 of file view.cpp.

Referenced by operator()(), and UPDATE_COLOR_VISITOR().

◆ layer

int KIGFX::VIEW::UPDATE_COLOR_VISITOR::layer

Definition at line 748 of file view.cpp.

Referenced by operator()(), and UPDATE_COLOR_VISITOR().

◆ painter

PAINTER* KIGFX::VIEW::UPDATE_COLOR_VISITOR::painter

Definition at line 749 of file view.cpp.

Referenced by operator()(), and UPDATE_COLOR_VISITOR().


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