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

HROOT.Core.TROOT.Implementation

Documentation

Orphan instances

ITDirectory TROOT Source # 
Instance details

Methods

append :: (ITObject c0, FPtr c0) => TROOT -> c0 -> CBool -> IO () Source #

addD :: (ITObject c0, FPtr c0) => TROOT -> c0 -> CBool -> IO () Source #

appendKey :: (ITKey c0, FPtr c0) => TROOT -> c0 -> IO CInt Source #

close :: Castable c0 CString => TROOT -> c0 -> IO () Source #

get :: Castable c0 CString => TROOT -> c0 -> IO TObject Source #

cd_TDirectory :: Castable c0 CString => TROOT -> c0 -> IO CBool Source #

ITNamed TROOT Source # 
Instance details

Methods

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

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

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

ITObject TROOT Source # 
Instance details

Methods

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

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

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

getName :: TROOT -> IO CString Source #

isA :: TROOT -> IO TClass Source #

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

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

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

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

write_ :: TROOT -> IO CInt Source #

ITROOT TROOT Source # 
Instance details

IDeletable TROOT Source # 
Instance details

Methods

delete :: TROOT -> IO () #