From eb3c89bee97f76d12d68aaf3f150259277b615b8 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Mon, 4 Jun 2018 12:02:58 +0200 Subject: Replace GuiLine with GraphicElement Signed-off-by: Clifford Wolf --- ice40/chip.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'ice40') diff --git a/ice40/chip.h b/ice40/chip.h index 7ce1a406..57f0fa99 100644 --- a/ice40/chip.h +++ b/ice40/chip.h @@ -272,11 +272,6 @@ struct BelPinRange // ----------------------------------------------------------------------- -struct GuiLine -{ - float x1, y1, x2, y2; -}; - struct ChipArgs { enum { @@ -346,8 +341,10 @@ struct Chip // FIXME: void getBelPosition(BelId bel, float &x, float &y) const; // FIXME: void getWirePosition(WireId wire, float &x, float &y) const; - // FIXME: vector getBelGuiLines(BelId bel) const; - // FIXME: vector getWireGuiLines(WireId wire) const; + // FIXME: vector getBelGraphics(BelId bel) const; + // FIXME: vector getWireGraphics(WireId wire) const; + // FIXME: vector getPipGraphics(WireId src, WireId dst) const; + // FIXME: vector getFrameGraphics() const; AllWireRange getWires() const { -- cgit v1.2.3