kicad-data-0.4.0: Parser and writer for KiCad files.

Safe HaskellNone

Data.Kicad.PcbnewExpr.PcbnewExpr

Contents

Synopsis

Types

Attribute types

Lenses and other getters/setters

atP :: Functor f => LensLike' f PcbnewAtT V2DoubleSource

atX :: Functor f => LensLike' f PcbnewAtT DoubleSource

atY :: Functor f => LensLike' f PcbnewAtT DoubleSource

itemPoints :: Functor f => LensLike' f PcbnewItem [V2Double]Source

Lense of the points that define this item

itemHandle :: Functor f => LensLike' f PcbnewItem V2DoubleSource

Lense of the item handle, moving the handle will move the entire item

String conversion

Default (empty) instances