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

HROOT.Core.TColor.Implementation

Documentation

Orphan instances

ITColor TColor Source # 
Instance details

ITNamed TColor Source # 
Instance details

Methods

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

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

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

ITObject TColor Source # 
Instance details

Methods

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

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

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

getName :: TColor -> IO CString Source #

isA :: TColor -> IO TClass Source #

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

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

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

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

write_ :: TColor -> IO CInt Source #

IDeletable TColor Source # 
Instance details

Methods

delete :: TColor -> IO () #