HROOT-io-0.10.0.3: Haskell binding to ROOT IO modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.IO.TFile.Implementation

Documentation

newTFile :: (Castable c2 CString, Castable c1 CString, Castable c0 CString) => c0 -> c1 -> c2 -> CInt -> IO TFile Source #

Orphan instances

ITDirectory TFile Source # 
Instance details

Methods

append :: (ITObject c0, FPtr c0) => TFile -> c0 -> CBool -> IO ()

addD :: (ITObject c0, FPtr c0) => TFile -> c0 -> CBool -> IO ()

appendKey :: (ITKey c0, FPtr c0) => TFile -> c0 -> IO CInt

close :: Castable c0 CString => TFile -> c0 -> IO ()

get :: Castable c0 CString => TFile -> c0 -> IO TObject

cd_TDirectory :: Castable c0 CString => TFile -> c0 -> IO CBool

ITNamed TFile Source # 
Instance details

Methods

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

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

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

ITObject TFile Source # 
Instance details

Methods

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

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

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

getName :: TFile -> IO CString

isA :: TFile -> IO TClass

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

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

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

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

write_ :: TFile -> IO CInt

ITDirectoryFile TFile Source # 
Instance details

ITFile TFile Source # 
Instance details

IDeletable TFile Source # 
Instance details

Methods

delete :: TFile -> IO () #