KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_diff_canvas_context.cpp File Reference
#include <diff_merge/pcb_diff_canvas_context.h>
#include <board.h>
#include <board_item.h>
#include <eda_item.h>
#include <footprint.h>
#include <gal/painter.h>
#include <layer_ids.h>
#include <pad.h>
#include <pcb_display_options.h>
#include <pcb_draw_panel_gal.h>
#include <pcb_track.h>
#include <view/view.h>
#include <widgets/widget_diff_canvas.h>
#include <zone.h>
#include <memory>
#include <set>

Go to the source code of this file.

Namespaces

namespace  KICAD_DIFF
 

Functions

std::vector< KIGFX::VIEW_ITEM * > KICAD_DIFF::CollectFootprintDiffContextItems (FOOTPRINT &aFootprint)
 
std::vector< KIGFX::VIEW_ITEM * > KICAD_DIFF::CollectBoardDiffContextItems (BOARD &aBoard)
 
void KICAD_DIFF::ConfigurePcbDiffContextRenderSettings (KIGFX::PCB_RENDER_SETTINGS &aSettings, const KIGFX::COLOR4D &aColor)
 
std::unique_ptr< KIGFX::PAINTERKICAD_DIFF::MakePcbDiffContextPainter (KIGFX::GAL *aGal, const KIGFX::COLOR4D &aColor, std::map< KIID, KIGFX::COLOR4D > aOverrides)
 
void KICAD_DIFF::ConfigurePcbDiffCanvasContext (WIDGET_DIFF_CANVAS &aCanvas, BOARD *aReference, BOARD *aComparison, const KIGFX::COLOR4D &aColor, const std::map< KIID, KIGFX::COLOR4D > &aOverrides, const std::vector< KIGFX::VIEW_ITEM * > &aExtraItems, const std::map< KIID, KICAD_DIFF::CATEGORY > &aCategories)