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

Safe HaskellNone
LanguageHaskell2010

Data.Kicad.PcbnewExpr.PcbnewExpr

Contents

Synopsis

Types

Attribute types

Lenses and other getters/setters

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

Lense of the points that define this item

itemHandle :: Functor f => LensLike' f PcbnewItem V2Double Source

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

String conversion

Default (empty) instances