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

HROOT.Core.TKey.Implementation

Documentation

newTKey :: (ITDirectory c3, FPtr c3, ITClass c2, FPtr c2, Castable c1 CString, Castable c0 CString) => c0 -> c1 -> c2 -> CInt -> c3 -> IO TKey Source #

Orphan instances

ITKey TKey Source # 
Instance details

ITNamed TKey Source # 
Instance details

Methods

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

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

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

ITObject TKey Source # 
Instance details

Methods

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

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

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

getName :: TKey -> IO CString Source #

isA :: TKey -> IO TClass Source #

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

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

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

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

write_ :: TKey -> IO CInt Source #

IDeletable TKey Source # 
Instance details

Methods

delete :: TKey -> IO () #