HROOT-hist-0.10.0.3: Haskell binding to ROOT Hist modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Hist.TMultiGraph

Documentation

newtype TMultiGraph Source #

Instances

Instances details
ITNamed TMultiGraph 
Instance details

Defined in HROOT.Hist.TMultiGraph.Implementation

Methods

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

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

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

ITObject TMultiGraph 
Instance details

Defined in HROOT.Hist.TMultiGraph.Implementation

Methods

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

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

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

getName :: TMultiGraph -> IO CString

isA :: TMultiGraph -> IO TClass

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

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

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

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

write_ :: TMultiGraph -> IO CInt

ITMultiGraph TMultiGraph Source # 
Instance details

Defined in HROOT.Hist.TMultiGraph.Implementation

Methods

addG :: (Castable c1 CString, ITGraph c0, FPtr c0) => TMultiGraph -> c0 -> c1 -> IO () Source #

Show TMultiGraph Source # 
Instance details

Defined in HROOT.Hist.TMultiGraph.RawType

FPtr TMultiGraph Source # 
Instance details

Defined in HROOT.Hist.TMultiGraph.RawType

Associated Types

type Raw TMultiGraph #

Eq TMultiGraph Source # 
Instance details

Defined in HROOT.Hist.TMultiGraph.RawType

Ord TMultiGraph Source # 
Instance details

Defined in HROOT.Hist.TMultiGraph.RawType

IDeletable TMultiGraph Source # 
Instance details

Defined in HROOT.Hist.TMultiGraph.Implementation

Methods

delete :: TMultiGraph -> IO () #

Castable TMultiGraph (Ptr RawTMultiGraph) Source # 
Instance details

Defined in HROOT.Hist.TMultiGraph.Cast

Methods

cast :: TMultiGraph -> (Ptr RawTMultiGraph -> IO r) -> IO r #

uncast :: Ptr RawTMultiGraph -> (TMultiGraph -> IO r) -> IO r #

type Raw TMultiGraph Source # 
Instance details

Defined in HROOT.Hist.TMultiGraph.RawType

class ITNamed a => ITMultiGraph a where Source #

Methods

addG :: (Castable c1 CString, ITGraph c0, FPtr c0) => a -> c0 -> c1 -> IO () Source #

Instances

Instances details
ITMultiGraph TMultiGraph Source # 
Instance details

Defined in HROOT.Hist.TMultiGraph.Implementation

Methods

addG :: (Castable c1 CString, ITGraph c0, FPtr c0) => TMultiGraph -> c0 -> c1 -> IO () Source #