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

HROOT.Graf.TShape.Implementation

Documentation

newTShape :: (Castable c2 CString, Castable c1 CString, Castable c0 CString) => c0 -> c1 -> c2 -> IO TShape Source #

Orphan instances

ITAtt3D TShape Source # 
Instance details

ITAttFill TShape Source # 
Instance details

Methods

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

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

ITAttLine TShape Source # 
Instance details

ITNamed TShape Source # 
Instance details

Methods

setName :: Castable c0 CString => TShape -> c0 -> IO ()

setNameTitle :: (Castable c1 CString, Castable c0 CString) => TShape -> c0 -> c1 -> IO ()

setTitle :: Castable c0 CString => TShape -> c0 -> IO ()

ITObject TShape Source # 
Instance details

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

isA :: TShape -> IO TClass

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

write_ :: TShape -> IO CInt

ITShape TShape Source # 
Instance details

IDeletable TShape Source # 
Instance details

Methods

delete :: TShape -> IO () #