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

Safe HaskellNone
LanguageHaskell2010

Data.Kicad.PcbnewExpr.PcbnewExpr

Contents

Synopsis

Types

data PcbnewAttribute Source #

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

Orphan instances