HROOT-core-0.10.0.3: Haskell binding to ROOT Core modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Core.TStyle.Implementation

Documentation

Orphan instances

ITAttFill TStyle Source # 
Instance details

ITAttLine TStyle Source # 
Instance details

ITAttMarker TStyle Source # 
Instance details

ITAttText TStyle Source # 
Instance details

ITNamed TStyle Source # 
Instance details

Methods

setName :: Castable c0 CString => TStyle -> c0 -> IO () Source #

setNameTitle :: (Castable c1 CString, Castable c0 CString) => TStyle -> c0 -> c1 -> IO () Source #

setTitle :: Castable c0 CString => TStyle -> c0 -> IO () Source #

ITObject TStyle Source # 
Instance details

Methods

clear :: Castable c0 CString => TStyle -> c0 -> IO () Source #

draw :: Castable c0 CString => TStyle -> c0 -> IO () Source #

findObject :: Castable c0 CString => TStyle -> c0 -> IO TObject Source #

getName :: TStyle -> IO CString Source #

isA :: TStyle -> IO TClass Source #

paint :: Castable c0 CString => TStyle -> c0 -> IO () Source #

printObj :: Castable c0 CString => TStyle -> c0 -> IO () Source #

saveAs :: (Castable c1 CString, Castable c0 CString) => TStyle -> c0 -> c1 -> IO () Source #

write :: Castable c0 CString => TStyle -> c0 -> CInt -> CInt -> IO CInt Source #

write_ :: TStyle -> IO CInt Source #

ITStyle TStyle Source # 
Instance details

IDeletable TStyle Source # 
Instance details

Methods

delete :: TStyle -> IO () #