KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_diff_canvas_context.cpp File Reference
#include <diff_merge/sch_diff_canvas_context.h>
#include <eda_item.h>
#include <layer_ids.h>
#include <sch_field.h>
#include <sch_item.h>
#include <sch_painter.h>
#include <sch_pin.h>
#include <sch_screen.h>
#include <sch_sheet_path.h>
#include <sch_symbol.h>
#include <schematic.h>
#include <set>
#include <widgets/widget_diff_canvas.h>

Go to the source code of this file.

Namespaces

namespace  KICAD_DIFF
 

Functions

std::vector< KIGFX::VIEW_ITEM * > KICAD_DIFF::CollectSchematicDiffContextItems (SCHEMATIC &aSchematic, SCH_SCREEN *aScreen)
 
void KICAD_DIFF::ConfigureSchDiffContextRenderSettings (SCH_RENDER_SETTINGS &aSettings, const KIGFX::COLOR4D &aColor)
 
std::unique_ptr< KIGFX::PAINTERKICAD_DIFF::MakeSchDiffContextPainter (KIGFX::GAL *aGal, SCHEMATIC *aSchematic, const KIGFX::COLOR4D &aColor, std::map< KIID, KIGFX::COLOR4D > aOverrides)
 
void KICAD_DIFF::ConfigureSchDiffCanvasContext (WIDGET_DIFF_CANVAS &aCanvas, SCHEMATIC *aReference, SCHEMATIC *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, SCH_SCREEN *aReferenceScreen, SCH_SCREEN *aComparisonScreen)