Go to the source code of this file.
|
| 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::PAINTER > | KICAD_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) |
| |