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

HROOT.Graf.TBox.Implementation

Documentation

Orphan instances

ITAttFill TBox Source # 
Instance details

Methods

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

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

ITAttLine TBox Source # 
Instance details

ITObject TBox Source # 
Instance details

Methods

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

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

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

getName :: TBox -> IO CString

isA :: TBox -> IO TClass

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

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

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

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

write_ :: TBox -> IO CInt

ITBox TBox Source # 
Instance details

IDeletable TBox Source # 
Instance details

Methods

delete :: TBox -> IO () #