HROOT-graf-0.10.0.3: Haskell binding to ROOT Graf modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Graf.TArrow.Implementation

Documentation

Orphan instances

ITAttFill TArrow Source # 
Instance details

Methods

setFillColor :: TArrow -> CInt -> IO ()

setFillStyle :: TArrow -> CInt -> IO ()

ITAttLine TArrow Source # 
Instance details

ITObject TArrow Source # 
Instance details

Methods

clear :: Castable c0 CString => TArrow -> c0 -> IO ()

draw :: Castable c0 CString => TArrow -> c0 -> IO ()

findObject :: Castable c0 CString => TArrow -> c0 -> IO TObject

getName :: TArrow -> IO CString

isA :: TArrow -> IO TClass

paint :: Castable c0 CString => TArrow -> c0 -> IO ()

printObj :: Castable c0 CString => TArrow -> c0 -> IO ()

saveAs :: (Castable c1 CString, Castable c0 CString) => TArrow -> c0 -> c1 -> IO ()

write :: Castable c0 CString => TArrow -> c0 -> CInt -> CInt -> IO CInt

write_ :: TArrow -> IO CInt

ITArrow TArrow Source # 
Instance details

ITLine TArrow Source # 
Instance details

IDeletable TArrow Source # 
Instance details

Methods

delete :: TArrow -> IO () #