#include <diff_merge/diff_scene.h>
#include <gal/color4d.h>
#include <kiid.h>
#include <sch_render_settings.h>
#include <map>
#include <memory>
#include <set>
#include <vector>
Go to the source code of this file.
|
| namespace | KIGFX |
| | The Cairo implementation of the graphics abstraction layer.
|
| |
| namespace | KICAD_DIFF |
| |
|
| 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) |
| |