Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
HROOT.Graf.TShape.Implementation
Contents
Documentation
newTShape :: (Castable c2 CString, Castable c1 CString, Castable c0 CString) => c0 -> c1 -> c2 -> IO TShape Source #
Orphan instances
ITAtt3D TShape Source # | |
ITAttFill TShape Source # | |
ITAttLine TShape Source # | |
Methods getLineColor :: TShape -> IO CShort getLineStyle :: TShape -> IO CShort getLineWidth :: TShape -> IO CShort resetAttLine :: Castable c0 CString => TShape -> c0 -> IO () setLineAttributes :: TShape -> IO () setLineColor :: TShape -> CShort -> IO () setLineStyle :: TShape -> CShort -> IO () setLineWidth :: TShape -> CShort -> IO () | |
ITNamed TShape Source # | |
ITObject TShape Source # | |
Methods clear :: Castable c0 CString => TShape -> c0 -> IO () draw :: Castable c0 CString => TShape -> c0 -> IO () findObject :: Castable c0 CString => TShape -> c0 -> IO TObject getName :: TShape -> IO CString paint :: Castable c0 CString => TShape -> c0 -> IO () printObj :: Castable c0 CString => TShape -> c0 -> IO () saveAs :: (Castable c1 CString, Castable c0 CString) => TShape -> c0 -> c1 -> IO () write :: Castable c0 CString => TShape -> c0 -> CInt -> CInt -> IO CInt | |
ITShape TShape Source # | |
IDeletable TShape Source # | |