Safe Haskell | None |
---|
HROOT.Core.TAttLine
Documentation
Constructors
TAttLine (ForeignPtr RawTAttLine) |
class IDeletable a => ITAttLine a whereSource
Methods
getLineColor :: a -> IO CIntSource
getLineStyle :: a -> IO CIntSource
getLineWidth :: a -> IO CIntSource
resetAttLine :: a -> CString -> IO ()Source
setLineAttributes :: a -> IO ()Source
setLineColor :: a -> CInt -> IO ()Source
setLineStyle :: a -> CInt -> IO ()Source
setLineWidth :: a -> CInt -> IO ()Source
upcastTAttLine :: (FPtr a, ITAttLine a) => a -> TAttLineSource
downcastTAttLine :: (FPtr a, ITAttLine a) => TAttLine -> aSource